Skip to content

Commit

Permalink
Merge pull request #3160 from github/openapi-update-5896cfb8955515449…
Browse files Browse the repository at this point in the history
…9c400c71d0458f665818701d139c3f57d15e008249a3bf7

Update OpenAPI 3.0 Descriptions
  • Loading branch information
shiftkey authored Nov 6, 2023
2 parents 7a5afcb + fc07e2d commit 5d129ef
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 5d129ef

Please sign in to comment.