1
0
mirror of synced 2026-02-02 15:02:03 -05:00

Merge pull request #24204 from github/openapi-update-a854b0b5dd20c365f4b2f16fcafe663165c482236c3db2c9aa5947842ed6c9c8

Update OpenAPI  Descriptions
This commit is contained in:
Sarita Iyer
2022-01-11 12:17:09 -05:00
committed by GitHub
2 changed files with 53 additions and 0 deletions

View File

@@ -19183,6 +19183,34 @@
"type": "string"
},
"descriptionHTML": ""
},
{
"name": "per_page",
"description": "Results per page (max 100)",
"in": "query",
"schema": {
"type": "integer",
"default": 30
},
"descriptionHTML": "<p>Results per page (max 100)</p>"
},
{
"name": "page",
"description": "Page token",
"in": "query",
"schema": {
"type": "integer"
},
"descriptionHTML": "<p>Page token</p>"
},
{
"name": "login",
"description": "Limits the list of credentials authorizations for an organization to a specific login",
"in": "query",
"schema": {
"type": "string"
},
"descriptionHTML": "<p>Limits the list of credentials authorizations for an organization to a specific login</p>"
}
],
"x-codeSamples": [

View File

@@ -64771,6 +64771,31 @@
"schema": {
"type": "string"
}
},
{
"name": "per_page",
"description": "Results per page (max 100)",
"in": "query",
"schema": {
"type": "integer",
"default": 30
}
},
{
"name": "page",
"description": "Page token",
"in": "query",
"schema": {
"type": "integer"
}
},
{
"name": "login",
"description": "Limits the list of credentials authorizations for an organization to a specific login",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {