From 9924ddfbea3059cfbb219a21008c91664d0189cd Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Tue, 11 Jan 2022 07:32:02 -0800 Subject: [PATCH 1/2] Update OpenAPI Descriptions --- .../dereferenced/api.github.com.deref.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index 0e478a3746..bd35e46d2b 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -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": { From 25987055aa874a0e5f01ece4be047ed6eae97138 Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Tue, 11 Jan 2022 15:39:33 +0000 Subject: [PATCH 2/2] Add decorated OpenAPI schema files --- lib/rest/static/decorated/api.github.com.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index 359bdb0d19..0c888d348f 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -19183,6 +19183,34 @@ "type": "string" }, "descriptionHTML": "" + }, + { + "name": "per_page", + "description": "Results per page (max 100)", + "in": "query", + "schema": { + "type": "integer", + "default": 30 + }, + "descriptionHTML": "

Results per page (max 100)

" + }, + { + "name": "page", + "description": "Page token", + "in": "query", + "schema": { + "type": "integer" + }, + "descriptionHTML": "

Page token

" + }, + { + "name": "login", + "description": "Limits the list of credentials authorizations for an organization to a specific login", + "in": "query", + "schema": { + "type": "string" + }, + "descriptionHTML": "

Limits the list of credentials authorizations for an organization to a specific login

" } ], "x-codeSamples": [