diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 474bdd3abf..d09fed19f7 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -9216,6 +9216,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -28943,6 +28946,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index f3b93e2e7d..baa859d05c 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -6625,6 +6625,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21041,6 +21043,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 474bdd3abf..d09fed19f7 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -9216,6 +9216,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -28943,6 +28946,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index f3b93e2e7d..baa859d05c 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -6625,6 +6625,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21041,6 +21043,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 54249d75a4..5030d5cc1b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -70186,6 +70186,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -198227,6 +198257,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index ac300eb7eb..8054705ca6 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -19692,6 +19692,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46240,6 +46241,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 54249d75a4..5030d5cc1b 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -70186,6 +70186,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -198227,6 +198257,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index ac300eb7eb..8054705ca6 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -19692,6 +19692,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46240,6 +46241,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 3068b39289..0ffd983787 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -26237,6 +26237,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -98383,6 +98413,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -234716,6 +234776,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index dda9a31043..2066750725 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -10137,6 +10137,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -28222,6 +28223,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54346,6 +54348,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 3068b39289..0ffd983787 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -26237,6 +26237,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -98383,6 +98413,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { @@ -234716,6 +234776,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } } }, "x-github": { diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index dda9a31043..2066750725 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -10137,6 +10137,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -28222,6 +28223,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54346,6 +54348,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index de517fc643..68aede46fc 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -4549,6 +4549,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -15003,6 +15006,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -36659,6 +36665,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 7b5c2caf1b..d43c938b8f 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -3209,6 +3209,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10756,6 +10758,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26584,6 +26588,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index de517fc643..68aede46fc 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -4549,6 +4549,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -15003,6 +15006,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -36659,6 +36665,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 7b5c2caf1b..d43c938b8f 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -3209,6 +3209,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10756,6 +10758,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26584,6 +26588,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 3369faf09c..12ad33315e 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -39861,6 +39861,36 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "description": "Validation failed, or the endpoint has been spammed.", + "content": { + "application/json": { + "schema": { + "title": "Validation Error Simple", + "description": "Validation Error Simple", + "type": "object", + "required": [ + "message", + "documentation_url" + ], + "properties": { + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}