Skip to content

Commit

Permalink
Merge pull request #3161 from github/openapi-update-975d238d8d37169ee…
Browse files Browse the repository at this point in the history
…ac6a72eed592e2f32363b6ce41d029feec53e19d906d12c

Update OpenAPI 3.1 Descriptions
  • Loading branch information
shiftkey authored Nov 6, 2023
2 parents b43ca4a + 92da840 commit 7a5afcb
Show file tree
Hide file tree
Showing 16 changed files with 168 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14626,6 +14626,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-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10406,6 +10406,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-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -14626,6 +14626,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 7a5afcb

Please sign in to comment.