Merge pull request #24204 from github/openapi-update-a854b0b5dd20c365f4b2f16fcafe663165c482236c3db2c9aa5947842ed6c9c8
Update OpenAPI Descriptions
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user