diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 4b3b7b094d..e490dd7121 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "b65cdcaa8a1453dd394cb898b35696a2130f4504" + "sha": "4cfaefc2ae8c42bcd8b7965662a84e310352f43b" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index ac54ac4305..d32e3d9912 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -448716,6 +448716,10 @@ "httpStatusCode": "204", "description": "
No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 10bfaeb54e..31999e0c57 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -471732,6 +471732,10 @@ "httpStatusCode": "204", "description": "No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json index 625537375d..906582fe93 100644 --- a/src/rest/data/ghes-3.10-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json @@ -419440,6 +419440,10 @@ "httpStatusCode": "204", "description": "No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/data/ghes-3.11-2022-11-28/schema.json b/src/rest/data/ghes-3.11-2022-11-28/schema.json index 6aee09361c..5d0d43f7d5 100644 --- a/src/rest/data/ghes-3.11-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.11-2022-11-28/schema.json @@ -425502,6 +425502,10 @@ "httpStatusCode": "204", "description": "No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index 6b7f21d48d..01ad47f516 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -428085,6 +428085,10 @@ "httpStatusCode": "204", "description": "No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index a1ce8dce31..819cbad167 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/schema.json @@ -394768,6 +394768,10 @@ "httpStatusCode": "204", "description": "No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/data/ghes-3.9-2022-11-28/schema.json b/src/rest/data/ghes-3.9-2022-11-28/schema.json index f55beb9f7e..947b13f991 100644 --- a/src/rest/data/ghes-3.9-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.9-2022-11-28/schema.json @@ -412979,6 +412979,10 @@ "httpStatusCode": "204", "description": "No Content
" }, + { + "httpStatusCode": "404", + "description": "Resource not found
" + }, { "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 9b1edb0f9d..88888b3378 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -44,5 +44,5 @@ ] } }, - "sha": "b65cdcaa8a1453dd394cb898b35696a2130f4504" + "sha": "4cfaefc2ae8c42bcd8b7965662a84e310352f43b" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index f9573350cb..16d80acb3b 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "b65cdcaa8a1453dd394cb898b35696a2130f4504" + "sha": "4cfaefc2ae8c42bcd8b7965662a84e310352f43b" } \ No newline at end of file