Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Nov 6, 2023
1 parent b43ca4a commit fc07e2d
Show file tree
Hide file tree
Showing 16 changed files with 168 additions and 0 deletions.
9 changes: 9 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -14554,6 +14554,15 @@
},
{
"$ref": "#/components/parameters/page"
},
{
"name": "repository_query",
"description": "Finds repositories in the organization with a query containing one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub. The REST API supports the same qualifiers as the web interface for GitHub. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/rest/search/search#constructing-a-search-query). See \"[Searching for repositories](https://docs.github.com/articles/searching-for-repositories/)\" for a detailed list of qualifiers.",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down
12 changes: 12 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10372,6 +10372,18 @@ paths:
- "$ref": "#/components/parameters/org"
- "$ref": "#/components/parameters/per-page"
- "$ref": "#/components/parameters/page"
- name: repository_query
description: Finds repositories in the organization with a query containing
one or more search keywords and qualifiers. Qualifiers allow you to limit
your search to specific areas of GitHub. The REST API supports the same
qualifiers as the web interface for GitHub. To learn more about the format
of the query, see [Constructing a search query](https://docs.github.com/rest/search/search#constructing-a-search-query).
See "[Searching for repositories](https://docs.github.com/articles/searching-for-repositories/)"
for a detailed list of qualifiers.
in: query
required: false
schema:
type: string
responses:
'200':
description: Response
Expand Down
9 changes: 9 additions & 0 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -14554,6 +14554,15 @@
},
{
"$ref": "#/components/parameters/page"
},
{
"name": "repository_query",
"description": "Finds repositories in the organization with a query containing one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub. The REST API supports the same qualifiers as the web interface for GitHub. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/rest/search/search#constructing-a-search-query). See \"[Searching for repositories](https://docs.github.com/articles/searching-for-repositories/)\" for a detailed list of qualifiers.",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down
Loading

0 comments on commit fc07e2d

Please sign in to comment.