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 57c12aba75..0b1381d414 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 @@ -46198,6 +46198,9 @@ "404": { "$ref": "#/components/responses/not_found" }, + "406": { + "$ref": "#/components/responses/unacceptable" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -318230,6 +318233,16 @@ } } } + }, + "unacceptable": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } } }, "headers": { 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 60710d3868..691dbb6a2f 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 @@ -33346,6 +33346,8 @@ paths: "$ref": "#/components/responses/not_modified" '404': "$ref": "#/components/responses/not_found" + '406': + "$ref": "#/components/responses/unacceptable" '500': "$ref": "#/components/responses/internal_error" '503': @@ -237729,6 +237731,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + unacceptable: + description: Unacceptable + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" headers: link: example: ; rel="next", ; diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 57c12aba75..0b1381d414 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -46198,6 +46198,9 @@ "404": { "$ref": "#/components/responses/not_found" }, + "406": { + "$ref": "#/components/responses/unacceptable" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -318230,6 +318233,16 @@ } } } + }, + "unacceptable": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } } }, "headers": { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 60710d3868..691dbb6a2f 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -33346,6 +33346,8 @@ paths: "$ref": "#/components/responses/not_modified" '404': "$ref": "#/components/responses/not_found" + '406': + "$ref": "#/components/responses/unacceptable" '500': "$ref": "#/components/responses/internal_error" '503': @@ -237729,6 +237731,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + unacceptable: + description: Unacceptable + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" headers: link: example: ; rel="next", ; 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 9438c93479..58ec444692 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 @@ -385270,6 +385270,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { 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 ca74b6f9e2..455dbfdcdd 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 @@ -71403,6 +71403,11 @@ paths: default: *437 '304': *35 '404': *6 + '406': + description: Unacceptable + content: + application/json: + schema: *3 '500': *116 '503': *54 x-github: 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 9438c93479..58ec444692 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 @@ -385270,6 +385270,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { 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 ca74b6f9e2..455dbfdcdd 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 @@ -71403,6 +71403,11 @@ paths: default: *437 '304': *35 '404': *6 + '406': + description: Unacceptable + content: + application/json: + schema: *3 '500': *116 '503': *54 x-github: 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 be38ccd330..cdeff3d436 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -403988,6 +403988,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { 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 5d4fe3f160..df026f5916 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -76901,6 +76901,11 @@ paths: default: *480 '304': *35 '404': *6 + '406': + description: Unacceptable + content: + application/json: + schema: *3 '500': *155 '503': *79 x-github: diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index be38ccd330..cdeff3d436 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -403988,6 +403988,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 5d4fe3f160..df026f5916 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -76901,6 +76901,11 @@ paths: default: *480 '304': *35 '404': *6 + '406': + description: Unacceptable + content: + application/json: + schema: *3 '500': *155 '503': *79 x-github: diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 35745d378d..671bda701b 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -51295,6 +51295,9 @@ "404": { "$ref": "#/components/responses/not_found" }, + "406": { + "$ref": "#/components/responses/unacceptable" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -329047,6 +329050,16 @@ } } }, + "unacceptable": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "scim_bad_request": { "description": "Bad request", "content": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 48d05388a9..37922d9670 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -37051,6 +37051,8 @@ paths: "$ref": "#/components/responses/not_modified" '404': "$ref": "#/components/responses/not_found" + '406': + "$ref": "#/components/responses/unacceptable" '500': "$ref": "#/components/responses/internal_error" '503': @@ -245577,6 +245579,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + unacceptable: + description: Unacceptable + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" scim_bad_request: description: Bad request content: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 35745d378d..671bda701b 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -51295,6 +51295,9 @@ "404": { "$ref": "#/components/responses/not_found" }, + "406": { + "$ref": "#/components/responses/unacceptable" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -329047,6 +329050,16 @@ } } }, + "unacceptable": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "scim_bad_request": { "description": "Bad request", "content": { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 48d05388a9..37922d9670 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -37051,6 +37051,8 @@ paths: "$ref": "#/components/responses/not_modified" '404': "$ref": "#/components/responses/not_found" + '406': + "$ref": "#/components/responses/unacceptable" '500': "$ref": "#/components/responses/internal_error" '503': @@ -245577,6 +245579,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + unacceptable: + description: Unacceptable + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" scim_bad_request: description: Bad request content: diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json index e484f30162..222d9389b5 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json @@ -369308,6 +369308,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml index 196eaa0d0e..e2d30216df 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml @@ -68158,6 +68158,11 @@ paths: default: *446 '304': *37 '404': *34 + '406': + description: Unacceptable + content: + application/json: + schema: *27 '500': *206 '503': *100 x-github: diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json index e484f30162..222d9389b5 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.json @@ -369308,6 +369308,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { diff --git a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml index 196eaa0d0e..e2d30216df 100644 --- a/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml +++ b/descriptions-next/ghes-3.10/dereferenced/ghes-3.10.deref.yaml @@ -68158,6 +68158,11 @@ paths: default: *446 '304': *37 '404': *34 + '406': + description: Unacceptable + content: + application/json: + schema: *27 '500': *206 '503': *100 x-github: diff --git a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json index b22355d38c..421b4c5cf1 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json +++ b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.json @@ -46686,6 +46686,9 @@ "404": { "$ref": "#/components/responses/not_found" }, + "406": { + "$ref": "#/components/responses/unacceptable" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -303906,6 +303909,16 @@ } } }, + "unacceptable": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "scim_bad_request": { "description": "Bad request", "content": { diff --git a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml index 5695a57ed8..f6779e69d5 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml +++ b/descriptions-next/ghes-3.10/ghes-3.10.2022-11-28.yaml @@ -33556,6 +33556,8 @@ paths: "$ref": "#/components/responses/not_modified" '404': "$ref": "#/components/responses/not_found" + '406': + "$ref": "#/components/responses/unacceptable" '500': "$ref": "#/components/responses/internal_error" '503': @@ -226238,6 +226240,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + unacceptable: + description: Unacceptable + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" scim_bad_request: description: Bad request content: diff --git a/descriptions-next/ghes-3.10/ghes-3.10.json b/descriptions-next/ghes-3.10/ghes-3.10.json index b22355d38c..421b4c5cf1 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.json +++ b/descriptions-next/ghes-3.10/ghes-3.10.json @@ -46686,6 +46686,9 @@ "404": { "$ref": "#/components/responses/not_found" }, + "406": { + "$ref": "#/components/responses/unacceptable" + }, "500": { "$ref": "#/components/responses/internal_error" }, @@ -303906,6 +303909,16 @@ } } }, + "unacceptable": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + } + } + } + }, "scim_bad_request": { "description": "Bad request", "content": { diff --git a/descriptions-next/ghes-3.10/ghes-3.10.yaml b/descriptions-next/ghes-3.10/ghes-3.10.yaml index 5695a57ed8..f6779e69d5 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.yaml +++ b/descriptions-next/ghes-3.10/ghes-3.10.yaml @@ -33556,6 +33556,8 @@ paths: "$ref": "#/components/responses/not_modified" '404': "$ref": "#/components/responses/not_found" + '406': + "$ref": "#/components/responses/unacceptable" '500': "$ref": "#/components/responses/internal_error" '503': @@ -226238,6 +226240,12 @@ components: application/json: schema: "$ref": "#/components/schemas/basic-error" + unacceptable: + description: Unacceptable + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" scim_bad_request: description: Bad request content: diff --git a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json index 826d77c7ae..c107a81801 100644 --- a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.json @@ -377074,6 +377074,32 @@ } } }, + "406": { + "description": "Unacceptable", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, "500": { "description": "Internal Error", "content": { diff --git a/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-11-28.deref.yaml b/descriptions-next/ghes-3.11/dereferenced/ghes-3.11.2022-{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}