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 1db87604e6..506136126c 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 @@ -122808,7 +122808,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] 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 819f6d12b8..c66b553778 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 @@ -89096,7 +89096,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 1db87604e6..506136126c 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -122808,7 +122808,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 819f6d12b8..c66b553778 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -89096,7 +89096,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: 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 a3e3f267b9..87d4c66a98 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 @@ -242268,7 +242268,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -262897,7 +262900,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -304092,7 +304098,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311085,7 +311094,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -317520,7 +317532,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318237,7 +318252,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318986,7 +319004,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -319099,7 +319120,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -460419,7 +460443,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -498947,7 +498974,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -499229,7 +499259,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] 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 ad5d07977c..3403618ee9 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 @@ -54836,7 +54836,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: 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 a3e3f267b9..87d4c66a98 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 @@ -242268,7 +242268,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -262897,7 +262900,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -304092,7 +304098,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311085,7 +311094,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -317520,7 +317532,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318237,7 +318252,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318986,7 +319004,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -319099,7 +319120,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -460419,7 +460443,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -498947,7 +498974,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -499229,7 +499259,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] 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 ad5d07977c..3403618ee9 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 @@ -54836,7 +54836,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: 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 8ecbe06de4..fbeeaff94b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -48350,7 +48350,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise" @@ -48577,7 +48577,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise" @@ -48957,7 +48957,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/promote-custom-property-to-enterprise", + "operationId": "enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise" @@ -49185,7 +49185,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise" @@ -49402,7 +49402,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise" @@ -49720,7 +49720,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/remove-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-delete-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise" @@ -290728,7 +290728,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311357,7 +311360,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -354831,7 +354837,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -361824,7 +361833,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -368283,7 +368295,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369000,7 +369015,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369749,7 +369767,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369862,7 +369883,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -513575,7 +513599,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552143,7 +552170,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552425,7 +552455,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] 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 d34538cd65..b06756d63e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -17813,7 +17813,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise @@ -17943,7 +17943,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise @@ -18008,7 +18008,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/promote-custom-property-to-enterprise + operationId: enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise @@ -18056,7 +18056,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise @@ -18086,7 +18086,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise @@ -18188,7 +18188,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/remove-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-delete-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise @@ -65527,7 +65527,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 8ecbe06de4..fbeeaff94b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -48350,7 +48350,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise" @@ -48577,7 +48577,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise" @@ -48957,7 +48957,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/promote-custom-property-to-enterprise", + "operationId": "enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise" @@ -49185,7 +49185,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise" @@ -49402,7 +49402,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise" @@ -49720,7 +49720,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/remove-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-delete-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise" @@ -290728,7 +290728,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311357,7 +311360,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -354831,7 +354837,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -361824,7 +361833,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -368283,7 +368295,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369000,7 +369015,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369749,7 +369767,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369862,7 +369883,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -513575,7 +513599,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552143,7 +552170,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552425,7 +552455,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index d34538cd65..b06756d63e 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -17813,7 +17813,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise @@ -17943,7 +17943,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise @@ -18008,7 +18008,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/promote-custom-property-to-enterprise + operationId: enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise @@ -18056,7 +18056,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise @@ -18086,7 +18086,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise @@ -18188,7 +18188,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/remove-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-delete-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise @@ -65527,7 +65527,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 779ac9c720..5930716815 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -9177,7 +9177,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise" @@ -9226,7 +9226,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise" @@ -9330,7 +9330,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/promote-custom-property-to-enterprise", + "operationId": "enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise" @@ -9384,7 +9384,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise" @@ -9433,7 +9433,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise" @@ -9506,7 +9506,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/remove-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-delete-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise" @@ -141146,7 +141146,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index cdecc35b4c..f163ef13ee 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -6534,7 +6534,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise @@ -6573,7 +6573,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise @@ -6643,7 +6643,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/promote-custom-property-to-enterprise + operationId: enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise @@ -6678,7 +6678,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise @@ -6712,7 +6712,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise @@ -6762,7 +6762,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/remove-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-delete-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise @@ -102211,7 +102211,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 779ac9c720..5930716815 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -9177,7 +9177,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise" @@ -9226,7 +9226,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-properties", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise" @@ -9330,7 +9330,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/promote-custom-property-to-enterprise", + "operationId": "enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise" @@ -9384,7 +9384,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/get-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-get-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise" @@ -9433,7 +9433,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/create-or-update-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise" @@ -9506,7 +9506,7 @@ "tags": [ "enterprise-admin" ], - "operationId": "enterprise-admin/remove-enterprise-custom-property", + "operationId": "enterprise-admin/custom-properties-for-repos-delete-enterprise-definition", "externalDocs": { "description": "API method documentation", "url": "https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise" @@ -141146,7 +141146,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index cdecc35b4c..f163ef13ee 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -6534,7 +6534,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-custom-properties-for-an-enterprise @@ -6573,7 +6573,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-properties + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definitions externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-custom-properties-for-an-enterprise @@ -6643,7 +6643,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/promote-custom-property-to-enterprise + operationId: enterprise-admin/custom-properties-for-repos-promote-definition-to-enterprise externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#promote-a-custom-property-to-an-enterprise @@ -6678,7 +6678,7 @@ paths: Enterprise members can read these properties. tags: - enterprise-admin - operationId: enterprise-admin/get-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-get-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise @@ -6712,7 +6712,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/create-or-update-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-create-or-update-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise @@ -6762,7 +6762,7 @@ paths: To use this endpoint, the authenticated user must be an administrator for the enterprise. tags: - enterprise-admin - operationId: enterprise-admin/remove-enterprise-custom-property + operationId: enterprise-admin/custom-properties-for-repos-delete-enterprise-definition externalDocs: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise @@ -102211,7 +102211,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index a4dd52880d..894edcddd3 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -211657,7 +211657,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -232192,7 +232195,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -257794,7 +257800,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -264779,7 +264788,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -270704,7 +270716,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -271414,7 +271429,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272156,7 +272174,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272269,7 +272290,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -381080,7 +381104,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415447,7 +415474,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415728,7 +415758,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 3199d2cb20..60aa0531f5 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -48134,7 +48134,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index a4dd52880d..894edcddd3 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -211657,7 +211657,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -232192,7 +232195,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -257794,7 +257800,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -264779,7 +264788,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -270704,7 +270716,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -271414,7 +271429,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272156,7 +272174,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272269,7 +272290,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -381080,7 +381104,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415447,7 +415474,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415728,7 +415758,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 3199d2cb20..60aa0531f5 100644 --- a/descriptions-next/ghes-3.14/dereference{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}