diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 0bde03388c..5a80081018 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -9170,6 +9170,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -28815,6 +28818,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index d7b2e69c70..76f361d98a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -6604,6 +6604,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20980,6 +20982,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 0bde03388c..5a80081018 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -9170,6 +9170,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -28815,6 +28818,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index d7b2e69c70..76f361d98a 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -6604,6 +6604,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20980,6 +20982,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index e8afbd3519..f6042291df 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -60757,6 +60757,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": { @@ -172298,6 +172328,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index acb0d26d11..f718116d11 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -19033,6 +19033,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44930,6 +44931,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index e8afbd3519..f6042291df 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -60757,6 +60757,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": { @@ -172298,6 +172328,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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index acb0d26d11..f718116d11 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -19033,6 +19033,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44930,6 +44931,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index f067970ecc..64fd512c5c 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -23491,6 +23491,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": { @@ -87160,6 +87190,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": { @@ -206289,6 +206349,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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index a00fead33f..3d4cff22e6 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -9764,6 +9764,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -27435,6 +27436,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52934,6 +52936,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index f067970ecc..64fd512c5c 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -23491,6 +23491,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": { @@ -87160,6 +87190,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": { @@ -206289,6 +206349,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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index a00fead33f..3d4cff22e6 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -9764,6 +9764,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -27435,6 +27436,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52934,6 +52936,7 @@ paths: responses: '204': description: Response + '422': *7 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index d2dc644dc3..f4f8f9cad2 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -4531,6 +4531,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -14945,6 +14948,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -36515,6 +36521,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 2706f5a752..30768b1cee 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -3200,6 +3200,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10729,6 +10731,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26515,6 +26519,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index d2dc644dc3..f4f8f9cad2 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -4531,6 +4531,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -14945,6 +14948,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { @@ -36515,6 +36521,9 @@ "responses": { "204": { "description": "Response" + }, + "422": { + "$ref": "#/components/responses/validation_failed_simple" } }, "x-github": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 2706f5a752..30768b1cee 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -3200,6 +3200,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -10729,6 +10731,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26515,6 +26519,8 @@ paths: responses: '204': description: Response + '422': + "$ref": "#/components/responses/validation_failed_simple" x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index daef84bc64..9f0474dab0 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -35844,6 +35844,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": { @@ -77378,6 +77408,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": { @@ -160471,6 +160531,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/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 416fcd3f4b..21acfb43b3 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -11645,6 +11645,7 @@ paths: responses: '204': description: Response + '422': *27 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -23850,6 +23851,7 @@ paths: responses: '204': description: Response + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41449,6 +41451,7 @@ paths: responses: '204': description: Response + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json index daef84bc64..9f0474dab0 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -35844,6 +35844,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": { @@ -77378,6 +77408,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": { @@ -160471,6 +160531,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/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index 416fcd3f4b..21acfb43b3 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -11645,6 +11645,7 @@ paths: responses: '204': description: Response + '422': *27 x-github: enabledForGitHubApps: false githubCloudOnly: true @@ -23850,6 +23851,7 @@ paths: responses: '204': description: Response + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41449,6 +41451,7 @@ paths: responses: '204': description: Response + '422': *27 x-github: githubCloudOnly: false enabledForGitHubApps: true diff --git a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions/ghes-3.13/ghes-3.{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}