Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyaparimi committed Jan 11, 2022
2 parents 738456c + 80e755e commit 0aec07e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
28 changes: 28 additions & 0 deletions lib/rest/static/decorated/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
25 changes: 25 additions & 0 deletions lib/rest/static/dereferenced/api.github.com.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0aec07e

Please sign in to comment.