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 387ad6c8f..26f1005d7 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 @@ -21481,7 +21481,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -21534,7 +21534,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21547,7 +21547,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -21622,7 +21622,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21637,7 +21637,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -21672,7 +21672,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21685,7 +21685,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -21759,7 +21759,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21772,7 +21772,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -21790,7 +21790,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21805,7 +21805,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -21840,7 +21840,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -94044,6 +94044,26 @@ } } }, + "security-advisory-epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "simple-user": { "title": "Simple User", "description": "A GitHub user.", @@ -94426,6 +94446,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": [ "array", @@ -94450,20 +94473,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -98474,6 +98483,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -277985,6 +277997,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -293263,6 +293281,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -293527,6 +293551,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", 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 16733d34f..98675b253 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 @@ -15554,7 +15554,7 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" @@ -15585,7 +15585,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -15598,7 +15598,7 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -15650,7 +15650,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -15664,7 +15664,7 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -15684,7 +15684,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -15697,7 +15697,7 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -15747,7 +15747,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -15760,7 +15760,7 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -15770,7 +15770,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -15784,7 +15784,7 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-settings-id" @@ -15804,7 +15804,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -67803,6 +67803,22 @@ components: required: - vector_string - score + security-advisory-epss: + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction Scoring + System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 simple-user: title: Simple User description: A GitHub user. @@ -68096,6 +68112,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: - array @@ -68113,15 +68131,6 @@ components: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -71229,6 +71238,8 @@ components: additionalProperties: false cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array description: Details for the advisory pertaining to Common Weakness Enumeration. @@ -204828,6 +204839,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -217945,6 +217959,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -218131,6 +218148,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 387ad6c8f..26f1005d7 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -21481,7 +21481,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -21534,7 +21534,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21547,7 +21547,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -21622,7 +21622,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21637,7 +21637,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -21672,7 +21672,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21685,7 +21685,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -21759,7 +21759,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21772,7 +21772,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -21790,7 +21790,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21805,7 +21805,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -21840,7 +21840,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -94044,6 +94044,26 @@ } } }, + "security-advisory-epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "simple-user": { "title": "Simple User", "description": "A GitHub user.", @@ -94426,6 +94446,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": [ "array", @@ -94450,20 +94473,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -98474,6 +98483,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -277985,6 +277997,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -293263,6 +293281,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -293527,6 +293551,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 16733d34f..98675b253 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -15554,7 +15554,7 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" @@ -15585,7 +15585,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -15598,7 +15598,7 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -15650,7 +15650,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -15664,7 +15664,7 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -15684,7 +15684,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -15697,7 +15697,7 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -15747,7 +15747,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -15760,7 +15760,7 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -15770,7 +15770,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -15784,7 +15784,7 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-settings-id" @@ -15804,7 +15804,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -67803,6 +67803,22 @@ components: required: - vector_string - score + security-advisory-epss: + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction Scoring + System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 simple-user: title: Simple User description: A GitHub user. @@ -68096,6 +68112,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: - array @@ -68113,15 +68131,6 @@ components: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -71229,6 +71238,8 @@ components: additionalProperties: false cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array description: Details for the advisory pertaining to Common Weakness Enumeration. @@ -204828,6 +204839,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -217945,6 +217959,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -218131,6 +218148,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File 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 377b934a1..526475bcb 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 @@ -998,6 +998,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1022,20 +1042,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -1795,6 +1801,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1819,20 +1845,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -22394,6 +22406,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -23463,6 +23495,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -88284,6 +88322,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -89353,6 +89411,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -154549,7 +154613,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -154700,7 +154764,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -154713,7 +154777,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -154856,7 +154920,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -154871,7 +154935,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -154983,7 +155047,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -154996,7 +155060,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -155144,7 +155208,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -155157,7 +155221,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -155187,7 +155251,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -155202,7 +155266,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -155303,7 +155367,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -295489,6 +295553,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -296006,6 +296090,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -296696,6 +296786,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -297222,6 +297332,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -297717,6 +297833,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -699975,6 +700111,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -702688,6 +702844,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -705401,6 +705577,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -708114,6 +708310,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -710827,6 +711043,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -713540,6 +713776,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -716253,6 +716509,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", 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 e53544344..bc60587de 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 @@ -734,6 +734,22 @@ paths: required: - vector_string - score + epss: &49 + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction + Scoring System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 cwes: type: - array @@ -751,15 +767,6 @@ paths: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -890,7 +897,7 @@ paths: - subscriptions_url - type - url - type: &235 + type: &236 type: string description: The type of credit the user is receiving. enum: @@ -1023,7 +1030,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &93 + schema: &94 title: Validation Error Simple description: Validation Error Simple type: object @@ -1056,7 +1063,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &549 + - &550 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1652,7 +1659,7 @@ paths: schema: type: integer default: 30 - - &157 + - &158 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1668,7 +1675,7 @@ paths: application/json: schema: type: array - items: &158 + items: &159 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1761,7 +1768,7 @@ paths: - installation_id - repository_id examples: - default: &159 + default: &160 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1824,7 +1831,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &92 + schema: &93 title: Validation Error description: Validation Error type: object @@ -1896,7 +1903,7 @@ paths: description: Response content: application/json: - schema: &160 + schema: &161 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2031,7 +2038,7 @@ paths: - request - response examples: - default: &161 + default: &162 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2235,7 +2242,7 @@ paths: parameters: - *17 - *19 - - &63 + - &64 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2780,7 +2787,7 @@ paths: suspended_at: suspended_by: headers: - Link: &56 + Link: &57 example: ; rel="next", ; rel="last" schema: @@ -2970,7 +2977,7 @@ paths: - selected repositories: type: array - items: &58 + items: &59 title: Repository description: A repository on GitHub. type: object @@ -2997,7 +3004,7 @@ paths: license: anyOf: - type: 'null' - - &74 + - &75 title: License Simple description: License Simple type: object @@ -7739,7 +7746,7 @@ paths: description: Response content: application/json: - schema: &134 + schema: &135 type: array description: A list of default code security configurations items: @@ -7755,7 +7762,7 @@ paths: default configuration: *40 examples: - default: &135 + default: &136 value: - default_for_new_repos: public configuration: @@ -8037,7 +8044,7 @@ paths: - *39 - *42 responses: - '204': &136 + '204': &137 description: A header with no content is returned. '400': *14 '403': *27 @@ -8165,7 +8172,7 @@ paths: default: value: default_for_new_repos: all - configuration: &133 + configuration: &134 value: id: 1325 target_type: organization @@ -8245,7 +8252,7 @@ paths: application/json: schema: type: array - items: &137 + items: &138 type: object description: Repositories associated with a code security configuration and attachment status @@ -8263,7 +8270,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &50 + repository: &51 title: Simple Repository description: A GitHub repository. type: object @@ -8590,7 +8597,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &138 + repository: &139 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8684,7 +8691,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &142 + - &143 name: state in: query description: |- @@ -8693,7 +8700,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &143 + - &144 name: severity in: query description: |- @@ -8702,7 +8709,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &144 + - &145 name: ecosystem in: query description: |- @@ -8711,14 +8718,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &145 + - &146 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &146 + - &147 name: epss_percentage in: query description: |- @@ -8730,7 +8737,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &147 + - &148 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8740,7 +8747,7 @@ paths: enum: - development - runtime - - &148 + - &149 name: sort in: query description: |- @@ -8758,7 +8765,7 @@ paths: - *46 - *37 - *38 - - &149 + - &150 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8771,7 +8778,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &150 + - &151 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8791,11 +8798,11 @@ paths: application/json: schema: type: array - items: &151 + items: &152 type: object description: A Dependabot alert. properties: - number: &51 + number: &52 type: integer description: The security alert number. readOnly: true @@ -8846,7 +8853,7 @@ paths: - development - runtime - - security_advisory: &403 + security_advisory: &404 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8877,7 +8884,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &49 + items: &50 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -8952,6 +8959,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *48 + epss: *49 cwes: type: array description: Details for the advisory pertaining to Common @@ -9051,30 +9059,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *49 - url: &54 + security_vulnerability: *50 + url: &55 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &55 + html_url: &56 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &52 + created_at: &53 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &53 + updated_at: &54 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &129 + dismissed_at: &130 type: - string - 'null' @@ -9105,7 +9113,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &128 + fixed_at: &129 type: - string - 'null' @@ -9113,7 +9121,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &404 + auto_dismissed_at: &405 type: - string - 'null' @@ -9121,7 +9129,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *50 + repository: *51 required: - number - state @@ -9140,7 +9148,7 @@ paths: - repository additionalProperties: false examples: - default: &152 + default: &153 value: - number: 2 state: dismissed @@ -9188,6 +9196,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -9484,7 +9495,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &226 + - &227 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9495,7 +9506,7 @@ paths: enum: - open - resolved - - &227 + - &228 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9505,7 +9516,7 @@ paths: required: false schema: type: string - - &228 + - &229 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9514,7 +9525,7 @@ paths: required: false schema: type: string - - &229 + - &230 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -9530,7 +9541,7 @@ paths: - *17 - *37 - *38 - - &230 + - &231 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9539,7 +9550,7 @@ paths: required: false schema: type: string - - &231 + - &232 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9548,7 +9559,7 @@ paths: schema: type: boolean default: false - - &232 + - &233 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9564,30 +9575,30 @@ paths: application/json: schema: type: array - items: &233 + items: &234 type: object properties: - number: *51 - created_at: *52 + number: *52 + created_at: *53 updated_at: anyOf: - type: 'null' - - *53 - url: *54 - html_url: *55 + - *54 + url: *55 + html_url: *56 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &541 + state: &542 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &542 + resolution: &543 type: - string - 'null' @@ -9621,7 +9632,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *50 + repository: *51 push_protection_bypassed: type: - boolean @@ -9686,7 +9697,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &234 + default: &235 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9919,9 +9930,9 @@ paths: publicly_leaked: false multi_repo: false headers: - Link: *56 + Link: *57 '404': *6 - '503': &61 + '503': &62 description: Service unavailable content: application/json: @@ -9961,7 +9972,7 @@ paths: application/json: schema: type: array - items: &84 + items: &85 title: Event description: Event type: object @@ -9972,7 +9983,7 @@ paths: type: - string - 'null' - actor: &57 + actor: &58 title: Actor description: Actor type: object @@ -10013,13 +10024,13 @@ paths: - id - name - url - org: *57 + org: *58 payload: type: object properties: action: type: string - issue: &73 + issue: &74 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -10139,7 +10150,7 @@ paths: milestone: anyOf: - type: 'null' - - &391 + - &392 title: Milestone description: A collection of related issues and pull requests. @@ -10311,12 +10322,12 @@ paths: timeline_url: type: string format: uri - repository: *58 + repository: *59 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &59 + author_association: &60 title: author_association type: string description: How the author is associated with the repository. @@ -10331,7 +10342,7 @@ paths: - OWNER examples: - OWNER - reactions: &60 + reactions: &61 title: Reaction Rollup type: object properties: @@ -10403,7 +10414,7 @@ paths: - author_association - created_at - updated_at - comment: &450 + comment: &451 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10453,12 +10464,12 @@ paths: issue_url: type: string format: uri - author_association: *59 + author_association: *60 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *60 + reactions: *61 required: - id - node_id @@ -10555,7 +10566,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10645,7 +10656,7 @@ paths: _links: type: object properties: - timeline: &62 + timeline: &63 title: Link With Type description: Hypermedia Link with Type type: object @@ -10657,17 +10668,17 @@ paths: required: - href - type - user: *62 - security_advisories: *62 - current_user: *62 - current_user_public: *62 - current_user_actor: *62 - current_user_organization: *62 + user: *63 + security_advisories: *63 + current_user: *63 + current_user_public: *63 + current_user_actor: *63 + current_user_organization: *63 current_user_organizations: type: array - items: *62 - repository_discussions: *62 - repository_discussions_category: *62 + items: *63 + repository_discussions: *63 + repository_discussions_category: *63 required: - timeline - user @@ -10729,7 +10740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *63 + - *64 - *17 - *19 responses: @@ -10739,7 +10750,7 @@ paths: application/json: schema: type: array - items: &64 + items: &65 title: Base Gist description: Base Gist type: object @@ -10836,7 +10847,7 @@ paths: - created_at - updated_at examples: - default: &65 + default: &66 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -10881,7 +10892,7 @@ paths: site_admin: false truncated: false headers: - Link: *56 + Link: *57 '304': *35 '403': *27 x-github: @@ -10960,7 +10971,7 @@ paths: description: Response content: application/json: - schema: &66 + schema: &67 title: Gist Simple description: Gist Simple type: object @@ -10978,7 +10989,7 @@ paths: url: type: string format: uri - user: &572 + user: &573 title: Public User description: Public User type: object @@ -11352,7 +11363,7 @@ paths: truncated: type: boolean examples: - default: &67 + default: &68 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -11456,7 +11467,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *63 + - *64 - *17 - *19 responses: @@ -11466,11 +11477,11 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: - Link: *56 + Link: *57 '422': *15 '304': *35 '403': *27 @@ -11490,7 +11501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *63 + - *64 - *17 - *19 responses: @@ -11500,11 +11511,11 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: - Link: *56 + Link: *57 '401': *23 '304': *35 '403': *27 @@ -11530,7 +11541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &68 + - &69 name: gist_id description: The unique identifier of the gist. in: path @@ -11542,10 +11553,10 @@ paths: description: Response content: application/json: - schema: *66 + schema: *67 examples: - default: *67 - '403': &71 + default: *68 + '403': &72 description: Forbidden Gist content: application/json: @@ -11594,7 +11605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *68 + - *69 requestBody: required: true content: @@ -11658,9 +11669,9 @@ paths: description: Response content: application/json: - schema: *66 + schema: *67 examples: - updateGist: *67 + updateGist: *68 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -11818,7 +11829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *68 + - *69 responses: '204': description: Response @@ -11847,7 +11858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *68 + - *69 - *17 - *19 responses: @@ -11857,7 +11868,7 @@ paths: application/json: schema: type: array - items: &69 + items: &70 title: Gist Comment description: A comment made to a gist. type: object @@ -11895,7 +11906,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *59 + author_association: *60 required: - url - id @@ -11935,7 +11946,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -11960,7 +11971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *68 + - *69 requestBody: required: true content: @@ -11986,9 +11997,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: &70 + default: &71 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -12046,8 +12057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *68 - - &72 + - *69 + - &73 name: comment_id description: The unique identifier of the comment. in: path @@ -12060,12 +12071,12 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 + default: *71 '304': *35 '404': *6 - '403': *71 + '403': *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12087,8 +12098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *68 - - *72 + - *69 + - *73 requestBody: required: true content: @@ -12114,9 +12125,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 + default: *71 '404': *6 x-github: githubCloudOnly: false @@ -12133,8 +12144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *68 - - *72 + - *69 + - *73 responses: '204': description: Response @@ -12157,7 +12168,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *68 + - *69 - *17 - *19 responses: @@ -12258,7 +12269,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *68 + - *69 - *17 - *19 responses: @@ -12268,7 +12279,7 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: default: value: @@ -12314,7 +12325,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '404': *6 '304': *35 '403': *27 @@ -12333,13 +12344,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *68 + - *69 responses: '201': description: Response content: application/json: - schema: *64 + schema: *65 examples: default: value: @@ -12410,7 +12421,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *68 + - *69 responses: '204': description: Response if gist is starred @@ -12440,7 +12451,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *68 + - *69 responses: '204': description: Response @@ -12462,7 +12473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *68 + - *69 responses: '204': description: Response @@ -12491,7 +12502,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *68 + - *69 - name: sha in: path required: true @@ -12502,9 +12513,9 @@ paths: description: Response content: application/json: - schema: *66 + schema: *67 examples: - default: *67 + default: *68 '422': *15 '404': *6 '403': *27 @@ -12665,7 +12676,7 @@ paths: type: integer repositories: type: array - items: *58 + items: *59 repository_selection: type: string examples: @@ -12789,7 +12800,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *56 + Link: *57 '403': *27 '304': *35 '401': *23 @@ -12873,7 +12884,7 @@ paths: - closed - all default: open - - &180 + - &181 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12892,7 +12903,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - name: collab in: query required: false @@ -12922,9 +12933,9 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: &181 + default: &182 value: - id: 1 node_id: MDU6SXNzdWUx @@ -13169,7 +13180,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *56 + Link: *57 '422': *15 '304': *35 '404': *6 @@ -13204,7 +13215,7 @@ paths: application/json: schema: type: array - items: *74 + items: *75 examples: default: value: @@ -13501,7 +13512,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &75 + X-CommonMarker-Version: &76 example: 0.17.4 schema: type: string @@ -13556,7 +13567,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *75 + X-CommonMarker-Version: *76 content: text/html: schema: @@ -13585,7 +13596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &78 + - &79 name: account_id description: account_id parameter in: path @@ -13597,7 +13608,7 @@ paths: description: Response content: application/json: - schema: &77 + schema: &78 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -13631,7 +13642,7 @@ paths: - 'null' id: type: integer - plan: &76 + plan: &77 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -13734,7 +13745,7 @@ paths: - 'null' updated_at: type: string - plan: *76 + plan: *77 required: - url - id @@ -13742,7 +13753,7 @@ paths: - login - marketplace_purchase examples: - default: &79 + default: &80 value: url: https://api.github.com/orgs/github type: Organization @@ -13827,9 +13838,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &80 + default: &81 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -13847,7 +13858,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *56 + Link: *57 '404': *6 '401': *23 x-github: @@ -13869,14 +13880,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &81 + - &82 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &82 + - &83 name: sort description: The property to sort the results by. in: query @@ -13906,9 +13917,9 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: - default: &83 + default: &84 value: - url: https://api.github.com/orgs/github type: Organization @@ -13959,7 +13970,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *56 + Link: *57 '404': *6 '422': *15 '401': *23 @@ -13982,15 +13993,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *77 + schema: *78 examples: - default: *79 + default: *80 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -14022,11 +14033,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *80 + default: *81 headers: - Link: *56 + Link: *57 '401': *23 x-github: githubCloudOnly: false @@ -14047,8 +14058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *81 - *82 + - *83 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -14068,11 +14079,11 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: - default: *83 + default: *84 headers: - Link: *56 + Link: *57 '401': *23 x-github: githubCloudOnly: false @@ -14335,14 +14346,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &259 + - &260 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &260 + - &261 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14359,7 +14370,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -14413,7 +14424,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &271 + '301': &272 description: Moved permanently content: application/json: @@ -14435,7 +14446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &479 + - &480 name: all description: If `true`, show notifications marked as read. in: query @@ -14443,7 +14454,7 @@ paths: schema: type: boolean default: false - - &480 + - &481 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14452,8 +14463,8 @@ paths: schema: type: boolean default: false - - *63 - - &481 + - *64 + - &482 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -14478,14 +14489,14 @@ paths: application/json: schema: type: array - items: &85 + items: &86 title: Thread description: Thread type: object properties: id: type: string - repository: &114 + repository: &115 title: Minimal Repository description: Minimal Repository type: object @@ -14824,7 +14835,7 @@ paths: type: boolean examples: - false - security_and_analysis: &217 + security_and_analysis: &218 type: - object - 'null' @@ -14971,7 +14982,7 @@ paths: - url - subscription_url examples: - default: &482 + default: &483 value: - id: '1' repository: @@ -15053,7 +15064,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -15137,7 +15148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &86 + - &87 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -15151,7 +15162,7 @@ paths: description: Response content: application/json: - schema: *85 + schema: *86 examples: default: value: @@ -15253,7 +15264,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *86 + - *87 responses: '205': description: Reset Content @@ -15275,7 +15286,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *86 + - *87 responses: '204': description: No content @@ -15298,13 +15309,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *86 + - *87 responses: '200': description: Response content: application/json: - schema: &87 + schema: &88 title: Thread Subscription description: Thread Subscription type: object @@ -15348,7 +15359,7 @@ paths: - url - subscribed examples: - default: &88 + default: &89 value: subscribed: true ignored: false @@ -15379,7 +15390,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *86 + - *87 requestBody: required: false content: @@ -15400,9 +15411,9 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: - default: *88 + default: *89 '304': *35 '403': *27 '401': *23 @@ -15425,7 +15436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *86 + - *87 responses: '204': description: Response @@ -15520,7 +15531,7 @@ paths: application/json: schema: type: array - items: &141 + items: &142 title: Organization Simple description: A GitHub organization. type: object @@ -15592,7 +15603,7 @@ paths: - avatar_url - description examples: - default: &589 + default: &590 value: - login: github id: 1 @@ -15631,7 +15642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - &89 + - &90 name: org description: The organization name. The name is not case sensitive. in: path @@ -15741,12 +15752,12 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': &139 + '500': &140 description: Internal Error content: application/json: schema: *3 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15772,13 +15783,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &90 + schema: &91 title: Organization Full description: Organization Full type: object @@ -16133,7 +16144,7 @@ paths: - updated_at - archived_at examples: - default-response: &91 + default-response: &92 value: login: github id: 1 @@ -16224,7 +16235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *89 + - *90 requestBody: required: false content: @@ -16441,17 +16452,17 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - default: *91 + default: *92 '422': description: Validation failed content: application/json: schema: oneOf: - - *92 - *93 + - *94 '409': *44 x-github: githubCloudOnly: false @@ -16475,7 +16486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *89 + - *90 responses: '202': *45 '404': *6 @@ -16500,7 +16511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -16526,7 +16537,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16547,7 +16558,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -16565,7 +16576,7 @@ paths: type: integer repository_cache_usages: type: array - items: &276 + items: &277 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16603,7 +16614,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16623,7 +16634,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -16641,7 +16652,7 @@ paths: type: integer runners: type: array - items: &94 + items: &95 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -16705,7 +16716,7 @@ paths: - display_name - source - version - machine_size_details: &97 + machine_size_details: &98 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -16810,7 +16821,7 @@ paths: - public_ip_enabled - platform examples: - default: &113 + default: &114 value: total_count: 2 runners: @@ -16852,7 +16863,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16870,7 +16881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -16944,9 +16955,9 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: &98 + default: &99 value: id: 5 name: My hosted ubuntu runner @@ -16985,7 +16996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17001,7 +17012,7 @@ paths: type: integer images: type: array - items: &95 + items: &96 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -17041,7 +17052,7 @@ paths: - display_name - source examples: - default: &96 + default: &97 value: id: ubuntu-20.04 platform: linux-x64 @@ -17065,7 +17076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17081,9 +17092,9 @@ paths: type: integer images: type: array - items: *95 + items: *96 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17100,7 +17111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17155,7 +17166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17171,7 +17182,7 @@ paths: type: integer machine_specs: type: array - items: *97 + items: *98 examples: default: value: @@ -17196,7 +17207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17240,8 +17251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *89 - - &99 + - *90 + - &100 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -17253,11 +17264,11 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *98 + default: *99 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17275,8 +17286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *99 + - *90 + - *100 requestBody: required: true content: @@ -17321,9 +17332,9 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *98 + default: *99 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17339,16 +17350,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *99 + - *90 + - *100 responses: '202': description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *98 + default: *99 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17368,13 +17379,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &100 + schema: &101 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -17388,7 +17399,7 @@ paths: required: - include_claim_keys examples: - default: &101 + default: &102 value: include_claim_keys: - repo @@ -17410,20 +17421,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *100 + schema: *101 examples: - default: *101 + default: *102 responses: '201': description: Empty response content: application/json: - schema: &123 + schema: &124 title: Empty Object description: An object without any properties. type: object @@ -17453,7 +17464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17462,7 +17473,7 @@ paths: schema: type: object properties: - enabled_repositories: &102 + enabled_repositories: &103 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -17475,7 +17486,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &103 + allowed_actions: &104 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -17483,7 +17494,7 @@ paths: - all - local_only - selected - selected_actions_url: &282 + selected_actions_url: &283 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -17514,7 +17525,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -17525,8 +17536,8 @@ paths: schema: type: object properties: - enabled_repositories: *102 - allowed_actions: *103 + enabled_repositories: *103 + allowed_actions: *104 required: - enabled_repositories examples: @@ -17553,7 +17564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -17571,9 +17582,9 @@ paths: type: number repositories: type: array - items: *58 + items: *59 examples: - default: &583 + default: &584 value: total_count: 1 repositories: @@ -17713,7 +17724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -17757,8 +17768,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - &104 + - *90 + - &105 name: repository_id description: The unique identifier of the repository. in: path @@ -17786,8 +17797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - *104 + - *90 + - *105 responses: '204': description: Response @@ -17810,13 +17821,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &105 + schema: &106 type: object properties: github_owned_allowed: @@ -17838,7 +17849,7 @@ paths: items: type: string examples: - default: &106 + default: &107 value: github_owned_allowed: true verified_allowed: false @@ -17863,7 +17874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -17871,9 +17882,9 @@ paths: required: false content: application/json: - schema: *105 + schema: *106 examples: - selected_actions: *106 + selected_actions: *107 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17895,23 +17906,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &286 + schema: &287 type: object properties: - default_workflow_permissions: &107 + default_workflow_permissions: &108 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &108 + can_approve_pull_request_reviews: &109 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -17919,7 +17930,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &109 + default: &110 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -17944,7 +17955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Success response @@ -17952,13 +17963,13 @@ paths: required: false content: application/json: - schema: &287 + schema: &288 type: object properties: - default_workflow_permissions: *107 - can_approve_pull_request_reviews: *108 + default_workflow_permissions: *108 + can_approve_pull_request_reviews: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17978,7 +17989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *89 + - *90 - *17 - *19 - name: visible_to_repository @@ -18003,7 +18014,7 @@ paths: type: number runner_groups: type: array - items: &110 + items: &111 type: object properties: id: @@ -18120,7 +18131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -18193,9 +18204,9 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: - default: &112 + default: &113 value: id: 2 name: octo-runner-group @@ -18230,8 +18241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - &111 + - *90 + - &112 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -18243,7 +18254,7 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: default: value: @@ -18279,8 +18290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 requestBody: required: true content: @@ -18336,9 +18347,9 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: - default: *112 + default: *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18357,8 +18368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *89 - - *111 + - *90 + - *112 responses: '204': description: Response @@ -18381,8 +18392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 - *17 - *19 responses: @@ -18400,11 +18411,11 @@ paths: type: number runners: type: array - items: *94 + items: *95 examples: - default: *113 + default: *114 headers: - Link: *56 + Link: *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18424,8 +18435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 + - *90 + - *112 - *19 - *17 responses: @@ -18443,9 +18454,9 @@ paths: type: number repositories: type: array - items: *114 + items: *115 examples: - default: &575 + default: &576 value: total_count: 1 repositories: @@ -18697,8 +18708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 + - *90 + - *112 requestBody: required: true content: @@ -18742,9 +18753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 - - *104 + - *90 + - *112 + - *105 responses: '204': description: Response @@ -18766,9 +18777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 - - *104 + - *90 + - *112 + - *105 responses: '204': description: Response @@ -18791,8 +18802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 - *17 - *19 responses: @@ -18810,7 +18821,7 @@ paths: type: number runners: type: array - items: &116 + items: &117 title: Self hosted runners description: A self hosted runner type: object @@ -18844,7 +18855,7 @@ paths: type: boolean labels: type: array - items: &119 + items: &120 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -18872,7 +18883,7 @@ paths: - busy - labels examples: - default: &117 + default: &118 value: total_count: 2 runners: @@ -18910,7 +18921,7 @@ paths: name: no-gpu type: custom headers: - Link: *56 + Link: *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18929,8 +18940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 requestBody: required: true content: @@ -18974,9 +18985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *89 - - *111 - - &115 + - *90 + - *112 + - &116 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -19004,9 +19015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *89 - - *111 - - *115 + - *90 + - *112 + - *116 responses: '204': description: Response @@ -19036,7 +19047,7 @@ paths: in: query schema: type: string - - *89 + - *90 - *17 - *19 responses: @@ -19054,11 +19065,11 @@ paths: type: integer runners: type: array - items: *116 + items: *117 examples: - default: *117 + default: *118 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19080,7 +19091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -19088,7 +19099,7 @@ paths: application/json: schema: type: array - items: &288 + items: &289 title: Runner Application description: Runner Application type: object @@ -19113,7 +19124,7 @@ paths: - download_url - filename examples: - default: &289 + default: &290 value: - os: osx architecture: x64 @@ -19156,7 +19167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -19199,7 +19210,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &290 + '201': &291 description: Response content: application/json: @@ -19209,7 +19220,7 @@ paths: - runner - encoded_jit_config properties: - runner: *116 + runner: *117 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -19265,13 +19276,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: &118 + schema: &119 title: Authentication Token description: Authentication Token type: object @@ -19295,7 +19306,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *58 + items: *59 single_file: type: - string @@ -19313,7 +19324,7 @@ paths: - token - expires_at examples: - default: &291 + default: &292 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19344,15 +19355,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: &292 + default: &293 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19377,16 +19388,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: &293 + default: &294 value: id: 23 name: MBP @@ -19426,8 +19437,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: '204': description: Response @@ -19452,10 +19463,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: - '200': &120 + '200': &121 description: Response content: application/json: @@ -19469,7 +19480,7 @@ paths: type: integer labels: type: array - items: *119 + items: *120 examples: default: value: @@ -19508,8 +19519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 requestBody: required: true content: @@ -19533,7 +19544,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -19557,8 +19568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 requestBody: required: true content: @@ -19583,7 +19594,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -19607,10 +19618,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: - '200': &294 + '200': &295 description: Response content: application/json: @@ -19624,7 +19635,7 @@ paths: type: integer labels: type: array - items: *119 + items: *120 examples: default: value: @@ -19665,9 +19676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 - - &295 + - *90 + - *116 + - &296 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19675,7 +19686,7 @@ paths: schema: type: string responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -19700,7 +19711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -19718,7 +19729,7 @@ paths: type: integer secrets: type: array - items: &121 + items: &122 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -19770,7 +19781,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19793,13 +19804,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &307 + schema: &308 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19834,7 +19845,7 @@ paths: - key_id - key examples: - default: &308 + default: &309 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19859,8 +19870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *89 - - &122 + - *90 + - &123 name: secret_name description: The name of the secret. in: path @@ -19872,7 +19883,7 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: default: value: @@ -19902,8 +19913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -19958,7 +19969,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -19984,8 +19995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -20011,8 +20022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - *19 - *17 responses: @@ -20030,9 +20041,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: &126 + default: &127 value: total_count: 1 repositories: @@ -20124,8 +20135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -20177,8 +20188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -20211,8 +20222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -20244,8 +20255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *89 - - &281 + - *90 + - &282 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -20269,7 +20280,7 @@ paths: type: integer variables: type: array - items: &124 + items: &125 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -20338,7 +20349,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20359,7 +20370,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -20407,7 +20418,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -20432,8 +20443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *89 - - &125 + - *90 + - &126 name: name description: The name of the variable. in: path @@ -20445,7 +20456,7 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: default: value: @@ -20475,8 +20486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 requestBody: required: true content: @@ -20538,8 +20549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 responses: '204': description: Response @@ -20565,8 +20576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 - *19 - *17 responses: @@ -20584,9 +20595,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *126 + default: *127 '409': description: Response when the visibility of the variable is not set to `selected` @@ -20612,8 +20623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 requestBody: required: true content: @@ -20662,8 +20673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 - name: repository_id in: path required: true @@ -20697,8 +20708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 - name: repository_id in: path required: true @@ -20734,7 +20745,7 @@ paths: - *17 - *37 - *38 - - *89 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -20777,7 +20788,7 @@ paths: bundle_url: type: string examples: - default: &321 + default: &322 value: attestations: - bundle: @@ -20884,7 +20895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -20896,7 +20907,7 @@ paths: type: array items: *4 examples: - default: &182 + default: &183 value: - login: octocat id: 1 @@ -20934,8 +20945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *89 - - &127 + - *90 + - &128 name: username description: The handle for the GitHub user account. in: path @@ -20966,8 +20977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -20987,8 +20998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -21013,18 +21024,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *89 - - &346 + - *90 + - &347 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &130 + schema: &131 type: string description: The name of the tool used to generate the code scanning analysis. - - &347 + - &348 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -21032,7 +21043,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &131 + schema: &132 type: - string - 'null' @@ -21048,7 +21059,7 @@ paths: be returned. in: query required: false - schema: &349 + schema: &350 type: string description: State of a code scanning alert. enum: @@ -21071,7 +21082,7 @@ paths: be returned. in: query required: false - schema: &350 + schema: &351 type: string description: Severity of a code scanning alert. enum: @@ -21092,18 +21103,18 @@ paths: items: type: object properties: - number: *51 - created_at: *52 - updated_at: *53 - url: *54 - html_url: *55 - instances_url: &351 + number: *52 + created_at: *53 + updated_at: *54 + url: *55 + html_url: *56 + instances_url: &352 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &132 + state: &133 type: - string - 'null' @@ -21113,13 +21124,13 @@ paths: - dismissed - fixed - - fixed_at: *128 + fixed_at: *129 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *129 - dismissed_reason: &352 + dismissed_at: *130 + dismissed_reason: &353 type: - string - 'null' @@ -21130,14 +21141,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &353 + dismissed_comment: &354 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &354 + rule: &355 type: object properties: id: @@ -21198,26 +21209,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &355 + tool: &356 type: object properties: - name: *130 + name: *131 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *131 - most_recent_instance: &356 + guid: *132 + most_recent_instance: &357 type: object properties: - ref: &348 + ref: &349 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &366 + analysis_key: &367 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21228,13 +21239,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &367 + category: &368 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *132 + state: *133 commit_sha: type: string message: @@ -21275,7 +21286,7 @@ paths: - test - library - - repository: *50 + repository: *51 required: - number - created_at @@ -21520,9 +21531,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *56 + Link: *57 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21544,7 +21555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *89 + - *90 - name: target_type in: query description: The target type of the code security configuration @@ -21651,7 +21662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *89 + - *90 requestBody: required: true content: @@ -21826,7 +21837,7 @@ paths: application/json: schema: *40 examples: - default: *133 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21848,15 +21859,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *135 + default: *136 '304': *35 '403': *27 '404': *6 @@ -21882,7 +21893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -21905,7 +21916,7 @@ paths: - 32 - 91 responses: - '204': *136 + '204': *137 '400': *14 '403': *27 '404': *6 @@ -21931,7 +21942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *89 + - *90 - *42 responses: '200': @@ -21940,7 +21951,7 @@ paths: application/json: schema: *40 examples: - default: *133 + default: *134 '304': *35 '403': *27 '404': *6 @@ -21964,7 +21975,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *89 + - *90 - *42 requestBody: required: true @@ -22172,10 +22183,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *89 + - *90 - *42 responses: - '204': *136 + '204': *137 '400': *14 '403': *27 '404': *6 @@ -22203,7 +22214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *89 + - *90 - *42 requestBody: required: true @@ -22267,7 +22278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *89 + - *90 - *42 requestBody: required: true @@ -22313,7 +22324,7 @@ paths: default: value: default_for_new_repos: all - configuration: *133 + configuration: *134 '403': *27 '404': *6 x-github: @@ -22337,7 +22348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *89 + - *90 - *42 - name: per_page description: The number of results per page (max 100). For more information, @@ -22366,13 +22377,13 @@ paths: application/json: schema: type: array - items: *137 + items: *138 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *138 + repository: *139 '403': *27 '404': *6 x-github: @@ -22396,7 +22407,7 @@ paths: parameters: - *17 - *19 - - *89 + - *90 responses: '200': description: Response @@ -22412,7 +22423,7 @@ paths: type: integer codespaces: type: array - items: &183 + items: &184 type: object title: Codespace description: A codespace. @@ -22443,11 +22454,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *114 + repository: *115 machine: anyOf: - type: 'null' - - &379 + - &380 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -22734,7 +22745,7 @@ paths: - pulls_url - recent_folders examples: - default: &184 + default: &185 value: total_count: 3 codespaces: @@ -23144,7 +23155,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -23166,7 +23177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -23210,7 +23221,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23233,7 +23244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -23265,7 +23276,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23288,7 +23299,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *89 + - *90 requestBody: required: true content: @@ -23319,7 +23330,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23340,7 +23351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -23358,7 +23369,7 @@ paths: type: integer secrets: type: array - items: &140 + items: &141 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -23399,7 +23410,7 @@ paths: - updated_at - visibility examples: - default: &380 + default: &381 value: total_count: 2 secrets: @@ -23412,7 +23423,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23431,13 +23442,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23472,7 +23483,7 @@ paths: - key_id - key examples: - default: &382 + default: &383 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23495,23 +23506,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '200': description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: &384 + default: &385 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23531,8 +23542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -23587,7 +23598,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -23613,8 +23624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -23639,8 +23650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - *19 - *17 responses: @@ -23658,9 +23669,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *126 + default: *127 '404': *6 x-github: githubCloudOnly: false @@ -23682,8 +23693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -23733,8 +23744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -23767,8 +23778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -23807,7 +23818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -23918,7 +23929,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -23950,7 +23961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *89 + - *90 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -23973,7 +23984,7 @@ paths: currently being billed. seats: type: array - items: &186 + items: &187 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23983,12 +23994,12 @@ paths: organization: anyOf: - type: 'null' - - *141 + - *142 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &179 + - &180 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -24047,7 +24058,7 @@ paths: parent: anyOf: - type: 'null' - - &194 + - &195 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -24319,8 +24330,8 @@ paths: type: User site_admin: false headers: - Link: *56 - '500': *139 + Link: *57 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24353,7 +24364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24395,7 +24406,7 @@ paths: default: value: seats_created: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24431,7 +24442,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24473,7 +24484,7 @@ paths: default: value: seats_cancelled: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24511,7 +24522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24552,7 +24563,7 @@ paths: default: value: seats_created: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24588,7 +24599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24630,7 +24641,7 @@ paths: default: value: seats_cancelled: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24669,7 +24680,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *89 + - *90 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -24701,7 +24712,7 @@ paths: application/json: schema: type: array - items: &239 + items: &240 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25017,7 +25028,7 @@ paths: - date additionalProperties: true examples: - default: &240 + default: &241 value: - date: '2024-06-24' total_active_users: 24 @@ -25116,10 +25127,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *139 + '500': *140 '403': *27 '404': *6 - '422': &241 + '422': &242 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25155,7 +25166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-organization-members parameters: - - *89 + - *90 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -25187,7 +25198,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -25275,7 +25286,7 @@ paths: - breakdown additionalProperties: false examples: - default: &243 + default: &244 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -25339,7 +25350,7 @@ paths: lines_suggested: 200 lines_accepted: 150 active_users: 3 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -25364,19 +25375,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *89 - - *142 + - *90 - *143 - *144 - *145 - *146 - *147 - *148 + - *149 - *46 - *37 - *38 - - *149 - *150 + - *151 - *17 responses: '200': @@ -25385,9 +25396,9 @@ paths: application/json: schema: type: array - items: *151 + items: *152 examples: - default: *152 + default: *153 '304': *35 '400': *14 '403': *27 @@ -25413,7 +25424,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -25431,7 +25442,7 @@ paths: type: integer secrets: type: array - items: &153 + items: &154 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25483,7 +25494,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25504,13 +25515,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &407 + schema: &408 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25529,7 +25540,7 @@ paths: - key_id - key examples: - default: &408 + default: &409 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25552,14 +25563,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -25587,8 +25598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -25643,7 +25654,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -25667,8 +25678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -25692,8 +25703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - *19 - *17 responses: @@ -25711,9 +25722,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *126 + default: *127 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25734,8 +25745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -25785,8 +25796,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -25817,8 +25828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -25848,7 +25859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -25856,7 +25867,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Package description: A software package type: object @@ -25909,7 +25920,7 @@ paths: repository: anyOf: - type: 'null' - - *114 + - *115 created_at: type: string format: date-time @@ -25927,7 +25938,7 @@ paths: - created_at - updated_at examples: - default: &197 + default: &198 value: - id: 197 name: hello_docker @@ -26005,7 +26016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *89 + - *90 - *17 - *19 responses: @@ -26015,7 +26026,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: 200-response: value: @@ -26084,7 +26095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *89 + - *90 - *17 - *19 responses: @@ -26094,7 +26105,7 @@ paths: application/json: schema: type: array - items: &176 + items: &177 title: Organization Invitation description: Organization Invitation type: object @@ -26148,7 +26159,7 @@ paths: - invitation_teams_url - node_id examples: - default: &177 + default: &178 value: - id: 1 login: monalisa @@ -26181,7 +26192,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -26205,7 +26216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *89 + - *90 - *17 - *19 responses: @@ -26215,7 +26226,7 @@ paths: application/json: schema: type: array - items: &154 + items: &155 title: Org Hook description: Org Hook type: object @@ -26315,7 +26326,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -26338,7 +26349,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *89 + - *90 requestBody: required: true content: @@ -26400,9 +26411,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: &155 + default: &156 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26449,8 +26460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *89 - - &156 + - *90 + - &157 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -26463,9 +26474,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *155 + default: *156 '404': *6 x-github: githubCloudOnly: false @@ -26492,8 +26503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 requestBody: required: false content: @@ -26539,7 +26550,7 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: default: value: @@ -26580,8 +26591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 responses: '204': description: Response @@ -26608,8 +26619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *89 - - *156 + - *90 + - *157 responses: '200': description: Response @@ -26639,8 +26650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *89 - - *156 + - *90 + - *157 requestBody: required: false content: @@ -26690,10 +26701,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *89 - - *156 - - *17 + - *90 - *157 + - *17 + - *158 responses: '200': description: Response @@ -26701,9 +26712,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *159 + default: *160 '400': *14 '422': *15 x-github: @@ -26728,17 +26739,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 - *16 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: *161 + default: *162 '400': *14 '422': *15 x-github: @@ -26763,8 +26774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 - *16 responses: '202': *45 @@ -26793,8 +26804,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 responses: '204': description: Response @@ -26816,8 +26827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *89 - - &166 + - *90 + - &167 name: actor_type in: path description: The type of the actor @@ -26830,14 +26841,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &167 + - &168 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &162 + - &163 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -26845,7 +26856,7 @@ paths: required: true schema: type: string - - &163 + - &164 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -26939,13 +26950,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *89 - - *162 + - *90 - *163 + - *164 - *19 - *17 - *46 - - &172 + - &173 name: sort description: The property to sort the results by. in: query @@ -27024,15 +27035,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *89 - - *162 + - *90 - *163 + - *164 responses: '200': description: Response content: application/json: - schema: &164 + schema: &165 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27048,7 +27059,7 @@ paths: type: integer format: int64 examples: - default: &165 + default: &166 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27068,24 +27079,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *89 - - &168 + - *90 + - &169 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *162 - *163 + - *164 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 x-github: enabledForGitHubApps: true category: orgs @@ -27103,19 +27114,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *89 - - *162 + - *90 - *163 - - *166 + - *164 - *167 + - *168 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 x-github: enabledForGitHubApps: true category: orgs @@ -27132,10 +27143,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *89 - - *162 + - *90 - *163 - - &169 + - *164 + - &170 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -27148,7 +27159,7 @@ paths: description: Response content: application/json: - schema: &170 + schema: &171 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -27164,7 +27175,7 @@ paths: type: integer format: int64 examples: - default: &171 + default: &172 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27200,19 +27211,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *89 - - *168 - - *162 - - *163 + - *90 - *169 + - *163 + - *164 + - *170 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -27229,20 +27240,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *89 - - *166 + - *90 - *167 - - *162 + - *168 - *163 - - *169 + - *164 + - *170 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -27259,14 +27270,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *89 - - *168 - - *162 + - *90 + - *169 - *163 + - *164 - *19 - *17 - *46 - - *172 + - *173 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27342,7 +27353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *89 + - *90 responses: '200': description: Response @@ -27350,7 +27361,7 @@ paths: application/json: schema: *20 examples: - default: &446 + default: &447 value: id: 1 account: @@ -27419,7 +27430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -27489,7 +27500,7 @@ paths: suspended_at: suspended_by: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27508,7 +27519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -27516,12 +27527,12 @@ paths: application/json: schema: anyOf: - - &174 + - &175 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &173 + limit: &174 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27549,7 +27560,7 @@ paths: properties: {} additionalProperties: false examples: - default: &175 + default: &176 value: limit: collaborators_only origin: organization @@ -27573,18 +27584,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &447 + schema: &448 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *173 + limit: *174 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27609,9 +27620,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '422': *15 x-github: githubCloudOnly: false @@ -27629,7 +27640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -27653,7 +27664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *89 + - *90 - *17 - *19 - name: role @@ -27687,11 +27698,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -27712,7 +27723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *89 + - *90 requestBody: required: false content: @@ -27766,7 +27777,7 @@ paths: description: Response content: application/json: - schema: *176 + schema: *177 examples: default: value: @@ -27820,8 +27831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *89 - - &178 + - *90 + - &179 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27851,8 +27862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *89 - - *178 + - *90 + - *179 - *17 - *19 responses: @@ -27862,9 +27873,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: &195 + default: &196 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27880,7 +27891,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -27909,7 +27920,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *89 + - *90 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -27939,7 +27950,7 @@ paths: - closed - all default: open - - *180 + - *181 - name: sort description: What to sort results by. in: query @@ -27952,7 +27963,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - *17 - *19 responses: @@ -27962,11 +27973,11 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *181 + default: *182 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -27986,7 +27997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *89 + - *90 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -28022,9 +28033,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -28042,8 +28053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response if requester is an organization member and user is @@ -28074,8 +28085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -28101,8 +28112,8 @@ paths: parameters: - *17 - *19 - - *89 - - *127 + - *90 + - *128 responses: '200': description: Response @@ -28118,11 +28129,11 @@ paths: type: integer codespaces: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28145,9 +28156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *89 - - *127 - - &185 + - *90 + - *128 + - &186 name: codespace_name in: path required: true @@ -28157,7 +28168,7 @@ paths: responses: '202': *45 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28180,17 +28191,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *89 - - *127 - - *185 + - *90 + - *128 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: &378 + default: &379 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28332,7 +28343,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28363,14 +28374,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -28413,7 +28424,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28438,14 +28449,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '200': description: Response content: application/json: - schema: &187 + schema: &188 title: Org Membership description: Org Membership type: object @@ -28478,7 +28489,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *141 + organization: *142 user: anyOf: - type: 'null' @@ -28498,7 +28509,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &188 + response-if-user-has-an-active-admin-membership-with-organization: &189 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28566,8 +28577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 requestBody: required: false content: @@ -28595,9 +28606,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - response-if-user-already-had-membership-with-organization: *188 + response-if-user-already-had-membership-with-organization: *189 '422': *15 '403': *27 x-github: @@ -28618,8 +28629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -28644,7 +28655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *89 + - *90 - *17 - *19 - name: exclude @@ -28666,7 +28677,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Migration description: A migration. type: object @@ -28708,7 +28719,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *58 + items: *59 url: type: string format: uri @@ -28907,7 +28918,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28923,7 +28934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *89 + - *90 requestBody: required: true content: @@ -29004,7 +29015,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -29182,8 +29193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *89 - - &190 + - *90 + - &191 name: migration_id description: The unique identifier of the migration. in: path @@ -29211,7 +29222,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -29380,8 +29391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *89 - - *190 + - *90 + - *191 responses: '302': description: Response @@ -29402,8 +29413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *89 - - *190 + - *90 + - *191 responses: '204': description: Response @@ -29426,9 +29437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *89 - - *190 - - &588 + - *90 + - *191 + - &589 name: repo_name description: repo_name parameter in: path @@ -29455,8 +29466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *89 - - *190 + - *90 + - *191 - *17 - *19 responses: @@ -29466,9 +29477,9 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: &202 + default: &203 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29579,7 +29590,7 @@ paths: secret_scanning_non_provider_patterns: status: disabled headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -29605,7 +29616,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of organization roles @@ -29621,7 +29632,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &193 + items: &194 title: Organization Role description: Organization roles type: object @@ -29770,8 +29781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *89 - - &191 + - *90 + - &192 name: team_slug description: The slug of the team name. in: path @@ -29802,9 +29813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *89 - - *191 - - &192 + - *90 + - *192 + - &193 name: role_id description: The unique identifier of the role. in: path @@ -29839,9 +29850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *89 - - *191 + - *90 - *192 + - *193 responses: '204': description: Response @@ -29866,8 +29877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -29892,9 +29903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *89 - - *127 - - *192 + - *90 + - *128 + - *193 responses: '204': description: Response @@ -29924,9 +29935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *89 - - *127 - - *192 + - *90 + - *128 + - *193 responses: '204': description: Response @@ -29954,14 +29965,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *89 - - *192 + - *90 + - *193 responses: '200': description: Response content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -30011,8 +30022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *89 - - *192 + - *90 + - *193 - *17 - *19 responses: @@ -30091,7 +30102,7 @@ paths: parent: anyOf: - type: 'null' - - *194 + - *195 required: - id - node_id @@ -30105,9 +30116,9 @@ paths: - slug - parent examples: - default: *195 + default: *196 headers: - Link: *56 + Link: *57 '404': description: Response if the organization or role does not exist. '422': @@ -30134,8 +30145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *89 - - *192 + - *90 + - *193 - *17 - *19 responses: @@ -30164,7 +30175,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *194 + items: *195 name: type: - string @@ -30281,9 +30292,9 @@ paths: - type - url examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': description: Response if the organization or role does not exist. '422': @@ -30305,7 +30316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *89 + - *90 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -30329,9 +30340,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30354,8 +30365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *89 - - *127 + - *90 + - *128 requestBody: required: false content: @@ -30412,8 +30423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -30470,8 +30481,8 @@ paths: - docker - nuget - container - - *89 - - &590 + - *90 + - &591 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30507,12 +30518,12 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 '403': *27 '401': *23 - '400': &592 + '400': &593 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30534,7 +30545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &198 + - &199 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -30552,20 +30563,20 @@ paths: - docker - nuget - container - - &199 + - &200 name: package_name description: The name of the package. in: path required: true schema: type: string - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30617,9 +30628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *198 - *199 - - *89 + - *200 + - *90 responses: '204': description: Response @@ -30651,9 +30662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *198 - *199 - - *89 + - *200 + - *90 - name: token description: package token schema: @@ -30685,9 +30696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *198 - *199 - - *89 + - *200 + - *90 - *19 - *17 - name: state @@ -30707,7 +30718,7 @@ paths: application/json: schema: type: array - items: &200 + items: &201 title: Package Version description: A version of a software package type: object @@ -30842,10 +30853,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *198 - *199 - - *89 - - &201 + - *200 + - *90 + - &202 name: package_version_id description: Unique identifier of the package version. in: path @@ -30857,7 +30868,7 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -30893,10 +30904,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *198 - *199 - - *89 - - *201 + - *200 + - *90 + - *202 responses: '204': description: Response @@ -30928,10 +30939,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *198 - *199 - - *89 - - *201 + - *200 + - *90 + - *202 responses: '204': description: Response @@ -30958,10 +30969,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 - *17 - *19 - - &203 + - &204 name: sort description: The property by which to sort the results. in: query @@ -30972,7 +30983,7 @@ paths: - created_at default: created_at - *46 - - &204 + - &205 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30984,7 +30995,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &205 + - &206 name: repository description: The name of the repository to use to filter the results. in: query @@ -30993,7 +31004,7 @@ paths: type: string examples: - Hello-World - - &206 + - &207 name: permission description: The permission to use to filter the results. in: query @@ -31002,7 +31013,7 @@ paths: type: string examples: - issues_read - - &207 + - &208 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -31012,7 +31023,7 @@ paths: schema: type: string format: date-time - - &208 + - &209 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -31023,7 +31034,7 @@ paths: type: string format: date-time responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 @@ -31158,7 +31169,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31178,7 +31189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -31220,7 +31231,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 @@ -31245,7 +31256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -31282,11 +31293,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31307,7 +31318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -31318,7 +31329,7 @@ paths: - *17 - *19 responses: - '500': *139 + '500': *140 '404': *6 '403': *27 '200': @@ -31327,11 +31338,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31352,18 +31363,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *89 + - *90 - *17 - *19 - - *203 - - *46 - *204 + - *46 - *205 - *206 - *207 - *208 + - *209 responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 @@ -31492,7 +31503,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31512,7 +31523,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -31547,7 +31558,7 @@ paths: - 1296269 - 1296280 responses: - '500': *139 + '500': *140 '404': *6 '202': *45 '403': *27 @@ -31572,7 +31583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *89 + - *90 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -31600,9 +31611,9 @@ paths: value: action: revoke responses: - '500': *139 + '500': *140 '404': *6 - '204': *136 + '204': *137 '403': *27 '422': *15 x-github: @@ -31624,7 +31635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *89 + - *90 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -31634,7 +31645,7 @@ paths: - *17 - *19 responses: - '500': *139 + '500': *140 '404': *6 '403': *27 '200': @@ -31643,11 +31654,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31671,7 +31682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -31689,7 +31700,7 @@ paths: type: integer configurations: type: array - items: &209 + items: &210 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31744,7 +31755,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *56 + Link: *57 '400': *14 '404': *6 x-github: @@ -31768,7 +31779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -31901,7 +31912,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &210 + org-private-registry-with-selected-visibility: &211 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31944,7 +31955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -31972,7 +31983,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -31996,16 +32007,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *89 - - *122 + - *90 + - *123 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *209 + schema: *210 examples: - default: *210 + default: *211 '404': *6 x-github: githubCloudOnly: false @@ -32028,8 +32039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -32109,8 +32120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -32135,7 +32146,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *89 + - *90 - name: state description: Indicates the state of the projects to return. in: query @@ -32156,7 +32167,7 @@ paths: application/json: schema: type: array - items: &211 + items: &212 title: Project description: Projects are a way to organize columns and cards of work. @@ -32289,7 +32300,7 @@ paths: organization_permission: write private: true headers: - Link: *56 + Link: *57 '422': *7 x-github: githubCloudOnly: false @@ -32309,7 +32320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *89 + - *90 requestBody: required: true content: @@ -32335,7 +32346,7 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: default: value: @@ -32373,7 +32384,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &268 + '410': &269 description: Gone content: application/json: @@ -32397,7 +32408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -32405,7 +32416,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -32481,7 +32492,7 @@ paths: - property_name - value_type examples: - default: &213 + default: &214 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32525,7 +32536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -32536,7 +32547,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *212 + items: *213 minItems: 1 maxItems: 100 required: @@ -32566,9 +32577,9 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: - default: *213 + default: *214 '403': *27 '404': *6 x-github: @@ -32589,8 +32600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *89 - - &214 + - *90 + - &215 name: custom_property_name description: The custom property name in: path @@ -32602,9 +32613,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: &215 + default: &216 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32638,8 +32649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *89 - - *214 + - *90 + - *215 requestBody: required: true content: @@ -32706,9 +32717,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: *215 + default: *216 '403': *27 '404': *6 x-github: @@ -32731,10 +32742,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *89 - - *214 + - *90 + - *215 responses: - '204': *136 + '204': *137 '403': *27 '404': *6 x-github: @@ -32755,7 +32766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 - *17 - *19 - name: repository_query @@ -32796,7 +32807,7 @@ paths: - octocat/Hello-World properties: type: array - items: &216 + items: &217 title: Custom Property Value description: Custom property name and associated value type: object @@ -32838,7 +32849,7 @@ paths: - property_name: team value: octocat headers: - Link: *56 + Link: *57 '403': *27 '404': *6 x-github: @@ -32866,7 +32877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -32886,7 +32897,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *216 + items: *217 required: - repository_names - properties @@ -32927,7 +32938,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *89 + - *90 - *17 - *19 responses: @@ -32939,9 +32950,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32958,8 +32969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response if user is a public member @@ -32983,8 +32994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -33005,8 +33016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -33030,7 +33041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *89 + - *90 - name: type description: Specifies the types of repositories you want returned. in: query @@ -33076,11 +33087,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33099,7 +33110,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *89 + - *90 requestBody: required: true content: @@ -33281,7 +33292,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Full Repository description: Full Repository type: object @@ -33627,7 +33638,7 @@ paths: template_repository: anyOf: - type: 'null' - - *58 + - *59 temp_clone_token: type: - string @@ -33727,13 +33738,13 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 organization: anyOf: - type: 'null' - *4 - parent: *58 - source: *58 + parent: *59 + source: *59 forks: type: integer master_branch: @@ -33746,7 +33757,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &397 + code_of_conduct: &398 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -33776,7 +33787,7 @@ paths: - key - name - html_url - security_and_analysis: *217 + security_and_analysis: *218 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33860,7 +33871,7 @@ paths: - network_count - subscribers_count examples: - default: &272 + default: &273 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34378,10 +34389,10 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - *17 - *19 - - &528 + - &529 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34400,7 +34411,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34435,7 +34446,7 @@ paths: source: type: string description: The name of the source - enforcement: &220 + enforcement: &221 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -34448,7 +34459,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &221 + items: &222 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -34514,7 +34525,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &218 + - &219 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -34538,7 +34549,7 @@ paths: match. items: type: string - - &222 + - &223 title: Organization ruleset conditions type: object description: |- @@ -34552,7 +34563,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *218 + - *219 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -34586,7 +34597,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *218 + - *219 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -34608,7 +34619,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *218 + - *219 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -34621,7 +34632,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &219 + items: &220 title: Repository ruleset property targeting definition type: object @@ -34654,7 +34665,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *219 + items: *220 required: - repository_property type: @@ -34662,12 +34673,12 @@ paths: - object rules: type: array - items: &223 + items: &224 title: Repository Rule type: object description: A repository rule. oneOf: - - &510 + - &511 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34679,7 +34690,7 @@ paths: type: string enum: - creation - - &511 + - &512 title: update description: Only allow users with bypass permission to update matching refs. @@ -34700,7 +34711,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &513 + - &514 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34712,7 +34723,7 @@ paths: type: string enum: - deletion - - &514 + - &515 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34724,7 +34735,7 @@ paths: type: string enum: - required_linear_history - - &515 + - &516 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34802,7 +34813,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &516 + - &517 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34826,7 +34837,7 @@ paths: type: string required: - required_deployment_environments - - &517 + - &518 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34838,7 +34849,7 @@ paths: type: string enum: - required_signatures - - &518 + - &519 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34891,7 +34902,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &519 + - &520 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34939,7 +34950,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &520 + - &521 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34951,7 +34962,7 @@ paths: type: string enum: - non_fast_forward - - &521 + - &522 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34987,7 +34998,7 @@ paths: required: - operator - pattern - - &522 + - &523 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35023,7 +35034,7 @@ paths: required: - operator - pattern - - &523 + - &524 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35059,7 +35070,7 @@ paths: required: - operator - pattern - - &524 + - &525 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35095,7 +35106,7 @@ paths: required: - operator - pattern - - &525 + - &526 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35221,7 +35232,7 @@ paths: maximum: 100 required: - max_file_size - - &526 + - &527 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35271,7 +35282,7 @@ paths: - repository_id required: - workflows - - &527 + - &528 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35368,7 +35379,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -35384,7 +35395,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 requestBody: description: Request body required: true @@ -35405,16 +35416,16 @@ paths: - push - repository default: branch - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *222 + items: *222 + conditions: *223 rules: type: array description: An array of rules within the ruleset. - items: *223 + items: *224 required: - name - enforcement @@ -35452,9 +35463,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &225 + default: &226 value: id: 21 name: super cool ruleset @@ -35494,7 +35505,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -35508,8 +35519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *89 - - &529 + - *90 + - &530 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -35524,7 +35535,7 @@ paths: in: query schema: type: string - - &530 + - &531 name: time_period description: |- The time period to filter by. @@ -35540,14 +35551,14 @@ paths: - week - month default: day - - &531 + - &532 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &532 + - &533 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35567,7 +35578,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Rule Suites description: Response type: array @@ -35623,7 +35634,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &534 + default: &535 value: - id: 21 actor_id: 12 @@ -35647,7 +35658,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35666,8 +35677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *89 - - &535 + - *90 + - &536 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35683,7 +35694,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Rule Suite description: Response type: object @@ -35790,7 +35801,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &537 + default: &538 value: id: 21 actor_id: 12 @@ -35825,7 +35836,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35851,7 +35862,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -35863,11 +35874,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '404': *6 - '500': *139 + '500': *140 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -35883,7 +35894,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -35909,16 +35920,16 @@ paths: - tag - push - repository - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *222 + items: *222 + conditions: *223 rules: description: An array of rules within the ruleset. type: array - items: *223 + items: *224 examples: default: value: @@ -35953,11 +35964,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '404': *6 - '500': *139 + '500': *140 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -35973,7 +35984,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -35984,7 +35995,7 @@ paths: '204': description: Response '404': *6 - '500': *139 + '500': *140 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -36001,15 +36012,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *89 - - *226 + - *90 - *227 - *228 - *229 + - *230 - *46 - *19 - *17 - - &539 + - &540 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -36019,7 +36030,7 @@ paths: required: false schema: type: string - - &540 + - &541 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -36029,9 +36040,9 @@ paths: required: false schema: type: string - - *230 - *231 - *232 + - *233 responses: '200': description: Response @@ -36039,13 +36050,13 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 headers: - Link: *56 + Link: *57 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36067,7 +36078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *89 + - *90 - *46 - name: sort description: The property to sort the results by. @@ -36111,7 +36122,7 @@ paths: application/json: schema: type: array - items: &547 + items: &548 description: A repository security advisory. type: object properties: @@ -36355,7 +36366,7 @@ paths: login: type: string description: The username of the user credited. - type: *235 + type: *236 credits_detailed: type: - array @@ -36366,7 +36377,7 @@ paths: type: object properties: user: *4 - type: *235 + type: *236 state: type: string description: The state of the user's acceptance of the @@ -36392,13 +36403,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *179 + items: *180 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *50 + - *51 type: - 'null' required: @@ -36430,7 +36441,7 @@ paths: - private_fork additionalProperties: false examples: - default: &548 + default: &549 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36809,7 +36820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *89 + - *90 responses: '200': description: Response @@ -36817,9 +36828,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36842,8 +36853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *89 - - *191 + - *90 + - *192 responses: '204': description: Response @@ -36868,8 +36879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *89 - - *191 + - *90 + - *192 responses: '204': description: Response @@ -36898,13 +36909,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &606 + schema: &607 type: object properties: total_minutes_used: @@ -36974,7 +36985,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &607 + default: &608 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -37004,13 +37015,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &608 + schema: &609 type: object properties: total_gigabytes_bandwidth_used: @@ -37028,7 +37039,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &609 + default: &610 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37054,13 +37065,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &610 + schema: &611 type: object properties: days_left_in_billing_cycle: @@ -37078,7 +37089,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &611 + default: &612 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37100,9 +37111,9 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -37120,7 +37131,7 @@ paths: type: integer network_configurations: type: array - items: &236 + items: &237 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -37184,11 +37195,11 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -37201,9 +37212,9 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -37245,9 +37256,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &237 + default: &238 value: id: 123456789ABCDEF name: My network configuration @@ -37259,7 +37270,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -37273,10 +37284,10 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - &238 + - *90 + - &239 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -37288,15 +37299,15 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -37309,10 +37320,10 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *238 + - *90 + - *239 requestBody: required: true content: @@ -37351,13 +37362,13 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -37370,17 +37381,17 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *89 - - *238 + - *90 + - *239 responses: '204': description: Response x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -37394,9 +37405,9 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *89 + - *90 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -37455,11 +37466,11 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -37485,8 +37496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *89 - - *191 + - *90 + - *192 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -37518,13 +37529,13 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: *240 - '500': *139 + default: *241 + '500': *140 '403': *27 '404': *6 - '422': *241 + '422': *242 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37558,8 +37569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - - *89 - - *191 + - *90 + - *192 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -37591,10 +37602,10 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 - '500': *139 + default: *244 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -37615,7 +37626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *89 + - *90 - *17 - *19 responses: @@ -37625,11 +37636,11 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 headers: - Link: *56 + Link: *57 '403': *27 x-github: githubCloudOnly: false @@ -37649,7 +37660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *89 + - *90 requestBody: required: true content: @@ -37721,7 +37732,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &245 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37795,7 +37806,7 @@ paths: parent: anyOf: - type: 'null' - - *194 + - *195 members_count: type: integer examples: @@ -38101,7 +38112,7 @@ paths: - repos_count - organization examples: - default: &245 + default: &246 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38171,16 +38182,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *89 - - *191 + - *90 + - *192 responses: '200': description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -38201,8 +38212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *89 - - *191 + - *90 + - *192 requestBody: required: false content: @@ -38265,16 +38276,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '201': description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '422': *15 '403': *27 @@ -38299,8 +38310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *89 - - *191 + - *90 + - *192 responses: '204': description: Response @@ -38326,8 +38337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *89 - - *191 + - *90 + - *192 - *46 - *17 - *19 @@ -38344,7 +38355,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38435,7 +38446,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *60 + reactions: *61 required: - author - body @@ -38455,7 +38466,7 @@ paths: - updated_at - url examples: - default: &562 + default: &563 value: - author: login: octocat @@ -38505,7 +38516,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38529,8 +38540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *89 - - *191 + - *90 + - *192 requestBody: required: true content: @@ -38564,9 +38575,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &247 + default: &248 value: author: login: octocat @@ -38638,9 +38649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *89 - - *191 - - &248 + - *90 + - *192 + - &249 name: discussion_number description: The number that identifies the discussion. in: path @@ -38652,9 +38663,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38676,9 +38687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 requestBody: required: false content: @@ -38701,9 +38712,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &563 + default: &564 value: author: login: octocat @@ -38773,9 +38784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 responses: '204': description: Response @@ -38801,9 +38812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 - *46 - *17 - *19 @@ -38814,7 +38825,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38879,7 +38890,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *60 + reactions: *61 required: - author - body @@ -38894,7 +38905,7 @@ paths: - updated_at - url examples: - default: &564 + default: &565 value: - author: login: octocat @@ -38938,7 +38949,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38962,9 +38973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 requestBody: required: true content: @@ -38986,9 +38997,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &250 + default: &251 value: author: login: octocat @@ -39054,10 +39065,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *89 - - *191 - - *248 - - &251 + - *90 + - *192 + - *249 + - &252 name: comment_number description: The number that identifies the comment. in: path @@ -39069,9 +39080,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39093,10 +39104,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 requestBody: required: true content: @@ -39118,9 +39129,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &565 + default: &566 value: author: login: octocat @@ -39184,10 +39195,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 responses: '204': description: Response @@ -39213,10 +39224,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -39242,7 +39253,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39286,7 +39297,7 @@ paths: - content - created_at examples: - default: &254 + default: &255 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39312,7 +39323,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39336,10 +39347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 requestBody: required: true content: @@ -39372,9 +39383,9 @@ paths: team discussion comment content: application/json: - schema: *252 + schema: *253 examples: - default: &253 + default: &254 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39403,9 +39414,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39428,11 +39439,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *89 - - *191 - - *248 - - *251 - - &255 + - *90 + - *192 + - *249 + - *252 + - &256 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39464,9 +39475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -39492,11 +39503,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39520,9 +39531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 requestBody: required: true content: @@ -39554,16 +39565,16 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39586,10 +39597,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *89 - - *191 - - *248 - - *255 + - *90 + - *192 + - *249 + - *256 responses: '204': description: Response @@ -39613,8 +39624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -39624,11 +39635,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39648,8 +39659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *89 - - *191 + - *90 + - *192 - name: role description: Filters members returned by their role in the team. in: query @@ -39672,9 +39683,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39702,15 +39713,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *89 - - *191 - - *127 + - *90 + - *192 + - *128 responses: '200': description: Response content: application/json: - schema: &256 + schema: &257 title: Team Membership description: Team Membership type: object @@ -39738,7 +39749,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &566 + response-if-user-is-a-team-maintainer: &567 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39774,9 +39785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *89 - - *191 - - *127 + - *90 + - *192 + - *128 requestBody: required: false content: @@ -39801,9 +39812,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-users-membership-with-team-is-now-pending: &567 + response-if-users-membership-with-team-is-now-pending: &568 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39838,9 +39849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *89 - - *191 - - *127 + - *90 + - *192 + - *128 responses: '204': description: Response @@ -39866,8 +39877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -39877,7 +39888,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Team Project description: A team's access to a project. type: object @@ -39946,7 +39957,7 @@ paths: - updated_at - permissions examples: - default: &568 + default: &569 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39986,7 +39997,7 @@ paths: write: true admin: false headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40007,9 +40018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *89 - - *191 - - &258 + - *90 + - *192 + - &259 name: project_id description: The unique identifier of the project. in: path @@ -40021,9 +40032,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &569 + default: &570 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40083,9 +40094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *89 - - *191 - - *258 + - *90 + - *192 + - *259 requestBody: required: false content: @@ -40150,9 +40161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *89 - - *191 - - *258 + - *90 + - *192 + - *259 responses: '204': description: Response @@ -40176,8 +40187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -40187,11 +40198,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40218,16 +40229,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *89 - - *191 - - *259 + - *90 + - *192 - *260 + - *261 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &570 + schema: &571 title: Team Repository description: A team's access to a repository. type: object @@ -40253,7 +40264,7 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 forks: type: integer permissions: @@ -40868,10 +40879,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *89 - - *191 - - *259 + - *90 + - *192 - *260 + - *261 requestBody: required: false content: @@ -40916,10 +40927,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *89 - - *191 - - *259 + - *90 + - *192 - *260 + - *261 responses: '204': description: Response @@ -40943,8 +40954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -40954,9 +40965,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - response-if-child-teams-exist: &571 + response-if-child-teams-exist: &572 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40984,7 +40995,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41009,7 +41020,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *89 + - *90 - name: security_product in: path description: The security feature to enable or disable. @@ -41080,7 +41091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &261 + - &262 name: card_id description: The unique identifier of the card. in: path @@ -41092,7 +41103,7 @@ paths: description: Response content: application/json: - schema: &262 + schema: &263 title: Project Card description: Project cards represent a scope of work. type: object @@ -41167,7 +41178,7 @@ paths: - created_at - updated_at examples: - default: &263 + default: &264 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -41217,7 +41228,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *261 + - *262 requestBody: required: false content: @@ -41247,9 +41258,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '304': *35 '403': *27 '401': *23 @@ -41270,7 +41281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *261 + - *262 responses: '204': description: Response @@ -41308,7 +41319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *261 + - *262 requestBody: required: true content: @@ -41415,7 +41426,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &264 + - &265 name: column_id description: The unique identifier of the column. in: path @@ -41427,7 +41438,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Project Column description: Project columns contain cards of work. type: object @@ -41481,7 +41492,7 @@ paths: - created_at - updated_at examples: - default: &266 + default: &267 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41510,7 +41521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *264 + - *265 requestBody: required: true content: @@ -41535,9 +41546,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '304': *35 '403': *27 '401': *23 @@ -41556,7 +41567,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *264 + - *265 responses: '204': description: Response @@ -41579,7 +41590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *264 + - *265 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41600,7 +41611,7 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: default: value: @@ -41634,7 +41645,7 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -41653,7 +41664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *264 + - *265 requestBody: required: true content: @@ -41697,9 +41708,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '304': *35 '403': *27 '401': *23 @@ -41709,8 +41720,8 @@ paths: application/json: schema: oneOf: - - *92 - *93 + - *94 '503': description: Response content: @@ -41749,7 +41760,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *264 + - *265 requestBody: required: true content: @@ -41806,15 +41817,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: &267 + default: &268 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41867,7 +41878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *258 + - *259 requestBody: required: false content: @@ -41916,9 +41927,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *267 + default: *268 '404': description: Not Found if the authenticated user does not have access to the project @@ -41939,7 +41950,7 @@ paths: items: type: string '401': *23 - '410': *268 + '410': *269 '422': *7 x-github: githubCloudOnly: false @@ -41957,7 +41968,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *258 + - *259 responses: '204': description: Delete Success @@ -41978,7 +41989,7 @@ paths: items: type: string '401': *23 - '410': *268 + '410': *269 '404': *6 x-github: githubCloudOnly: false @@ -42001,7 +42012,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *258 + - *259 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -42028,9 +42039,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': *6 '422': *15 '304': *35 @@ -42053,8 +42064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *258 - - *127 + - *259 + - *128 requestBody: required: false content: @@ -42103,8 +42114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *258 - - *127 + - *259 + - *128 responses: '204': description: Response @@ -42132,8 +42143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *258 - - *127 + - *259 + - *128 responses: '200': description: Response @@ -42197,7 +42208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *258 + - *259 - *17 - *19 responses: @@ -42207,7 +42218,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -42220,7 +42231,7 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -42239,7 +42250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *258 + - *259 requestBody: required: true content: @@ -42263,7 +42274,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: default: value: @@ -42324,7 +42335,7 @@ paths: resources: type: object properties: - core: &269 + core: &270 title: Rate Limit type: object properties: @@ -42341,20 +42352,20 @@ paths: - remaining - reset - used - graphql: *269 - search: *269 - code_search: *269 - source_import: *269 - integration_manifest: *269 - code_scanning_upload: *269 - actions_runner_registration: *269 - scim: *269 - dependency_snapshots: *269 - code_scanning_autofix: *269 + graphql: *270 + search: *270 + code_search: *270 + source_import: *270 + integration_manifest: *270 + code_scanning_upload: *270 + actions_runner_registration: *270 + scim: *270 + dependency_snapshots: *270 + code_scanning_autofix: *270 required: - core - search - rate: *269 + rate: *270 required: - rate - resources @@ -42458,14 +42469,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: default-response: summary: Default response @@ -42966,7 +42977,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *271 + '301': *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42984,8 +42995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -43222,10 +43233,10 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 - '307': &273 + default: *273 + '307': &274 description: Temporary Redirect content: application/json: @@ -43254,8 +43265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -43277,7 +43288,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *273 + '307': *274 '404': *6 x-github: githubCloudOnly: false @@ -43300,11 +43311,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 - - &299 + - &300 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43327,7 +43338,7 @@ paths: type: integer artifacts: type: array - items: &274 + items: &275 title: Artifact description: An artifact type: object @@ -43413,7 +43424,7 @@ paths: - expires_at - updated_at examples: - default: &300 + default: &301 value: total_count: 2 artifacts: @@ -43450,7 +43461,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43472,9 +43483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *259 - *260 - - &275 + - *261 + - &276 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43486,7 +43497,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -43523,9 +43534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *259 - *260 - - *275 + - *261 + - *276 responses: '204': description: Response @@ -43549,9 +43560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *259 - *260 - - *275 + - *261 + - *276 - name: archive_format in: path required: true @@ -43565,7 +43576,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43588,14 +43599,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -43621,11 +43632,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 - - &277 + - &278 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -43659,7 +43670,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Repository actions caches description: Repository actions caches type: object @@ -43709,7 +43720,7 @@ paths: - total_count - actions_caches examples: - default: &279 + default: &280 value: total_count: 1 actions_caches: @@ -43721,7 +43732,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43741,23 +43752,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *259 - *260 + - *261 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43777,8 +43788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *259 - *260 + - *261 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43809,9 +43820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *259 - *260 - - &280 + - *261 + - &281 name: job_id description: The unique identifier of the job. in: path @@ -43823,7 +43834,7 @@ paths: description: Response content: application/json: - schema: &303 + schema: &304 title: Job description: Information of a job execution in a workflow run type: object @@ -44170,9 +44181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *259 - *260 - - *280 + - *261 + - *281 responses: '302': description: Response @@ -44200,9 +44211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *259 - *260 - - *280 + - *261 + - *281 requestBody: required: false content: @@ -44224,7 +44235,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -44248,8 +44259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Status response @@ -44299,8 +44310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -44334,7 +44345,7 @@ paths: description: Empty response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -44363,8 +44374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -44382,7 +44393,7 @@ paths: type: integer secrets: type: array - items: &305 + items: &306 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44403,7 +44414,7 @@ paths: - created_at - updated_at examples: - default: &306 + default: &307 value: total_count: 2 secrets: @@ -44414,7 +44425,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44436,9 +44447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *259 - *260 - - *281 + - *261 + - *282 - *19 responses: '200': @@ -44455,7 +44466,7 @@ paths: type: integer variables: type: array - items: &309 + items: &310 title: Actions Variable type: object properties: @@ -44489,7 +44500,7 @@ paths: - created_at - updated_at examples: - default: &310 + default: &311 value: total_count: 2 variables: @@ -44502,7 +44513,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44522,8 +44533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -44532,11 +44543,11 @@ paths: schema: type: object properties: - enabled: &283 + enabled: &284 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *103 - selected_actions_url: *282 + allowed_actions: *104 + selected_actions_url: *283 required: - enabled examples: @@ -44563,8 +44574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -44575,8 +44586,8 @@ paths: schema: type: object properties: - enabled: *283 - allowed_actions: *103 + enabled: *284 + allowed_actions: *104 required: - enabled examples: @@ -44605,14 +44616,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &284 + schema: &285 type: object properties: access_level: @@ -44629,7 +44640,7 @@ paths: required: - access_level examples: - default: &285 + default: &286 value: access_level: organization x-github: @@ -44653,15 +44664,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 responses: '204': description: Response @@ -44685,16 +44696,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *105 + schema: *106 examples: - default: *106 + default: *107 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -44713,8 +44724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -44722,9 +44733,9 @@ paths: required: false content: application/json: - schema: *105 + schema: *106 examples: - selected_actions: *106 + selected_actions: *107 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -44746,16 +44757,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44776,8 +44787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Success response @@ -44788,9 +44799,9 @@ paths: required: true content: application/json: - schema: *287 + schema: *288 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44817,8 +44828,8 @@ paths: in: query schema: type: string - - *259 - *260 + - *261 - *17 - *19 responses: @@ -44836,11 +44847,11 @@ paths: type: integer runners: type: array - items: *116 + items: *117 examples: - default: *117 + default: *118 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44862,8 +44873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -44871,9 +44882,9 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44895,8 +44906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -44939,7 +44950,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *290 + '201': *291 '404': *6 '422': *7 x-github: @@ -44969,16 +44980,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *259 - *260 + - *261 responses: '201': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *291 + default: *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45006,16 +45017,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *259 - *260 + - *261 responses: '201': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *292 + default: *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45037,17 +45048,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45068,9 +45079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '204': description: Response @@ -45095,11 +45106,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: - '200': *120 + '200': *121 '404': *6 x-github: githubCloudOnly: false @@ -45121,9 +45132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -45147,7 +45158,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -45171,9 +45182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -45198,7 +45209,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -45222,11 +45233,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: - '200': *294 + '200': *295 '404': *6 x-github: githubCloudOnly: false @@ -45253,12 +45264,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 - - *295 + - *261 + - *116 + - *296 responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -45284,9 +45295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *259 - *260 - - &313 + - *261 + - &314 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -45294,7 +45305,7 @@ paths: required: false schema: type: string - - &314 + - &315 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45302,7 +45313,7 @@ paths: required: false schema: type: string - - &315 + - &316 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45311,7 +45322,7 @@ paths: required: false schema: type: string - - &316 + - &317 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -45338,7 +45349,7 @@ paths: - pending - *17 - *19 - - &317 + - &318 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -45347,7 +45358,7 @@ paths: schema: type: string format: date-time - - &296 + - &297 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45356,13 +45367,13 @@ paths: schema: type: boolean default: false - - &318 + - &319 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &319 + - &320 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45385,7 +45396,7 @@ paths: type: integer workflow_runs: type: array - items: &297 + items: &298 title: Workflow Run description: An invocation of a workflow type: object @@ -45502,7 +45513,7 @@ paths: type: - array - 'null' - items: &338 + items: &339 title: Pull Request Minimal type: object properties: @@ -45629,7 +45640,7 @@ paths: head_commit: anyOf: - type: 'null' - - &342 + - &343 title: Simple Commit description: A commit. type: object @@ -45703,8 +45714,8 @@ paths: - timestamp - author - committer - repository: *114 - head_repository: *114 + repository: *115 + head_repository: *115 head_repository_id: type: integer examples: @@ -45744,7 +45755,7 @@ paths: - workflow_url - pull_requests examples: - default: &320 + default: &321 value: total_count: 1 workflow_runs: @@ -45958,7 +45969,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45980,24 +45991,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *259 - *260 - - &298 + - *261 + - &299 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: &301 + default: &302 value: id: 30433642 name: Build @@ -46238,9 +46249,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '204': description: Response @@ -46263,9 +46274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '200': description: Response @@ -46393,15 +46404,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -46428,12 +46439,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *259 - *260 - - *298 + - *261 + - *299 - *17 - *19 - - *299 + - *300 responses: '200': description: Response @@ -46449,11 +46460,11 @@ paths: type: integer artifacts: type: array - items: *274 + items: *275 examples: - default: *300 + default: *301 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46475,25 +46486,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *259 - *260 - - *298 - - &302 + - *261 + - *299 + - &303 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46516,10 +46527,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *259 - *260 - - *298 - - *302 + - *261 + - *299 + - *303 - *17 - *19 responses: @@ -46537,9 +46548,9 @@ paths: type: integer jobs: type: array - items: *303 + items: *304 examples: - default: &304 + default: &305 value: total_count: 1 jobs: @@ -46628,7 +46639,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -46652,10 +46663,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *259 - *260 - - *298 - - *302 + - *261 + - *299 + - *303 responses: '302': description: Response @@ -46683,15 +46694,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '202': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -46718,9 +46729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: true content: @@ -46787,15 +46798,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '202': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -46822,9 +46833,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -46854,11 +46865,11 @@ paths: type: integer jobs: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46881,9 +46892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '302': description: Response @@ -46910,14 +46921,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '204': description: Response '403': *27 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46939,9 +46950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '200': description: Response @@ -47010,7 +47021,7 @@ paths: items: type: object properties: - type: &416 + type: &417 type: string description: The type of reviewer. enum: @@ -47021,7 +47032,7 @@ paths: reviewer: anyOf: - *4 - - *179 + - *180 required: - environment - wait_timer @@ -47096,9 +47107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: true content: @@ -47148,7 +47159,7 @@ paths: application/json: schema: type: array - items: &411 + items: &412 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -47260,7 +47271,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &413 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47316,9 +47327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: false content: @@ -47340,7 +47351,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47363,9 +47374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: false content: @@ -47387,7 +47398,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47412,9 +47423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '200': description: Response @@ -47551,8 +47562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -47570,11 +47581,11 @@ paths: type: integer secrets: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47597,16 +47608,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47628,17 +47639,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &429 + default: &430 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47664,9 +47675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 requestBody: required: true content: @@ -47694,7 +47705,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47720,9 +47731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '204': description: Response @@ -47747,9 +47758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *259 - *260 - - *281 + - *261 + - *282 - *19 responses: '200': @@ -47766,11 +47777,11 @@ paths: type: integer variables: type: array - items: *309 + items: *310 examples: - default: *310 + default: *311 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47791,8 +47802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -47819,7 +47830,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47844,17 +47855,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *259 - *260 - - *125 + - *261 + - *126 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: - default: &430 + default: &431 value: name: USERNAME value: octocat @@ -47880,9 +47891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *259 - *260 - - *125 + - *261 + - *126 requestBody: required: true content: @@ -47924,9 +47935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *259 - *260 - - *125 + - *261 + - *126 responses: '204': description: Response @@ -47951,8 +47962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -47970,7 +47981,7 @@ paths: type: integer workflows: type: array - items: &311 + items: &312 title: Workflow description: A GitHub Actions workflow type: object @@ -48065,7 +48076,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48088,9 +48099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *259 - *260 - - &312 + - *261 + - &313 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -48105,7 +48116,7 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: default: value: @@ -48138,9 +48149,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '204': description: Response @@ -48165,9 +48176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '204': description: Response @@ -48218,9 +48229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '204': description: Response @@ -48247,19 +48258,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *259 - *260 - - *312 + - *261 - *313 - *314 - *315 - *316 + - *317 - *17 - *19 - - *317 - - *296 - *318 + - *297 - *319 + - *320 responses: '200': description: Response @@ -48275,11 +48286,11 @@ paths: type: integer workflow_runs: type: array - items: *297 + items: *298 examples: - default: *320 + default: *321 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48303,9 +48314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '200': description: Response @@ -48366,8 +48377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *259 - *260 + - *261 - *46 - *17 - *37 @@ -48516,7 +48527,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '422': *7 x-github: githubCloudOnly: false @@ -48535,8 +48546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -48548,9 +48559,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -48573,8 +48584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *259 - *260 + - *261 - name: assignee in: path required: true @@ -48610,8 +48621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -48723,8 +48734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *259 - *260 + - *261 - *17 - *37 - *38 @@ -48770,7 +48781,7 @@ paths: bundle_url: type: string examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48790,8 +48801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -48799,7 +48810,7 @@ paths: application/json: schema: type: array - items: &322 + items: &323 title: Autolink reference description: An autolink reference. type: object @@ -48853,8 +48864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -48893,9 +48904,9 @@ paths: description: response content: application/json: - schema: *322 + schema: *323 examples: - default: &323 + default: &324 value: id: 1 key_prefix: TICKET- @@ -48926,9 +48937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *259 - *260 - - &324 + - *261 + - &325 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48940,9 +48951,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 '404': *6 x-github: githubCloudOnly: false @@ -48962,9 +48973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *259 - *260 - - *324 + - *261 + - *325 responses: '204': description: Response @@ -48988,8 +48999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response if Dependabot is enabled @@ -49039,8 +49050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -49061,8 +49072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -49082,8 +49093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *259 - *260 + - *261 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -49121,7 +49132,7 @@ paths: - url protected: type: boolean - protection: &326 + protection: &327 title: Branch Protection description: Branch Protection type: object @@ -49164,7 +49175,7 @@ paths: required: - contexts - checks - enforce_admins: &329 + enforce_admins: &330 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -49181,7 +49192,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &331 + required_pull_request_reviews: &332 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -49203,7 +49214,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *179 + items: *180 apps: description: The list of apps with review dismissal access. @@ -49235,7 +49246,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *179 + items: *180 apps: description: The list of apps allowed to bypass pull request requirements. @@ -49265,7 +49276,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &328 + restrictions: &329 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49572,7 +49583,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -49590,9 +49601,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *259 - *260 - - &327 + - *261 + - &328 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -49606,14 +49617,14 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &387 + commit: &388 title: Commit description: Commit type: object @@ -49652,7 +49663,7 @@ paths: author: anyOf: - type: 'null' - - &325 + - &326 title: Git User description: Metaproperties for Git author/committer information. @@ -49673,7 +49684,7 @@ paths: committer: anyOf: - type: 'null' - - *325 + - *326 message: type: string examples: @@ -49697,7 +49708,7 @@ paths: required: - sha - url - verification: &436 + verification: &437 title: Verification type: object properties: @@ -49732,14 +49743,14 @@ paths: author: oneOf: - *4 - - *123 + - *124 type: - 'null' - object committer: oneOf: - *4 - - *123 + - *124 type: - 'null' - object @@ -49776,7 +49787,7 @@ paths: type: integer files: type: array - items: &399 + items: &400 title: Diff Entry description: Diff Entry type: object @@ -49870,7 +49881,7 @@ paths: - self protected: type: boolean - protection: *326 + protection: *327 protection_url: type: string format: uri @@ -49979,7 +49990,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *271 + '301': *272 '404': *6 x-github: githubCloudOnly: false @@ -50001,15 +50012,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -50203,9 +50214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -50465,7 +50476,7 @@ paths: url: type: string format: uri - required_status_checks: &334 + required_status_checks: &335 title: Status Check Policy description: Status Check Policy type: object @@ -50546,7 +50557,7 @@ paths: items: *4 teams: type: array - items: *179 + items: *180 apps: type: array items: *5 @@ -50564,7 +50575,7 @@ paths: items: *4 teams: type: array - items: *179 + items: *180 apps: type: array items: *5 @@ -50624,7 +50635,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *328 + restrictions: *329 required_conversation_resolution: type: object properties: @@ -50736,9 +50747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -50763,17 +50774,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50795,17 +50806,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50824,9 +50835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -50851,17 +50862,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50957,9 +50968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51057,9 +51068,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51080,9 +51091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51109,17 +51120,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &333 + default: &334 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -51142,17 +51153,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *333 + default: *334 '404': *6 x-github: githubCloudOnly: false @@ -51172,9 +51183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51199,17 +51210,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: &335 + default: &336 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -51235,9 +51246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51289,9 +51300,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 '404': *6 '422': *15 x-github: @@ -51313,9 +51324,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51339,9 +51350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -51375,9 +51386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51444,9 +51455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51510,9 +51521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: content: application/json: @@ -51578,15 +51589,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -51677,9 +51688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51702,9 +51713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -51714,7 +51725,7 @@ paths: type: array items: *5 examples: - default: &336 + default: &337 value: - id: 1 slug: octoapp @@ -51771,9 +51782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -51807,7 +51818,7 @@ paths: type: array items: *5 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -51828,9 +51839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -51864,7 +51875,7 @@ paths: type: array items: *5 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -51885,9 +51896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -51921,7 +51932,7 @@ paths: type: array items: *5 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -51943,9 +51954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -51953,9 +51964,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '404': *6 x-github: githubCloudOnly: false @@ -51975,9 +51986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -52013,9 +52024,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -52036,9 +52047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -52074,9 +52085,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -52097,9 +52108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: content: application/json: @@ -52134,9 +52145,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -52158,9 +52169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -52170,7 +52181,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '404': *6 x-github: githubCloudOnly: false @@ -52194,9 +52205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52229,7 +52240,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -52254,9 +52265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52289,7 +52300,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -52314,9 +52325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52349,7 +52360,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -52376,9 +52387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52400,7 +52411,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -52516,8 +52527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -52796,7 +52807,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52931,8 +52942,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *338 - deployment: &620 + items: *339 + deployment: &621 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53219,9 +53230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *259 - *260 - - &340 + - *261 + - &341 name: check_run_id description: The unique identifier of the check run. in: path @@ -53233,9 +53244,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &341 + default: &342 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -53335,9 +53346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *259 - *260 - - *340 + - *261 + - *341 requestBody: required: true content: @@ -53577,9 +53588,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53599,9 +53610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *259 - *260 - - *340 + - *261 + - *341 - *17 - *19 responses: @@ -53691,7 +53702,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53713,15 +53724,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *259 - *260 - - *340 + - *261 + - *341 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -53759,8 +53770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -53782,7 +53793,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &343 + schema: &344 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53864,12 +53875,12 @@ paths: type: - array - 'null' - items: *338 + items: *339 app: anyOf: - type: 'null' - *5 - repository: *114 + repository: *115 created_at: type: - string @@ -53880,7 +53891,7 @@ paths: - string - 'null' format: date-time - head_commit: *342 + head_commit: *343 latest_check_runs_count: type: integer check_runs_url: @@ -53908,7 +53919,7 @@ paths: - check_runs_url - pull_requests examples: - default: &344 + default: &345 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -54199,9 +54210,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54220,8 +54231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -54282,7 +54293,7 @@ paths: required: - app_id - setting - repository: *114 + repository: *115 examples: default: value: @@ -54530,9 +54541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *259 - *260 - - &345 + - *261 + - &346 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54544,9 +54555,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54569,17 +54580,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *259 - *260 - - *345 - - &394 + - *261 + - *346 + - &395 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &395 + - &396 name: status description: Returns check runs with the specified `status`. in: query @@ -54618,9 +54629,9 @@ paths: type: integer check_runs: type: array - items: *339 + items: *340 examples: - default: &396 + default: &397 value: total_count: 1 check_runs: @@ -54702,7 +54713,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54722,15 +54733,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *259 - *260 - - *345 + - *261 + - *346 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -54757,21 +54768,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *259 - *260 - - *346 + - *261 - *347 + - *348 - *19 - *17 - - &364 + - &365 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *348 - - &365 + schema: *349 + - &366 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54796,13 +54807,13 @@ paths: be returned. in: query required: false - schema: *349 + schema: *350 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *350 + schema: *351 responses: '200': description: Response @@ -54813,24 +54824,24 @@ paths: items: type: object properties: - number: *51 - created_at: *52 - updated_at: *53 - url: *54 - html_url: *55 - instances_url: *351 - state: *132 - fixed_at: *128 + number: *52 + created_at: *53 + updated_at: *54 + url: *55 + html_url: *56 + instances_url: *352 + state: *133 + fixed_at: *129 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *129 - dismissed_reason: *352 - dismissed_comment: *353 - rule: *354 - tool: *355 - most_recent_instance: *356 + dismissed_at: *130 + dismissed_reason: *353 + dismissed_comment: *354 + rule: *355 + tool: *356 + most_recent_instance: *357 required: - number - created_at @@ -54946,14 +54957,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &357 + '403': &358 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54973,9 +54984,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *259 - *260 - - &358 + - *261 + - &359 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54983,30 +54994,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *51 + schema: *52 responses: '200': description: Response content: application/json: - schema: &359 + schema: &360 type: object properties: - number: *51 - created_at: *52 - updated_at: *53 - url: *54 - html_url: *55 - instances_url: *351 - state: *132 - fixed_at: *128 + number: *52 + created_at: *53 + updated_at: *54 + url: *55 + html_url: *56 + instances_url: *352 + state: *133 + fixed_at: *129 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *129 - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_at: *130 + dismissed_reason: *353 + dismissed_comment: *354 rule: type: object properties: @@ -55068,8 +55079,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *355 - most_recent_instance: *356 + tool: *356 + most_recent_instance: *357 required: - number - created_at @@ -55158,9 +55169,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55178,9 +55189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 requestBody: required: true content: @@ -55195,8 +55206,8 @@ paths: enum: - open - dismissed - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_reason: *353 + dismissed_comment: *354 required: - state examples: @@ -55211,7 +55222,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: default: value: @@ -55286,14 +55297,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &363 + '403': &364 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55313,15 +55324,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 responses: '200': description: Response content: application/json: - schema: &360 + schema: &361 type: object properties: status: @@ -55348,13 +55359,13 @@ paths: - description - started_at examples: - default: &361 + default: &362 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &362 + '400': &363 description: Bad Request content: application/json: @@ -55365,9 +55376,9 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55390,29 +55401,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 responses: '200': description: OK content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '202': description: Accepted content: application/json: - schema: *360 + schema: *361 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *362 + '400': *363 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55422,7 +55433,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55444,9 +55455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 requestBody: required: false content: @@ -55492,12 +55503,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *362 - '403': *363 + '400': *363 + '403': *364 '404': *6 '422': description: Unprocessable Entity - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55517,13 +55528,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 - *19 - *17 - - *364 - *365 + - *366 responses: '200': description: Response @@ -55531,7 +55542,7 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: default: value: @@ -55570,9 +55581,9 @@ paths: end_column: 50 classifications: - source - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55604,25 +55615,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *259 - *260 - - *346 + - *261 - *347 + - *348 - *19 - *17 - - *365 + - *366 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *348 + schema: *349 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &368 + schema: &369 type: string description: An identifier for the upload. examples: @@ -55644,23 +55655,23 @@ paths: application/json: schema: type: array - items: &369 + items: &370 type: object properties: - ref: *348 - commit_sha: &377 + ref: *349 + commit_sha: &378 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *366 + analysis_key: *367 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *367 + category: *368 error: type: string examples: @@ -55685,8 +55696,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *368 - tool: *355 + sarif_id: *369 + tool: *356 deletable: type: boolean warning: @@ -55748,9 +55759,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55784,8 +55795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *259 - *260 + - *261 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55798,7 +55809,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: response: summary: application/json response @@ -55852,9 +55863,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55934,8 +55945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *259 - *260 + - *261 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55991,9 +56002,9 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *363 + '403': *364 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56013,8 +56024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -56022,7 +56033,7 @@ paths: application/json: schema: type: array - items: &370 + items: &371 title: CodeQL Database description: A CodeQL database. type: object @@ -56134,9 +56145,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56163,8 +56174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *259 - *260 + - *261 - name: language in: path description: The language of the CodeQL database. @@ -56176,7 +56187,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -56208,11 +56219,11 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &401 + '302': &402 description: Found - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56232,8 +56243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *259 - *260 + - *261 - name: language in: path description: The language of the CodeQL database. @@ -56243,9 +56254,9 @@ paths: responses: '204': description: Response - '403': *363 + '403': *364 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56271,8 +56282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -56281,7 +56292,7 @@ paths: type: object additionalProperties: false properties: - language: &371 + language: &372 type: string description: The language targeted by the CodeQL query enum: @@ -56359,7 +56370,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &375 + schema: &376 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -56367,9 +56378,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *50 + controller_repo: *51 actor: *4 - query_language: *371 + query_language: *372 query_pack_url: type: string description: The download url for the query pack. @@ -56417,7 +56428,7 @@ paths: items: type: object properties: - repository: &372 + repository: &373 title: Repository Identifier description: Repository Identifier type: object @@ -56459,7 +56470,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &376 + analysis_status: &377 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56491,7 +56502,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &373 + access_mismatch_repos: &374 type: object properties: repository_count: @@ -56506,7 +56517,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *372 + items: *373 required: - repository_count - repositories @@ -56529,8 +56540,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *373 - over_limit_repos: *373 + no_codeql_db_repos: *374 + over_limit_repos: *374 required: - access_mismatch_repos - not_found_repos @@ -56546,7 +56557,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &374 + value: &375 summary: Default response value: id: 1 @@ -56698,17 +56709,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *374 + value: *375 repository_lists: summary: Response for a successful variant analysis submission - value: *374 + value: *375 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56729,8 +56740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *259 - *260 + - *261 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56742,11 +56753,11 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *374 + default: *375 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56767,7 +56778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *259 + - *260 - name: repo in: path description: The name of the controller repository. @@ -56801,8 +56812,8 @@ paths: schema: type: object properties: - repository: *50 - analysis_status: *376 + repository: *51 + analysis_status: *377 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56906,7 +56917,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56927,8 +56938,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -57010,9 +57021,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57031,8 +57042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -57091,7 +57102,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -57116,7 +57127,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *363 + '403': *364 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -57124,7 +57135,7 @@ paths: content: application/json: schema: *3 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57181,8 +57192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -57190,7 +57201,7 @@ paths: schema: type: object properties: - commit_sha: *377 + commit_sha: *378 ref: type: string description: |- @@ -57250,7 +57261,7 @@ paths: schema: type: object properties: - id: *368 + id: *369 url: type: string description: The REST API URL for checking the status of the upload. @@ -57264,11 +57275,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *363 + '403': *364 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57287,8 +57298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *259 - *260 + - *261 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -57336,10 +57347,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *357 + '403': *358 '404': description: Not Found if the sarif id does not match any upload - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57361,8 +57372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -57415,7 +57426,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *136 + '204': *137 '304': *35 '403': *27 '404': *6 @@ -57440,8 +57451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *259 - *260 + - *261 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -57569,8 +57580,8 @@ paths: parameters: - *17 - *19 - - *259 - *260 + - *261 responses: '200': description: Response @@ -57586,7 +57597,7 @@ paths: type: integer codespaces: type: array - items: *183 + items: *184 examples: default: value: @@ -57862,7 +57873,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -57884,8 +57895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -57949,22 +57960,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57988,8 +57999,8 @@ paths: parameters: - *17 - *19 - - *259 - *260 + - *261 responses: '200': description: Response @@ -58029,7 +58040,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *139 + '500': *140 '400': *14 '401': *23 '403': *27 @@ -58053,8 +58064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *259 - *260 + - *261 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -58091,9 +58102,9 @@ paths: type: integer machines: type: array - items: *379 + items: *380 examples: - default: &578 + default: &579 value: total_count: 2 machines: @@ -58110,7 +58121,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -58133,8 +58144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *259 - *260 + - *261 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -58221,8 +58232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *259 - *260 + - *261 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -58270,7 +58281,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58291,8 +58302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -58310,7 +58321,7 @@ paths: type: integer secrets: type: array - items: &383 + items: &384 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -58331,9 +58342,9 @@ paths: - created_at - updated_at examples: - default: *380 + default: *381 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58354,16 +58365,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -58383,17 +58394,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58413,9 +58424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 requestBody: required: true content: @@ -58443,7 +58454,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -58467,9 +58478,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '204': description: Response @@ -58497,8 +58508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *259 - *260 + - *261 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58536,7 +58547,7 @@ paths: application/json: schema: type: array - items: &385 + items: &386 title: Collaborator description: Collaborator type: object @@ -58704,7 +58715,7 @@ paths: admin: false role_name: write headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -58729,9 +58740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *259 - *260 - - *127 + - *261 + - *128 responses: '204': description: Response if user is a collaborator @@ -58773,9 +58784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *259 - *260 - - *127 + - *261 + - *128 requestBody: required: false content: @@ -58801,7 +58812,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &449 + schema: &450 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58813,7 +58824,7 @@ paths: format: int64 examples: - 42 - repository: *114 + repository: *115 invitee: anyOf: - type: 'null' @@ -59022,9 +59033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *259 - *260 - - *127 + - *261 + - *128 responses: '204': description: No Content when collaborator was removed from the repository. @@ -59053,9 +59064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *259 - *260 - - *127 + - *261 + - *128 responses: '200': description: if user has admin permissions @@ -59075,7 +59086,7 @@ paths: user: anyOf: - type: 'null' - - *385 + - *386 required: - permission - role_name @@ -59129,8 +59140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -59140,7 +59151,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Commit Comment description: Commit Comment type: object @@ -59181,8 +59192,8 @@ paths: updated_at: type: string format: date-time - author_association: *59 - reactions: *60 + author_association: *60 + reactions: *61 required: - url - html_url @@ -59198,7 +59209,7 @@ paths: - created_at - updated_at examples: - default: &389 + default: &390 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59232,7 +59243,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59257,17 +59268,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &390 + default: &391 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59324,9 +59335,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -59348,7 +59359,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -59399,9 +59410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '204': description: Response @@ -59422,9 +59433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -59450,11 +59461,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -59473,9 +59484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -59507,16 +59518,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -59538,10 +59549,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *259 - *260 - - *72 - - *255 + - *261 + - *73 + - *256 responses: '204': description: Response @@ -59590,8 +59601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *259 - *260 + - *261 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59647,9 +59658,9 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: - default: &497 + default: &498 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59719,8 +59730,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *56 - '500': *139 + Link: *57 + '500': *140 '400': *14 '404': *6 '409': *44 @@ -59743,9 +59754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *259 - *260 - - &388 + - *261 + - &389 name: commit_sha description: The SHA of the commit. in: path @@ -59817,9 +59828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *259 - *260 - - *388 + - *261 + - *389 - *17 - *19 responses: @@ -59829,11 +59840,11 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *389 + default: *390 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59859,9 +59870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *259 - *260 - - *388 + - *261 + - *389 requestBody: required: true content: @@ -59896,9 +59907,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *390 + default: *391 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59926,9 +59937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *259 - *260 - - *388 + - *261 + - *389 - *17 - *19 responses: @@ -59938,7 +59949,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Pull Request Simple description: Pull Request Simple type: object @@ -60058,7 +60069,7 @@ paths: milestone: anyOf: - type: 'null' - - *391 + - *392 active_lock_reason: type: - string @@ -60113,7 +60124,7 @@ paths: type: - array - 'null' - items: *179 + items: *180 head: type: object properties: @@ -60121,7 +60132,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: @@ -60141,7 +60152,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: @@ -60157,7 +60168,7 @@ paths: _links: type: object properties: - comments: &392 + comments: &393 title: Link description: Hypermedia Link type: object @@ -60166,13 +60177,13 @@ paths: type: string required: - href - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + commits: *393 + statuses: *393 + html: *393 + issue: *393 + review_comments: *393 + review_comment: *393 + self: *393 required: - comments - commits @@ -60182,8 +60193,8 @@ paths: - review_comments - review_comment - self - author_association: *59 - auto_merge: &490 + author_association: *60 + auto_merge: &491 title: Auto merge description: The status of auto merging a pull request. type: @@ -60248,7 +60259,7 @@ paths: - author_association - auto_merge examples: - default: &489 + default: &490 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60727,7 +60738,7 @@ paths: auto_merge: draft: false headers: - Link: *56 + Link: *57 '409': *44 x-github: githubCloudOnly: false @@ -60785,11 +60796,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *259 - *260 + - *261 - *19 - *17 - - &393 + - &394 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -60804,9 +60815,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60892,8 +60903,8 @@ paths: ..... '422': *15 '404': *6 - '500': *139 - '503': *61 + '500': *140 + '503': *62 '409': *44 x-github: githubCloudOnly: false @@ -60919,11 +60930,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *259 - *260 - - *393 + - *261 - *394 - *395 + - *396 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60957,11 +60968,11 @@ paths: type: integer check_runs: type: array - items: *339 + items: *340 examples: - default: *396 + default: *397 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60984,9 +60995,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *259 - *260 - - *393 + - *261 + - *394 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60994,7 +61005,7 @@ paths: schema: type: integer example: 1 - - *394 + - *395 - *17 - *19 responses: @@ -61012,7 +61023,7 @@ paths: type: integer check_suites: type: array - items: *343 + items: *344 examples: default: value: @@ -61187,7 +61198,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61212,9 +61223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *259 - *260 - - *393 + - *261 + - *394 - *17 - *19 responses: @@ -61285,7 +61296,7 @@ paths: type: string total_count: type: integer - repository: *114 + repository: *115 commit_url: type: string format: uri @@ -61416,9 +61427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *259 - *260 - - *393 + - *261 + - *394 - *17 - *19 responses: @@ -61428,7 +61439,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Status description: The status of a commit. type: object @@ -61508,8 +61519,8 @@ paths: type: User site_admin: false headers: - Link: *56 - '301': *271 + Link: *57 + '301': *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61537,8 +61548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -61571,11 +61582,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *397 + - *398 code_of_conduct_file: anyOf: - type: 'null' - - &398 + - &399 title: Community Health File type: object properties: @@ -61591,23 +61602,23 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 contributing: anyOf: - type: 'null' - - *398 + - *399 readme: anyOf: - type: 'null' - - *398 + - *399 issue_template: anyOf: - type: 'null' - - *398 + - *399 pull_request_template: anyOf: - type: 'null' - - *398 + - *399 required: - code_of_conduct - code_of_conduct_file @@ -61736,8 +61747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *259 - *260 + - *261 - *19 - *17 - name: basehead @@ -61785,8 +61796,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *387 - merge_base_commit: *387 + base_commit: *388 + merge_base_commit: *388 status: type: string enum: @@ -61810,10 +61821,10 @@ paths: - 6 commits: type: array - items: *387 + items: *388 files: type: array - items: *399 + items: *400 required: - url - html_url @@ -62056,8 +62067,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *139 - '503': *61 + '500': *140 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62099,8 +62110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -62251,7 +62262,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &400 + response-if-content-is-a-file: &401 summary: Response if content is a file value: type: file @@ -62388,7 +62399,7 @@ paths: - size - type - url - - &502 + - &503 title: Content File description: Content File type: object @@ -62606,7 +62617,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *400 + response-if-content-is-a-file: *401 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62675,7 +62686,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *401 + '302': *402 '304': *35 x-github: githubCloudOnly: false @@ -62698,8 +62709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -62794,7 +62805,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &403 title: File Commit description: File Commit type: object @@ -62950,7 +62961,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: example-for-creating-a-file: value: @@ -63004,7 +63015,7 @@ paths: schema: oneOf: - *3 - - &431 + - &432 description: Repository rule violation was detected type: object properties: @@ -63025,7 +63036,7 @@ paths: items: type: object properties: - placeholder_id: &544 + placeholder_id: &545 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -63057,8 +63068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -63119,7 +63130,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -63154,7 +63165,7 @@ paths: '422': *15 '404': *6 '409': *44 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63174,8 +63185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *259 - *260 + - *261 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -63276,7 +63287,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *56 + Link: *57 '204': description: Response if repository is empty '403': *27 @@ -63299,21 +63310,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *259 - *260 - - *142 + - *261 - *143 - *144 - *145 + - *146 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *146 - *147 - *148 + - *149 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -63333,8 +63344,8 @@ paths: default: 30 - *37 - *38 - - *149 - *150 + - *151 responses: '200': description: Response @@ -63342,11 +63353,11 @@ paths: application/json: schema: type: array - items: &405 + items: &406 type: object description: A Dependabot alert. properties: - number: *51 + number: *52 state: type: string description: The state of the Dependabot alert. @@ -63377,13 +63388,13 @@ paths: - development - runtime - - security_advisory: *403 - security_vulnerability: *49 - url: *54 - html_url: *55 - created_at: *52 - updated_at: *53 - dismissed_at: *129 + security_advisory: *404 + security_vulnerability: *50 + url: *55 + html_url: *56 + created_at: *53 + updated_at: *54 + dismissed_at: *130 dismissed_by: anyOf: - type: 'null' @@ -63407,8 +63418,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *128 - auto_dismissed_at: *404 + fixed_at: *129 + auto_dismissed_at: *405 required: - number - state @@ -63474,6 +63485,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -63635,9 +63649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *259 - *260 - - &406 + - *261 + - &407 name: alert_number in: path description: |- @@ -63646,13 +63660,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *51 + schema: *52 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63708,6 +63722,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File @@ -63762,9 +63779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *259 - *260 - - *406 + - *261 + - *407 requestBody: required: true content: @@ -63809,7 +63826,7 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63938,8 +63955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -63957,7 +63974,7 @@ paths: type: integer secrets: type: array - items: &409 + items: &410 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63989,7 +64006,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64011,16 +64028,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64040,15 +64057,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -64074,9 +64091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 requestBody: required: true content: @@ -64104,7 +64121,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -64128,9 +64145,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '204': description: Response @@ -64152,8 +64169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *259 - *260 + - *261 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -64303,7 +64320,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *56 + Link: *57 '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this @@ -64327,8 +64344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -64565,7 +64582,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *56 + Link: *57 '404': *6 '403': *27 x-github: @@ -64588,8 +64605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -64672,7 +64689,7 @@ paths: - version - url additionalProperties: false - metadata: &410 + metadata: &411 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64711,7 +64728,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *410 + metadata: *411 resolved: type: object description: A collection of resolved package dependencies. @@ -64725,7 +64742,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *410 + metadata: *411 relationship: type: string description: A notation of whether a dependency is requested @@ -64858,8 +64875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *259 - *260 + - *261 - name: sha description: The SHA recorded at creation time. in: query @@ -64900,11 +64917,11 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64968,8 +64985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -65051,7 +65068,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: simple-example: summary: Simple example @@ -65124,9 +65141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *259 - *260 - - &413 + - *261 + - &414 name: deployment_id description: deployment_id parameter in: path @@ -65138,7 +65155,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -65203,9 +65220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *259 - *260 - - *413 + - *261 + - *414 responses: '204': description: Response @@ -65227,9 +65244,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *259 - *260 - - *413 + - *261 + - *414 - *17 - *19 responses: @@ -65239,7 +65256,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Deployment Status description: The status of a deployment. type: object @@ -65383,7 +65400,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -65403,9 +65420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *259 - *260 - - *413 + - *261 + - *414 requestBody: required: true content: @@ -65480,9 +65497,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -65538,9 +65555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *259 - *260 - - *413 + - *261 + - *414 - name: status_id in: path required: true @@ -65551,9 +65568,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '404': *6 x-github: githubCloudOnly: false @@ -65578,8 +65595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -65636,8 +65653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -65655,7 +65672,7 @@ paths: - 5 environments: type: array - items: &417 + items: &418 title: Environment description: Details of a deployment environment type: object @@ -65717,7 +65734,7 @@ paths: type: string examples: - wait_timer - wait_timer: &419 + wait_timer: &420 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -65759,11 +65776,11 @@ paths: items: type: object properties: - type: *416 + type: *417 reviewer: anyOf: - *4 - - *179 + - *180 required: - id - node_id @@ -65786,7 +65803,7 @@ paths: - id - node_id - type - deployment_branch_policy: &420 + deployment_branch_policy: &421 type: - object - 'null' @@ -65903,9 +65920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *259 - *260 - - &418 + - *261 + - &419 name: environment_name in: path required: true @@ -65918,9 +65935,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &421 + default: &422 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -66004,9 +66021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *259 - *260 - - *418 + - *261 + - *419 requestBody: required: false content: @@ -66016,7 +66033,7 @@ paths: - object - 'null' properties: - wait_timer: *419 + wait_timer: *420 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -66035,14 +66052,14 @@ paths: items: type: object properties: - type: *416 + type: *417 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *420 + deployment_branch_policy: *421 additionalProperties: false examples: default: @@ -66062,9 +66079,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *421 + default: *422 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -66088,9 +66105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *259 - *260 - - *418 + - *261 + - *419 responses: '204': description: Default response @@ -66115,9 +66132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *259 - *260 - - *418 + - *261 + - *419 - *17 - *19 responses: @@ -66136,7 +66153,7 @@ paths: - 2 branch_policies: type: array - items: &422 + items: &423 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -66197,9 +66214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 + - *261 + - *419 requestBody: required: true content: @@ -66247,9 +66264,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - example-wildcard: &423 + example-wildcard: &424 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -66291,10 +66308,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 - - &424 + - *261 + - *419 + - &425 name: branch_policy_id in: path required: true @@ -66306,9 +66323,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66327,10 +66344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 - - *424 + - *261 + - *419 + - *425 requestBody: required: true content: @@ -66359,9 +66376,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66380,10 +66397,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 - - *424 + - *261 + - *419 + - *425 responses: '204': description: Response @@ -66408,9 +66425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 responses: '200': description: List of deployment protection rules @@ -66427,7 +66444,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &425 + items: &426 title: Deployment protection rule description: Deployment protection rule type: object @@ -66449,7 +66466,7 @@ paths: for the environment. examples: - true - app: &426 + app: &427 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -66552,9 +66569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 requestBody: content: application/json: @@ -66575,9 +66592,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *425 + schema: *426 examples: - default: &427 + default: &428 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -66612,9 +66629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 - *19 - *17 responses: @@ -66634,7 +66651,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *426 + items: *427 examples: default: value: @@ -66669,10 +66686,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *259 - *260 - - *418 - - &428 + - *261 + - *419 + - &429 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66684,9 +66701,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66707,10 +66724,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 - - *428 + - *429 responses: '204': description: Response @@ -66736,9 +66753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *259 - *260 - - *418 + - *261 + - *419 - *17 - *19 responses: @@ -66756,11 +66773,11 @@ paths: type: integer secrets: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66783,17 +66800,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *259 - *260 - - *418 + - *261 + - *419 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66815,18 +66832,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *259 - *260 - - *418 - - *122 + - *261 + - *419 + - *123 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66848,10 +66865,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *259 - *260 - - *418 - - *122 + - *261 + - *419 + - *123 requestBody: required: true content: @@ -66882,7 +66899,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -66908,10 +66925,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *259 - *260 - - *418 - - *122 + - *261 + - *419 + - *123 responses: '204': description: Default response @@ -66936,10 +66953,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *259 - *260 - - *418 - - *281 + - *261 + - *419 + - *282 - *19 responses: '200': @@ -66956,11 +66973,11 @@ paths: type: integer variables: type: array - items: *309 + items: *310 examples: - default: *310 + default: *311 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66981,9 +66998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *259 - *260 - - *418 + - *261 + - *419 requestBody: required: true content: @@ -67010,7 +67027,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -67035,18 +67052,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *259 - *260 - - *418 - - *125 + - *261 + - *419 + - *126 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67067,10 +67084,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *259 - *260 - - *125 - - *418 + - *261 + - *126 + - *419 requestBody: required: true content: @@ -67112,10 +67129,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *259 - *260 - - *125 - - *418 + - *261 + - *126 + - *419 responses: '204': description: Response @@ -67137,8 +67154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -67148,7 +67165,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: 200-response: value: @@ -67215,8 +67232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *259 - *260 + - *261 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -67238,7 +67255,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -67351,7 +67368,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *56 + Link: *57 '400': *14 x-github: githubCloudOnly: false @@ -67375,8 +67392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -67409,9 +67426,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 '400': *14 '422': *15 '403': *27 @@ -67432,8 +67449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67492,8 +67509,8 @@ paths: application/json: schema: oneOf: - - *92 - - *431 + - *93 + - *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67518,8 +67535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *259 - *260 + - *261 - name: file_sha in: path required: true @@ -67619,8 +67636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67729,7 +67746,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67955,15 +67972,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *259 - *260 - - *388 + - *261 + - *389 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -68019,9 +68036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *259 - *260 - - &433 + - *261 + - &434 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -68038,7 +68055,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Git Reference description: Git references within a repository type: object @@ -68092,7 +68109,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *56 + Link: *57 '409': *44 x-github: githubCloudOnly: false @@ -68114,17 +68131,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *259 - *260 - - *433 + - *261 + - *434 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -68153,8 +68170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -68183,9 +68200,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -68211,9 +68228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *259 - *260 - - *433 + - *261 + - *434 requestBody: required: true content: @@ -68242,9 +68259,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '422': *15 '409': *44 x-github: @@ -68262,9 +68279,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *259 - *260 - - *433 + - *261 + - *434 responses: '204': description: Response @@ -68317,8 +68334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -68385,7 +68402,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: Git Tag description: Metadata for a Git tag type: object @@ -68441,7 +68458,7 @@ paths: - sha - type - url - verification: *436 + verification: *437 required: - sha - url @@ -68451,7 +68468,7 @@ paths: - tag - message examples: - default: &438 + default: &439 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -68524,8 +68541,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *259 - *260 + - *261 - name: tag_sha in: path required: true @@ -68536,9 +68553,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 '404': *6 '409': *44 x-github: @@ -68562,8 +68579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -68637,7 +68654,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68755,8 +68772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *259 - *260 + - *261 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68779,7 +68796,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default-response: summary: Default response @@ -68838,8 +68855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -68849,7 +68866,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Webhook description: Webhooks for repositories. type: object @@ -68912,7 +68929,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &651 + last_response: &652 title: Hook Response type: object properties: @@ -68970,7 +68987,7 @@ paths: status: unused message: headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -68989,8 +69006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -69043,9 +69060,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &441 + default: &442 value: type: Repository id: 12345678 @@ -69093,17 +69110,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '404': *6 x-github: githubCloudOnly: false @@ -69123,9 +69140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 requestBody: required: true content: @@ -69170,9 +69187,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '422': *15 '404': *6 x-github: @@ -69193,9 +69210,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '204': description: Response @@ -69219,9 +69236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '200': description: Response @@ -69248,9 +69265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *259 - *260 - - *156 + - *261 + - *157 requestBody: required: false content: @@ -69294,11 +69311,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *259 - *260 - - *156 - - *17 + - *261 - *157 + - *17 + - *158 responses: '200': description: Response @@ -69306,9 +69323,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *159 + default: *160 '400': *14 '422': *15 x-github: @@ -69327,18 +69344,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 - *16 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: *161 + default: *162 '400': *14 '422': *15 x-github: @@ -69357,9 +69374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 - *16 responses: '202': *45 @@ -69382,9 +69399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '204': description: Response @@ -69409,9 +69426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '204': description: Response @@ -69469,14 +69486,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &442 + schema: &443 title: Import description: A repository import from an external source. type: object @@ -69583,7 +69600,7 @@ paths: - html_url - authors_url examples: - default: &445 + default: &446 value: vcs: subversion use_lfs: true @@ -69599,7 +69616,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &443 + '503': &444 description: Unavailable due to service under maintenance. content: application/json: @@ -69628,8 +69645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -69677,7 +69694,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -69702,7 +69719,7 @@ paths: type: string '422': *15 '404': *6 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69730,8 +69747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -69783,7 +69800,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: example-1: summary: Example 1 @@ -69831,7 +69848,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69854,12 +69871,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *259 - *260 + - *261 responses: '204': description: Response - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69885,9 +69902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *259 - *260 - - &601 + - *261 + - &602 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69901,7 +69918,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Porter Author description: Porter Author type: object @@ -69955,7 +69972,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69980,8 +69997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *259 - *260 + - *261 - name: author_id in: path required: true @@ -70011,7 +70028,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: default: value: @@ -70024,7 +70041,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70048,8 +70065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -70090,7 +70107,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70118,8 +70135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -70146,11 +70163,11 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *445 + default: *446 '422': *15 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70173,8 +70190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -70182,8 +70199,8 @@ paths: application/json: schema: *20 examples: - default: *446 - '301': *271 + default: *447 + '301': *272 '404': *6 x-github: githubCloudOnly: false @@ -70203,8 +70220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -70212,12 +70229,12 @@ paths: application/json: schema: anyOf: - - *174 + - *175 - type: object properties: {} additionalProperties: false examples: - default: &448 + default: &449 value: limit: collaborators_only origin: repository @@ -70242,13 +70259,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: application/json: - schema: *447 + schema: *448 examples: default: summary: Example request body @@ -70260,9 +70277,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *448 + default: *449 '409': description: Response x-github: @@ -70284,8 +70301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -70308,8 +70325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -70319,9 +70336,9 @@ paths: application/json: schema: type: array - items: *449 + items: *450 examples: - default: &594 + default: &595 value: - id: 1 repository: @@ -70435,7 +70452,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70452,9 +70469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *259 - *260 - - *178 + - *261 + - *179 requestBody: required: false content: @@ -70483,7 +70500,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -70614,9 +70631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *259 - *260 - - *178 + - *261 + - *179 responses: '204': description: Response @@ -70647,8 +70664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *259 - *260 + - *261 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -70688,7 +70705,7 @@ paths: required: false schema: type: string - - *180 + - *181 - name: sort description: What to sort results by. in: query @@ -70701,7 +70718,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - *17 - *19 responses: @@ -70711,9 +70728,9 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: &458 + default: &459 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70860,8 +70877,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *56 - '301': *271 + Link: *57 + '301': *272 '422': *15 '404': *6 x-github: @@ -70890,8 +70907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -70972,9 +70989,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: &453 + default: &454 value: id: 1 node_id: MDU6SXNzdWUx @@ -71128,9 +71145,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *61 + '503': *62 '404': *6 - '410': *268 + '410': *269 x-github: triggersNotification: true githubCloudOnly: false @@ -71158,9 +71175,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *259 - *260 - - *82 + - *261 + - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -71170,7 +71187,7 @@ paths: enum: - asc - desc - - *63 + - *64 - *17 - *19 responses: @@ -71180,9 +71197,9 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: &455 + default: &456 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71213,7 +71230,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *56 + Link: *57 '422': *15 '404': *6 x-github: @@ -71240,17 +71257,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '200': description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &451 + default: &452 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71304,9 +71321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -71328,9 +71345,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '422': *15 x-github: githubCloudOnly: false @@ -71348,9 +71365,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '204': description: Response @@ -71370,9 +71387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -71398,11 +71415,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -71421,9 +71438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -71455,16 +71472,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -71486,10 +71503,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *259 - *260 - - *72 - - *255 + - *261 + - *73 + - *256 responses: '204': description: Response @@ -71509,8 +71526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -71520,7 +71537,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Issue Event description: Issue Event type: object @@ -71567,7 +71584,7 @@ paths: issue: anyOf: - type: 'null' - - *73 + - *74 label: title: Issue Event Label description: Issue Event Label @@ -71600,7 +71617,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *179 + requested_team: *180 dismissed_review: title: Issue Event Dismissed Review type: object @@ -71667,7 +71684,7 @@ paths: required: - from - to - author_association: *59 + author_association: *60 lock_reason: type: - string @@ -71841,7 +71858,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -71859,8 +71876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *259 - *260 + - *261 - name: event_id in: path required: true @@ -71871,7 +71888,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -72064,7 +72081,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *268 + '410': *269 '403': *27 x-github: githubCloudOnly: false @@ -72098,9 +72115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *259 - *260 - - &454 + - *261 + - &455 name: issue_number description: The number that identifies the issue. in: path @@ -72112,12 +72129,12 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 - '301': *271 + default: *454 + '301': *272 '404': *6 - '410': *268 + '410': *269 '304': *35 x-github: githubCloudOnly: false @@ -72142,9 +72159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -72252,15 +72269,15 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 '422': *15 - '503': *61 + '503': *62 '403': *27 - '301': *271 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72278,9 +72295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -72306,9 +72323,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72324,9 +72341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: content: application/json: @@ -72351,9 +72368,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72375,9 +72392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - name: assignee in: path required: true @@ -72417,10 +72434,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *259 - *260 - - *454 - - *63 + - *261 + - *455 + - *64 - *17 - *19 responses: @@ -72430,13 +72447,13 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: *455 + default: *456 headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72465,9 +72482,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -72489,16 +72506,16 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *268 + '410': *269 '422': *15 '404': *6 x-github: @@ -72518,9 +72535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -72534,7 +72551,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &459 + - &460 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -72583,7 +72600,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72711,7 +72728,7 @@ paths: - performed_via_github_app - assignee - assigner - - &461 + - &462 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72757,7 +72774,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &463 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72803,7 +72820,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &464 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72852,7 +72869,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &465 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72881,7 +72898,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *179 + requested_team: *180 requested_reviewer: *4 required: - review_requester @@ -72894,7 +72911,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &466 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72923,7 +72940,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *179 + requested_team: *180 requested_reviewer: *4 required: - review_requester @@ -72936,7 +72953,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &467 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72992,7 +73009,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Locked Issue Event description: Locked Issue Event type: object @@ -73037,7 +73054,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -73098,7 +73115,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -73159,7 +73176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -73220,7 +73237,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -73312,8 +73329,8 @@ paths: name: label color: red headers: - Link: *56 - '410': *268 + Link: *57 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73330,9 +73347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -73342,7 +73359,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -73397,7 +73414,7 @@ paths: - color - default examples: - default: &457 + default: &458 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73414,10 +73431,10 @@ paths: color: a2eeef default: false headers: - Link: *56 - '301': *271 + Link: *57 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73434,9 +73451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -73495,12 +73512,12 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 - '301': *271 + default: *458 + '301': *272 '404': *6 - '410': *268 + '410': *269 '422': *15 x-github: githubCloudOnly: false @@ -73517,9 +73534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -73579,12 +73596,12 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 - '301': *271 + default: *458 + '301': *272 '404': *6 - '410': *268 + '410': *269 '422': *15 x-github: githubCloudOnly: false @@ -73601,15 +73618,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 responses: '204': description: Response - '301': *271 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73628,9 +73645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - name: name in: path required: true @@ -73643,7 +73660,7 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: default: value: @@ -73654,9 +73671,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *271 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73676,9 +73693,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -73707,7 +73724,7 @@ paths: '204': description: Response '403': *27 - '410': *268 + '410': *269 '404': *6 '422': *15 x-github: @@ -73725,9 +73742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 responses: '204': description: Response @@ -73749,9 +73766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -73777,13 +73794,13 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73801,9 +73818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -73835,16 +73852,16 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -73866,10 +73883,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *259 - *260 - - *454 - - *255 + - *261 + - *455 + - *256 responses: '204': description: Response @@ -73898,9 +73915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -73922,9 +73939,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73957,9 +73974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -73969,13 +73986,13 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *458 + default: *459 headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74003,9 +74020,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -74032,16 +74049,16 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *268 + '410': *269 '422': *15 '404': *6 x-github: @@ -74061,9 +74078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -74094,13 +74111,13 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 '403': *27 '404': *6 '422': *7 - '503': *61 + '503': *62 x-github: triggersNotification: true githubCloudOnly: false @@ -74118,9 +74135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -74135,7 +74152,6 @@ paths: description: Timeline Event type: object anyOf: - - *459 - *460 - *461 - *462 @@ -74148,6 +74164,7 @@ paths: - *469 - *470 - *471 + - *472 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -74195,12 +74212,12 @@ paths: issue_url: type: string format: uri - author_association: *59 + author_association: *60 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *60 + reactions: *61 required: - event - actor @@ -74231,7 +74248,7 @@ paths: properties: type: type: string - issue: *73 + issue: *74 required: - event - created_at @@ -74447,7 +74464,7 @@ paths: type: string body_text: type: string - author_association: *59 + author_association: *60 required: - event - id @@ -74470,7 +74487,7 @@ paths: type: string comments: type: array - items: &491 + items: &492 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74575,7 +74592,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *59 + author_association: *60 _links: type: object properties: @@ -74670,7 +74687,7 @@ paths: enum: - line - file - reactions: *60 + reactions: *61 body_html: type: string examples: @@ -74708,7 +74725,7 @@ paths: type: string comments: type: array - items: *386 + items: *387 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74981,9 +74998,9 @@ paths: type: User site_admin: true headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75000,8 +75017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -75011,7 +75028,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -75062,7 +75079,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75078,8 +75095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75115,9 +75132,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: &473 + default: &474 value: id: 1 key: ssh-rsa AAA... @@ -75151,9 +75168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *259 - *260 - - &474 + - *261 + - &475 name: key_id description: The unique identifier of the key. in: path @@ -75165,9 +75182,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *473 + default: *474 '404': *6 x-github: githubCloudOnly: false @@ -75185,9 +75202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *259 - *260 - - *474 + - *261 + - *475 responses: '204': description: Response @@ -75207,8 +75224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -75218,11 +75235,11 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -75241,8 +75258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75278,9 +75295,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &475 + default: &476 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75312,8 +75329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -75324,9 +75341,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *475 + default: *476 '404': *6 x-github: githubCloudOnly: false @@ -75343,8 +75360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -75383,7 +75400,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -75409,8 +75426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -75436,8 +75453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -75476,9 +75493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *259 - *260 - - *364 + - *261 + - *365 responses: '200': description: Response @@ -75544,7 +75561,7 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 required: - _links - git_url @@ -75625,8 +75642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75691,8 +75708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75726,9 +75743,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *387 + schema: *388 examples: - default: *476 + default: *477 '204': description: Response when already merged '404': @@ -75753,8 +75770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *259 - *260 + - *261 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75795,7 +75812,7 @@ paths: application/json: schema: type: array - items: *391 + items: *392 examples: default: value: @@ -75834,7 +75851,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -75851,8 +75868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75892,9 +75909,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75953,9 +75970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *259 - *260 - - &478 + - *261 + - &479 name: milestone_number description: The number that identifies the milestone. in: path @@ -75967,9 +75984,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *477 + default: *478 '404': *6 x-github: githubCloudOnly: false @@ -75986,9 +76003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *259 - *260 - - *478 + - *261 + - *479 requestBody: required: false content: @@ -76026,9 +76043,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76044,9 +76061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *259 - *260 - - *478 + - *261 + - *479 responses: '204': description: Response @@ -76067,9 +76084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *259 - *260 - - *478 + - *261 + - *479 - *17 - *19 responses: @@ -76079,11 +76096,11 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76100,12 +76117,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *259 - *260 - - *479 + - *261 - *480 - - *63 - *481 + - *64 + - *482 - *17 - *19 responses: @@ -76115,11 +76132,11 @@ paths: application/json: schema: type: array - items: *85 + items: *86 examples: - default: *482 + default: *483 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76141,8 +76158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -76200,14 +76217,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &483 + schema: &484 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -76351,7 +76368,7 @@ paths: - custom_404 - public examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -76392,8 +76409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76448,9 +76465,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '422': *15 '409': *44 x-github: @@ -76473,8 +76490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76574,8 +76591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -76601,8 +76618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -76612,7 +76629,7 @@ paths: application/json: schema: type: array - items: &485 + items: &486 title: Page Build description: Page Build type: object @@ -76685,7 +76702,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76704,8 +76721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *259 - *260 + - *261 responses: '201': description: Response @@ -76752,16 +76769,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76809,8 +76826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *259 - *260 + - *261 - name: build_id in: path required: true @@ -76821,9 +76838,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76843,8 +76860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76953,9 +76970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *259 - *260 - - &487 + - *261 + - &488 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -77013,11 +77030,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *259 - *260 - - *487 + - *261 + - *488 responses: - '204': *136 + '204': *137 '404': *6 x-github: githubCloudOnly: false @@ -77042,8 +77059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -77311,7 +77328,7 @@ paths: description: Empty response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -77338,8 +77355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Private vulnerability reporting status @@ -77376,10 +77393,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *259 - *260 + - *261 responses: - '204': *136 + '204': *137 '422': *14 x-github: githubCloudOnly: false @@ -77398,10 +77415,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *259 - *260 + - *261 responses: - '204': *136 + '204': *137 '422': *14 x-github: githubCloudOnly: false @@ -77422,8 +77439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *259 - *260 + - *261 - name: state description: Indicates the state of the projects to return. in: query @@ -77444,7 +77461,7 @@ paths: application/json: schema: type: array - items: *211 + items: *212 examples: default: value: @@ -77480,11 +77497,11 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *56 + Link: *57 '401': *23 '403': *27 '404': *6 - '410': *268 + '410': *269 '422': *7 x-github: githubCloudOnly: false @@ -77504,8 +77521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -77531,13 +77548,13 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *267 + default: *268 '401': *23 '403': *27 '404': *6 - '410': *268 + '410': *269 '422': *7 x-github: githubCloudOnly: false @@ -77557,8 +77574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -77566,7 +77583,7 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: default: value: @@ -77597,8 +77614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -77610,7 +77627,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *216 + items: *217 required: - properties examples: @@ -77660,8 +77677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *259 - *260 + - *261 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77721,11 +77738,11 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: - Link: *56 + Link: *57 '304': *35 '422': *15 x-github: @@ -77755,8 +77772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -77823,7 +77840,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77952,7 +77969,7 @@ paths: milestone: anyOf: - type: 'null' - - *391 + - *392 active_lock_reason: type: - string @@ -78007,7 +78024,7 @@ paths: type: - array - 'null' - items: *194 + items: *195 head: type: object properties: @@ -78015,7 +78032,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: *4 @@ -78032,7 +78049,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: *4 @@ -78045,14 +78062,14 @@ paths: _links: type: object properties: - comments: *392 - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + comments: *393 + commits: *393 + statuses: *393 + html: *393 + issue: *393 + review_comments: *393 + review_comment: *393 + self: *393 required: - comments - commits @@ -78062,8 +78079,8 @@ paths: - review_comments - review_comment - self - author_association: *59 - auto_merge: *490 + author_association: *60 + auto_merge: *491 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -78165,7 +78182,7 @@ paths: - merged_by - review_comments examples: - default: &494 + default: &495 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78692,8 +78709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *259 - *260 + - *261 - name: sort in: query required: false @@ -78712,7 +78729,7 @@ paths: enum: - asc - desc - - *63 + - *64 - *17 - *19 responses: @@ -78722,9 +78739,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: &496 + default: &497 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78776,7 +78793,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78801,17 +78818,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &492 + default: &493 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78886,9 +78903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -78910,9 +78927,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78928,9 +78945,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '204': description: Response @@ -78951,9 +78968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -78979,11 +78996,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -79002,9 +79019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -79036,16 +79053,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -79067,10 +79084,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *259 - *260 - - *72 - - *255 + - *261 + - *73 + - *256 responses: '204': description: Response @@ -79113,9 +79130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *259 - *260 - - &495 + - *261 + - &496 name: pull_number description: The number that identifies the pull request. in: path @@ -79128,9 +79145,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '304': *35 '404': *6 '406': @@ -79138,8 +79155,8 @@ paths: content: application/json: schema: *3 - '500': *139 - '503': *61 + '500': *140 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79165,9 +79182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -79209,9 +79226,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 '403': *27 x-github: @@ -79233,9 +79250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: true content: @@ -79296,21 +79313,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '401': *23 '403': *27 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79336,10 +79353,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *259 - *260 - - *495 - - *82 + - *261 + - *496 + - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -79349,7 +79366,7 @@ paths: enum: - asc - desc - - *63 + - *64 - *17 - *19 responses: @@ -79359,11 +79376,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *496 + default: *497 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79394,9 +79411,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: true content: @@ -79502,7 +79519,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: example-for-a-multi-line-comment: value: @@ -79590,10 +79607,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *259 - *260 - - *495 - - *72 + - *261 + - *496 + - *73 requestBody: required: true content: @@ -79615,7 +79632,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -79701,9 +79718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 - *17 - *19 responses: @@ -79713,11 +79730,11 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: - default: *497 + default: *498 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79745,9 +79762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *259 - *260 - - *495 + - *261 + - *496 - *17 - *19 responses: @@ -79757,7 +79774,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -79773,10 +79790,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *56 + Link: *57 '422': *15 - '500': *139 - '503': *61 + '500': *140 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79795,9 +79812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *259 - *260 - - *495 + - *261 + - *496 responses: '204': description: Response if pull request has been merged @@ -79820,9 +79837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -79934,9 +79951,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 responses: '200': description: Response @@ -79952,7 +79969,7 @@ paths: items: *4 teams: type: array - items: *179 + items: *180 required: - users - teams @@ -79993,7 +80010,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80011,9 +80028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -80050,7 +80067,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -80586,9 +80603,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: true content: @@ -80622,7 +80639,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -81127,9 +81144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 - *17 - *19 responses: @@ -81139,7 +81156,7 @@ paths: application/json: schema: type: array - items: &498 + items: &499 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -81213,7 +81230,7 @@ paths: type: string body_text: type: string - author_association: *59 + author_association: *60 required: - id - node_id @@ -81262,7 +81279,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81295,9 +81312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -81387,9 +81404,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &500 + default: &501 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81452,10 +81469,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - &499 + - *261 + - *496 + - &500 name: review_id description: The unique identifier of the review. in: path @@ -81467,9 +81484,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &501 + default: &502 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81528,10 +81545,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 requestBody: required: true content: @@ -81554,7 +81571,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -81616,18 +81633,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *500 + default: *501 '422': *7 '404': *6 x-github: @@ -81654,10 +81671,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 - *17 - *19 responses: @@ -81751,13 +81768,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *59 + author_association: *60 _links: type: object properties: - self: *392 - html: *392 - pull_request: *392 + self: *393 + html: *393 + pull_request: *393 required: - self - html @@ -81766,7 +81783,7 @@ paths: type: string body_html: type: string - reactions: *60 + reactions: *61 side: description: The side of the first line of the range for a multi-line comment. @@ -81879,7 +81896,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -81908,10 +81925,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 requestBody: required: true content: @@ -81940,7 +81957,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -82003,10 +82020,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 requestBody: required: true content: @@ -82041,9 +82058,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *501 + default: *502 '404': *6 '422': *7 '403': *27 @@ -82065,9 +82082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -82131,8 +82148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *259 - *260 + - *261 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -82145,9 +82162,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: &503 + default: &504 value: type: file encoding: base64 @@ -82189,8 +82206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *259 - *260 + - *261 - name: dir description: The alternate path to look for a README file in: path @@ -82210,9 +82227,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 '422': *15 x-github: @@ -82234,8 +82251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -82245,7 +82262,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Release description: A release. type: object @@ -82317,7 +82334,7 @@ paths: author: *4 assets: type: array - items: &505 + items: &506 title: Release Asset description: Data related to a release. type: object @@ -82387,7 +82404,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *60 + reactions: *61 required: - assets_url - upload_url @@ -82477,7 +82494,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -82497,8 +82514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -82574,9 +82591,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -82679,9 +82696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *259 - *260 - - &506 + - *261 + - &507 name: asset_id description: The unique identifier of the asset. in: path @@ -82693,9 +82710,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -82729,7 +82746,7 @@ paths: type: User site_admin: false '404': *6 - '302': *401 + '302': *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82745,9 +82762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *259 - *260 - - *506 + - *261 + - *507 requestBody: required: false content: @@ -82776,9 +82793,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82794,9 +82811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *259 - *260 - - *506 + - *261 + - *507 responses: '204': description: Response @@ -82820,8 +82837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -82907,16 +82924,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82933,8 +82950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *259 - *260 + - *261 - name: tag description: tag parameter in: path @@ -82947,9 +82964,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 '404': *6 x-github: githubCloudOnly: false @@ -82971,9 +82988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *259 - *260 - - &509 + - *261 + - &510 name: release_id description: The unique identifier of the release. in: path @@ -82987,9 +83004,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 '401': description: Unauthorized x-github: @@ -83007,9 +83024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 requestBody: required: false content: @@ -83073,9 +83090,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 '404': description: Not Found if the discussion category name is invalid content: @@ -83096,9 +83113,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 responses: '204': description: Response @@ -83118,9 +83135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *259 - *260 - - *509 + - *261 + - *510 - *17 - *19 responses: @@ -83130,7 +83147,7 @@ paths: application/json: schema: type: array - items: *505 + items: *506 examples: default: value: @@ -83166,7 +83183,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83210,9 +83227,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *259 - *260 - - *509 + - *261 + - *510 - name: name in: query required: true @@ -83238,7 +83255,7 @@ paths: description: Response for successful upload content: application/json: - schema: *505 + schema: *506 examples: response-for-successful-upload: value: @@ -83292,9 +83309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -83318,11 +83335,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -83341,9 +83358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 requestBody: required: true content: @@ -83373,16 +83390,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -83404,10 +83421,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *259 - *260 - - *509 - - *255 + - *261 + - *510 + - *256 responses: '204': description: Response @@ -83431,9 +83448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 - *17 - *19 responses: @@ -83449,8 +83466,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *510 - - &512 + - *511 + - &513 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83470,53 +83487,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *511 - *512 - - allOf: - *513 - - *512 - allOf: - *514 - - *512 + - *513 - allOf: - *515 - - *512 + - *513 - allOf: - *516 - - *512 + - *513 - allOf: - *517 - - *512 + - *513 - allOf: - *518 - - *512 + - *513 - allOf: - *519 - - *512 + - *513 - allOf: - *520 - - *512 + - *513 - allOf: - *521 - - *512 + - *513 - allOf: - *522 - - *512 + - *513 - allOf: - *523 - - *512 + - *513 - allOf: - *524 - - *512 + - *513 - allOf: - *525 - - *512 + - *513 - allOf: - *526 - - *512 + - *513 - allOf: - *527 - - *512 + - *513 + - allOf: + - *528 + - *513 examples: default: value: @@ -83555,8 +83572,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - *17 - *19 - name: includes_parents @@ -83567,7 +83584,7 @@ paths: schema: type: boolean default: true - - *528 + - *529 responses: '200': description: Response @@ -83575,7 +83592,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -83606,7 +83623,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -83622,8 +83639,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 requestBody: description: Request body required: true @@ -83643,16 +83660,16 @@ paths: - tag - push default: branch - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *218 + items: *222 + conditions: *219 rules: type: array description: An array of rules within the ruleset. - items: *223 + items: *224 required: - name - enforcement @@ -83683,9 +83700,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &538 + default: &539 value: id: 42 name: super cool ruleset @@ -83718,7 +83735,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -83732,12 +83749,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *259 - *260 - - *529 + - *261 - *530 - *531 - *532 + - *533 - *17 - *19 responses: @@ -83745,11 +83762,11 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83768,19 +83785,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *259 - *260 - - *535 + - *261 + - *536 responses: '200': description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83806,8 +83823,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83827,11 +83844,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *538 + default: *539 '404': *6 - '500': *139 + '500': *140 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -83847,8 +83864,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83873,16 +83890,16 @@ paths: - branch - tag - push - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *218 + items: *222 + conditions: *219 rules: description: An array of rules within the ruleset. type: array - items: *223 + items: *224 examples: default: value: @@ -83910,11 +83927,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *538 + default: *539 '404': *6 - '500': *139 + '500': *140 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -83930,8 +83947,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83942,7 +83959,7 @@ paths: '204': description: Response '404': *6 - '500': *139 + '500': *140 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -83959,20 +83976,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *259 - *260 - - *226 + - *261 - *227 - *228 - *229 + - *230 - *46 - *19 - *17 - - *539 - *540 - - *230 + - *541 - *231 - *232 + - *233 responses: '200': description: Response @@ -83980,24 +83997,24 @@ paths: application/json: schema: type: array - items: &543 + items: &544 type: object properties: - number: *51 - created_at: *52 + number: *52 + created_at: *53 updated_at: anyOf: - type: 'null' - - *53 - url: *54 - html_url: *55 + - *54 + url: *55 + html_url: *56 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *541 - resolution: *542 + state: *542 + resolution: *543 resolved_at: type: - string @@ -84188,7 +84205,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84210,15 +84227,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -84249,7 +84266,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84270,9 +84287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 requestBody: required: true content: @@ -84280,8 +84297,8 @@ paths: schema: type: object properties: - state: *541 - resolution: *542 + state: *542 + resolution: *543 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -84300,7 +84317,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -84353,7 +84370,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84375,9 +84392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 - *19 - *17 responses: @@ -84388,7 +84405,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &672 + items: &673 type: object properties: type: @@ -84741,11 +84758,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *56 + Link: *57 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84767,8 +84784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -84776,14 +84793,14 @@ paths: schema: type: object properties: - reason: &545 + reason: &546 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *544 + placeholder_id: *545 required: - reason - placeholder_id @@ -84800,7 +84817,7 @@ paths: schema: type: object properties: - reason: *545 + reason: *546 expire_at: type: - string @@ -84824,7 +84841,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84844,13 +84861,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *259 - *260 + - *261 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *61 + '503': *62 '200': description: Response content: @@ -84860,7 +84877,7 @@ paths: properties: incremental_scans: type: array - items: &546 + items: &547 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84888,15 +84905,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *546 + items: *547 backfill_scans: type: array - items: *546 + items: *547 custom_pattern_backfill_scans: type: array items: allOf: - - *546 + - *547 - type: object properties: pattern_name: @@ -84966,8 +84983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *259 - *260 + - *261 - *46 - name: sort description: The property to sort the results by. @@ -85011,9 +85028,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: *548 + default: *549 '400': *14 '404': *6 x-github: @@ -85036,8 +85053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -85117,7 +85134,7 @@ paths: login: type: string description: The username of the user credited. - type: *235 + type: *236 required: - login - type @@ -85207,9 +85224,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: &550 + default: &551 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -85442,8 +85459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -85556,7 +85573,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -85703,17 +85720,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *259 - *260 - - *549 + - *261 + - *550 responses: '200': description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *550 + default: *551 '403': *27 '404': *6 x-github: @@ -85737,9 +85754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *259 - *260 - - *549 + - *261 + - *550 requestBody: required: true content: @@ -85819,7 +85836,7 @@ paths: login: type: string description: The username of the user credited. - type: *235 + type: *236 required: - login - type @@ -85910,17 +85927,17 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *550 - add_credit: *550 + default: *551 + add_credit: *551 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *92 + schema: *93 examples: invalid_state_transition: value: @@ -85951,9 +85968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *259 - *260 - - *549 + - *261 + - *550 responses: '202': *45 '400': *14 @@ -85980,17 +85997,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *259 - *260 - - *549 + - *261 + - *550 responses: '202': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 '400': *14 '422': *15 '403': *27 @@ -86016,8 +86033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -86091,7 +86108,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -86113,8 +86130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -86123,7 +86140,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -86136,7 +86153,7 @@ paths: - 1124 - -435 '202': *45 - '204': *136 + '204': *137 '422': description: Repository contains more than 10,000 commits x-github: @@ -86156,8 +86173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -86208,7 +86225,7 @@ paths: total: 89 week: 1336280400 '202': *45 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86235,8 +86252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -86308,7 +86325,7 @@ paths: d: 77 c: 10 '202': *45 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86330,8 +86347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *259 - *260 + - *261 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -86485,8 +86502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *259 - *260 + - *261 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -86496,7 +86513,7 @@ paths: application/json: schema: type: array - items: *551 + items: *552 examples: default: value: @@ -86509,7 +86526,7 @@ paths: - - 0 - 2 - 21 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86529,8 +86546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *259 - *260 + - *261 - name: sha in: path required: true @@ -86586,7 +86603,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -86640,8 +86657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -86653,9 +86670,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86673,14 +86690,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *259 - *260 + - *261 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &553 + schema: &554 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86753,8 +86770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -86780,7 +86797,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -86807,8 +86824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -86828,8 +86845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -86888,7 +86905,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86911,8 +86928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -86920,7 +86937,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Tag protection description: Tag protection type: object @@ -86977,8 +86994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -87001,7 +87018,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -87032,8 +87049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *259 - *260 + - *261 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -87070,8 +87087,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *259 - *260 + - *261 - name: ref in: path required: true @@ -87107,8 +87124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -87118,11 +87135,11 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -87140,8 +87157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *259 - *260 + - *261 - *19 - *17 responses: @@ -87149,7 +87166,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -87161,7 +87178,7 @@ paths: required: - names examples: - default: &556 + default: &557 value: names: - octocat @@ -87184,8 +87201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -87216,9 +87233,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '404': *6 '422': *7 x-github: @@ -87239,9 +87256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *259 - *260 - - &557 + - *261 + - &558 name: per description: The time frame to display results for. in: query @@ -87272,7 +87289,7 @@ paths: - 128 clones: type: array - items: &558 + items: &559 title: Traffic type: object properties: @@ -87359,8 +87376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -87454,8 +87471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -87518,9 +87535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *259 - *260 - - *557 + - *261 + - *558 responses: '200': description: Response @@ -87541,7 +87558,7 @@ paths: - 3782 views: type: array - items: *558 + items: *559 required: - uniques - count @@ -87618,8 +87635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -87655,7 +87672,7 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: default: value: @@ -87893,8 +87910,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87917,8 +87934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -87940,8 +87957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -87967,8 +87984,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *259 - *260 + - *261 - name: ref in: path required: true @@ -88060,9 +88077,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -88103,7 +88120,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -88292,7 +88309,7 @@ paths: html_url: type: string format: uri - repository: *114 + repository: *115 score: type: number file_size: @@ -88311,7 +88328,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &559 + text_matches: &560 title: Search Result Text Matches type: array items: @@ -88426,7 +88443,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *61 + '503': *62 '422': *15 '403': *27 x-github: @@ -88474,7 +88491,7 @@ paths: enum: - author-date - committer-date - - &560 + - &561 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -88543,7 +88560,7 @@ paths: committer: anyOf: - type: 'null' - - *325 + - *326 comment_count: type: integer message: @@ -88562,7 +88579,7 @@ paths: url: type: string format: uri - verification: *436 + verification: *437 required: - author - committer @@ -88577,7 +88594,7 @@ paths: committer: anyOf: - type: 'null' - - *325 + - *326 parents: type: array items: @@ -88589,12 +88606,12 @@ paths: type: string sha: type: string - repository: *114 + repository: *115 score: type: number node_id: type: string - text_matches: *559 + text_matches: *560 required: - sha - node_id @@ -88786,7 +88803,7 @@ paths: - interactions - created - updated - - *560 + - *561 - *17 - *19 responses: @@ -88902,7 +88919,7 @@ paths: milestone: anyOf: - type: 'null' - - *391 + - *392 comments: type: integer created_at: @@ -88916,7 +88933,7 @@ paths: - string - 'null' format: date-time - text_matches: *559 + text_matches: *560 pull_request: type: object properties: @@ -88954,10 +88971,10 @@ paths: type: string score: type: number - author_association: *59 + author_association: *60 draft: type: boolean - repository: *58 + repository: *59 body_html: type: string body_text: @@ -88969,7 +88986,7 @@ paths: anyOf: - type: 'null' - *5 - reactions: *60 + reactions: *61 required: - assignee - closed_at @@ -89085,7 +89102,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *61 + '503': *62 '422': *15 '304': *35 '403': *27 @@ -89138,7 +89155,7 @@ paths: enum: - created - updated - - *560 + - *561 - *17 - *19 responses: @@ -89183,7 +89200,7 @@ paths: - 'null' score: type: number - text_matches: *559 + text_matches: *560 required: - id - node_id @@ -89268,7 +89285,7 @@ paths: - forks - help-wanted-issues - updated - - *560 + - *561 - *17 - *19 responses: @@ -89487,7 +89504,7 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 permissions: type: object properties: @@ -89505,7 +89522,7 @@ paths: - admin - pull - push - text_matches: *559 + text_matches: *560 temp_clone_token: type: string allow_merge_commit: @@ -89708,7 +89725,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *61 + '503': *62 '422': *15 '304': *35 x-github: @@ -89813,7 +89830,7 @@ paths: - string - 'null' format: uri - text_matches: *559 + text_matches: *560 related: type: - array @@ -90006,7 +90023,7 @@ paths: - followers - repositories - joined - - *560 + - *561 - *17 - *19 responses: @@ -90116,7 +90133,7 @@ paths: type: - boolean - 'null' - text_matches: *559 + text_matches: *560 blog: type: - string @@ -90178,7 +90195,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *61 + '503': *62 '422': *15 x-github: githubCloudOnly: false @@ -90198,7 +90215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &561 + - &562 name: team_id description: The unique identifier of the team. in: path @@ -90210,9 +90227,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -90239,7 +90256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *561 + - *562 requestBody: required: true content: @@ -90303,16 +90320,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '201': description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '422': *15 '403': *27 @@ -90340,7 +90357,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *561 + - *562 responses: '204': description: Response @@ -90371,7 +90388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *561 + - *562 - *46 - *17 - *19 @@ -90382,11 +90399,11 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *562 + default: *563 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90413,7 +90430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *561 + - *562 requestBody: required: true content: @@ -90447,9 +90464,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: triggersNotification: true githubCloudOnly: false @@ -90476,16 +90493,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90510,8 +90527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 requestBody: required: false content: @@ -90534,9 +90551,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90561,8 +90578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 responses: '204': description: Response @@ -90591,8 +90608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *561 - - *248 + - *562 + - *249 - *46 - *17 - *19 @@ -90603,11 +90620,11 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *564 + default: *565 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90634,8 +90651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *561 - - *248 + - *562 + - *249 requestBody: required: true content: @@ -90657,9 +90674,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: triggersNotification: true githubCloudOnly: false @@ -90686,17 +90703,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 responses: '200': description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90721,9 +90738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 requestBody: required: true content: @@ -90745,9 +90762,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90772,9 +90789,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 responses: '204': description: Response @@ -90803,9 +90820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -90831,11 +90848,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90862,9 +90879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 requestBody: required: true content: @@ -90896,9 +90913,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90924,8 +90941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -90951,11 +90968,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90982,8 +90999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 requestBody: required: true content: @@ -91015,9 +91032,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91041,7 +91058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91051,11 +91068,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91079,7 +91096,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *561 + - *562 - name: role description: Filters members returned by their role in the team. in: query @@ -91102,9 +91119,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -91130,8 +91147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: if user is a member @@ -91167,8 +91184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: Response @@ -91207,8 +91224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: Response @@ -91244,16 +91261,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-user-is-a-team-maintainer: *566 + response-if-user-is-a-team-maintainer: *567 '404': *6 x-github: githubCloudOnly: false @@ -91286,8 +91303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *561 - - *127 + - *562 + - *128 requestBody: required: false content: @@ -91312,9 +91329,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-users-membership-with-team-is-now-pending: *567 + response-if-users-membership-with-team-is-now-pending: *568 '403': description: Forbidden if team synchronization is set up '422': @@ -91348,8 +91365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: Response @@ -91378,7 +91395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91388,11 +91405,11 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *568 + default: *569 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -91417,16 +91434,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *561 - - *258 + - *562 + - *259 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *569 + default: *570 '404': description: Not Found if project is not managed by this team x-github: @@ -91451,8 +91468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *561 - - *258 + - *562 + - *259 requestBody: required: false content: @@ -91520,8 +91537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *561 - - *258 + - *562 + - *259 responses: '204': description: Response @@ -91548,7 +91565,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91558,11 +91575,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -91590,15 +91607,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *561 - - *259 + - *562 - *260 + - *261 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *570 + schema: *571 examples: alternative-response-with-extra-repository-information: value: @@ -91749,9 +91766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *561 - - *259 + - *562 - *260 + - *261 requestBody: required: false content: @@ -91801,9 +91818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *561 - - *259 + - *562 - *260 + - *261 responses: '204': description: Response @@ -91828,7 +91845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91838,11 +91855,11 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - response-if-child-teams-exist: *571 + response-if-child-teams-exist: *572 headers: - Link: *56 + Link: *57 '404': *6 '403': *27 '422': *15 @@ -91873,7 +91890,7 @@ paths: application/json: schema: oneOf: - - &573 + - &574 title: Private User description: Private User type: object @@ -92123,7 +92140,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *572 + - *573 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -92283,7 +92300,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -92362,7 +92379,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '304': *35 '404': *6 '403': *27 @@ -92385,7 +92402,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *127 + - *128 responses: '204': description: If the user is blocked @@ -92413,7 +92430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -92437,7 +92454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -92486,11 +92503,11 @@ paths: type: integer codespaces: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -92627,21 +92644,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '401': *23 '403': *27 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92681,7 +92698,7 @@ paths: type: integer secrets: type: array - items: &574 + items: &575 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92723,9 +92740,9 @@ paths: - visibility - selected_repositories_url examples: - default: *380 + default: *381 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92795,13 +92812,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *122 + - *123 responses: '200': description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -92831,7 +92848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *122 + - *123 requestBody: required: true content: @@ -92876,7 +92893,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -92904,7 +92921,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *122 + - *123 responses: '204': description: Response @@ -92929,7 +92946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *122 + - *123 responses: '200': description: Response @@ -92945,13 +92962,13 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *575 + default: *576 '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92972,7 +92989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *122 + - *123 requestBody: required: true content: @@ -93004,7 +93021,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93026,7 +93043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *122 + - *123 - name: repository_id in: path required: true @@ -93038,7 +93055,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93059,7 +93076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *122 + - *123 - name: repository_id in: path required: true @@ -93071,7 +93088,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93091,17 +93108,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93125,7 +93142,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 requestBody: required: false content: @@ -93155,9 +93172,9 @@ paths: description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '401': *23 '403': *27 '404': *6 @@ -93179,11 +93196,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '202': *45 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93208,13 +93225,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '202': description: Response content: application/json: - schema: &576 + schema: &577 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -93267,7 +93284,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &577 + default: &578 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -93275,7 +93292,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93299,7 +93316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *185 + - *186 - name: export_id in: path required: true @@ -93312,9 +93329,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *6 x-github: githubCloudOnly: false @@ -93335,7 +93352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *185 + - *186 responses: '200': description: Response @@ -93351,11 +93368,11 @@ paths: type: integer machines: type: array - items: *379 + items: *380 examples: - default: *578 + default: *579 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93382,7 +93399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *185 + - *186 requestBody: required: true content: @@ -93438,11 +93455,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *270 + repository: *271 machine: anyOf: - type: 'null' - - *379 + - *380 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -94239,17 +94256,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '304': *35 - '500': *139 + '500': *140 '400': *14 '401': *23 '402': @@ -94279,16 +94296,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 - '500': *139 + default: *379 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -94317,9 +94334,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: &591 + default: &592 value: - id: 197 name: hello_docker @@ -94420,7 +94437,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Email description: Email type: object @@ -94490,16 +94507,16 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: &593 + default: &594 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -94569,7 +94586,7 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: default: value: @@ -94681,9 +94698,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -94714,9 +94731,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -94736,7 +94753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *127 + - *128 responses: '204': description: if the person is followed by the authenticated user @@ -94766,7 +94783,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -94791,7 +94808,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -94827,7 +94844,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: GPG Key description: A unique encryption key type: object @@ -94972,7 +94989,7 @@ paths: - subkeys - revoked examples: - default: &604 + default: &605 value: - id: 3 name: Octocat's GPG Key @@ -95004,7 +95021,7 @@ paths: revoked: false raw_key: string headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -95057,9 +95074,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: &581 + default: &582 value: id: 3 name: Octocat's GPG Key @@ -95116,7 +95133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &582 + - &583 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -95128,9 +95145,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *6 '304': *35 '403': *27 @@ -95153,7 +95170,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *582 + - *583 responses: '204': description: Response @@ -95296,7 +95313,7 @@ paths: suspended_at: suspended_by: headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -95342,11 +95359,11 @@ paths: type: string repositories: type: array - items: *58 + items: *59 examples: - default: *583 + default: *584 headers: - Link: *56 + Link: *57 '404': *6 '403': *27 '304': *35 @@ -95369,7 +95386,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *104 + - *105 responses: '204': description: Response @@ -95395,7 +95412,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *104 + - *105 responses: '204': description: Response @@ -95429,12 +95446,12 @@ paths: application/json: schema: anyOf: - - *174 + - *175 - type: object properties: {} additionalProperties: false examples: - default: *175 + default: *176 '204': description: Response when there are no restrictions x-github: @@ -95458,7 +95475,7 @@ paths: required: true content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -95469,7 +95486,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -95550,7 +95567,7 @@ paths: - closed - all default: open - - *180 + - *181 - name: sort description: What to sort results by. in: query @@ -95563,7 +95580,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - *17 - *19 responses: @@ -95573,11 +95590,11 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *181 + default: *182 headers: - Link: *56 + Link: *57 '404': *6 '304': *35 x-github: @@ -95608,7 +95625,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Key description: Key type: object @@ -95655,7 +95672,7 @@ paths: verified: false read_only: false headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -95706,9 +95723,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95741,15 +95758,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 '304': *35 '403': *27 @@ -95772,7 +95789,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *475 responses: '204': description: Response @@ -95805,7 +95822,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95873,7 +95890,7 @@ paths: - id - type - login - plan: *76 + plan: *77 required: - billing_cycle - next_billing_date @@ -95884,7 +95901,7 @@ paths: - account - plan examples: - default: &587 + default: &588 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95917,7 +95934,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *56 + Link: *57 '304': *35 '401': *23 '404': *6 @@ -95946,11 +95963,11 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: - Link: *56 + Link: *57 '304': *35 '401': *23 x-github: @@ -95988,7 +96005,7 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: default: value: @@ -96065,7 +96082,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -96090,13 +96107,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -96154,7 +96171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 requestBody: required: true content: @@ -96179,7 +96196,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -96247,7 +96264,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -96400,7 +96417,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -96509,7 +96526,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -96689,7 +96706,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *190 + - *191 - name: exclude in: query required: false @@ -96702,7 +96719,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -96896,7 +96913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *190 + - *191 responses: '302': description: Response @@ -96922,7 +96939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *190 + - *191 responses: '204': description: Response @@ -96951,8 +96968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *190 - - *588 + - *191 + - *589 responses: '204': description: Response @@ -96976,7 +96993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *190 + - *191 - *17 - *19 responses: @@ -96986,11 +97003,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -97023,11 +97040,11 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *589 + default: *590 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -97067,7 +97084,7 @@ paths: - docker - nuget - container - - *590 + - *591 - *19 - *17 responses: @@ -97077,10 +97094,10 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *591 - '400': *592 + default: *592 + '400': *593 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97100,16 +97117,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *198 - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: &605 + default: &606 value: id: 40201 name: octo-name @@ -97222,8 +97239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *198 - *199 + - *200 responses: '204': description: Response @@ -97253,8 +97270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *198 - *199 + - *200 - name: token description: package token schema: @@ -97286,8 +97303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *198 - *199 + - *200 - *19 - *17 - name: state @@ -97307,7 +97324,7 @@ paths: application/json: schema: type: array - items: *200 + items: *201 examples: default: value: @@ -97356,15 +97373,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *198 - *199 - - *201 + - *200 + - *202 responses: '200': description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -97400,9 +97417,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *198 - *199 - - *201 + - *200 + - *202 responses: '204': description: Response @@ -97432,9 +97449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *198 - *199 - - *201 + - *200 + - *202 responses: '204': description: Response @@ -97492,7 +97509,7 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: default: value: @@ -97561,11 +97578,11 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *593 + default: *594 headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -97674,9 +97691,9 @@ paths: application/json: schema: type: array - items: *58 + items: *59 examples: - default: &600 + default: &601 summary: Default response value: - id: 1296269 @@ -97992,9 +98009,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98032,11 +98049,11 @@ paths: application/json: schema: type: array - items: *449 + items: *450 examples: - default: *594 + default: *595 headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98057,7 +98074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *178 + - *179 responses: '204': description: Response @@ -98080,7 +98097,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *178 + - *179 responses: '204': description: Response @@ -98113,7 +98130,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Social account description: Social media account type: object @@ -98130,12 +98147,12 @@ paths: - provider - url examples: - default: &596 + default: &597 value: - provider: twitter url: https://twitter.com/github headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98193,9 +98210,9 @@ paths: application/json: schema: type: array - items: *595 + items: *596 examples: - default: *596 + default: *597 '422': *15 '304': *35 '404': *6 @@ -98283,7 +98300,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -98303,7 +98320,7 @@ paths: - title - created_at examples: - default: &612 + default: &613 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98316,7 +98333,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98370,9 +98387,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98403,7 +98420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &599 + - &600 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -98415,9 +98432,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *6 '304': *35 '403': *27 @@ -98440,7 +98457,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *599 + - *600 responses: '204': description: Response @@ -98469,7 +98486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &613 + - &614 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -98492,13 +98509,13 @@ paths: application/json: schema: type: array - items: *58 + items: *59 examples: - default-response: *600 + default-response: *601 application/vnd.github.v3.star+json: schema: type: array - items: &614 + items: &615 title: Starred Repository description: Starred Repository type: object @@ -98506,7 +98523,7 @@ paths: starred_at: type: string format: date-time - repo: *58 + repo: *59 required: - starred_at - repo @@ -98634,7 +98651,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -98654,8 +98671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response if this repository is starred by you @@ -98683,8 +98700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -98708,8 +98725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -98742,11 +98759,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -98781,7 +98798,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -98832,7 +98849,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98859,7 +98876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *78 + - *79 responses: '200': description: Response @@ -98867,10 +98884,10 @@ paths: application/json: schema: oneOf: + - *574 - *573 - - *572 examples: - default-response: &602 + default-response: &603 summary: Default response value: login: octocat @@ -98905,7 +98922,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &603 + response-with-git-hub-plan-information: &604 summary: Response with GitHub plan information value: login: octocat @@ -98965,7 +98982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *601 + - *602 - *17 responses: '200': @@ -98976,7 +98993,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: Link: example: ; rel="next" @@ -99006,7 +99023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *127 + - *128 responses: '200': description: Response @@ -99014,11 +99031,11 @@ paths: application/json: schema: oneOf: + - *574 - *573 - - *572 examples: - default-response: *602 - response-with-git-hub-plan-information: *603 + default-response: *603 + response-with-git-hub-plan-information: *604 '404': *6 x-github: githubCloudOnly: false @@ -99044,7 +99061,7 @@ paths: - *17 - *37 - *38 - - *127 + - *128 - name: subject_digest description: Subject Digest in: path @@ -99148,7 +99165,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -99174,7 +99191,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *127 + - *128 responses: '200': description: Response @@ -99182,9 +99199,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *591 + default: *592 '403': *27 '401': *23 x-github: @@ -99207,7 +99224,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99217,7 +99234,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -99288,8 +99305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *127 - - *89 + - *128 + - *90 - *17 - *19 responses: @@ -99299,7 +99316,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -99378,7 +99395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99388,7 +99405,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -99455,7 +99472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99467,9 +99484,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99486,7 +99503,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99498,9 +99515,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99517,7 +99534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *127 + - *128 - name: target_user in: path required: true @@ -99544,8 +99561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *127 - - *63 + - *128 + - *64 - *17 - *19 responses: @@ -99555,11 +99572,11 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -99578,7 +99595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99588,11 +99605,11 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: - default: *604 + default: *605 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99614,7 +99631,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *127 + - *128 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -99686,7 +99703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *127 + - *128 responses: '200': description: Response @@ -99694,7 +99711,7 @@ paths: application/json: schema: *20 examples: - default: *446 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99712,7 +99729,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99740,7 +99757,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99760,7 +99777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99770,11 +99787,11 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *589 + default: *590 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99811,8 +99828,8 @@ paths: - docker - nuget - container - - *590 - - *127 + - *591 + - *128 - *19 - *17 responses: @@ -99822,12 +99839,12 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *591 + default: *592 '403': *27 '401': *23 - '400': *592 + '400': *593 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99847,17 +99864,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99878,9 +99895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 responses: '204': description: Response @@ -99912,9 +99929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 - name: token description: package token schema: @@ -99946,9 +99963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 responses: '200': description: Response @@ -99956,7 +99973,7 @@ paths: application/json: schema: type: array - items: *200 + items: *201 examples: default: value: @@ -100014,16 +100031,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *198 - *199 - - *201 - - *127 + - *200 + - *202 + - *128 responses: '200': description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -100058,10 +100075,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *198 - *199 - - *127 - - *201 + - *200 + - *128 + - *202 responses: '204': description: Response @@ -100093,10 +100110,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *198 - *199 - - *127 - - *201 + - *200 + - *128 + - *202 responses: '204': description: Response @@ -100119,7 +100136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *127 + - *128 - name: state description: Indicates the state of the projects to return. in: query @@ -100140,7 +100157,7 @@ paths: application/json: schema: type: array - items: *211 + items: *212 examples: default: value: @@ -100176,7 +100193,7 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -100199,7 +100216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100209,7 +100226,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -100288,7 +100305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100298,7 +100315,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -100375,7 +100392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *127 + - *128 - name: type description: Limit results to repositories of the specified type. in: query @@ -100418,11 +100435,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100444,15 +100461,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100474,15 +100491,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100504,15 +100521,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100530,7 +100547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100540,11 +100557,11 @@ paths: application/json: schema: type: array - items: *595 + items: *596 examples: - default: *596 + default: *597 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100562,7 +100579,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100572,11 +100589,11 @@ paths: application/json: schema: type: array - items: *597 + items: *598 examples: - default: *612 + default: *613 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100598,8 +100615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *127 - - *613 + - *128 + - *614 - *46 - *17 - *19 @@ -100611,13 +100628,13 @@ paths: schema: anyOf: - type: array - items: *614 + items: *615 - type: array - items: *58 + items: *59 examples: - default-response: *600 + default-response: *601 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100634,7 +100651,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100644,11 +100661,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100775,7 +100792,7 @@ webhooks: type: string enum: - disabled - enterprise: &615 + enterprise: &616 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100844,7 +100861,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &616 + installation: &617 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100865,7 +100882,7 @@ webhooks: required: - id - node_id - organization: &617 + organization: &618 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100938,7 +100955,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &618 + repository: &619 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -100967,7 +100984,7 @@ webhooks: license: anyOf: - type: 'null' - - *74 + - *75 organization: anyOf: - type: 'null' @@ -101851,10 +101868,10 @@ webhooks: type: string enum: - enabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -101930,11 +101947,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: &619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: &620 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -102157,11 +102174,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *4 required: - action @@ -102349,11 +102366,11 @@ webhooks: - everyone required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *4 required: - action @@ -102437,7 +102454,7 @@ webhooks: type: string enum: - completed - check_run: &621 + check_run: &622 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102505,8 +102522,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *338 - repository: *114 + items: *339 + repository: *115 status: type: string enum: @@ -102550,7 +102567,7 @@ webhooks: - examples: - neutral - deployment: *620 + deployment: *621 details_url: type: string examples: @@ -102610,7 +102627,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *338 + items: *339 started_at: type: string format: date-time @@ -102648,9 +102665,9 @@ webhooks: - output - app - pull_requests - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - check_run @@ -103043,10 +103060,10 @@ webhooks: type: string enum: - created - check_run: *621 - installation: *616 - organization: *617 - repository: *618 + check_run: *622 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - check_run @@ -103442,10 +103459,10 @@ webhooks: type: string enum: - requested_action - check_run: *621 - installation: *616 - organization: *617 - repository: *618 + check_run: *622 + installation: *617 + organization: *618 + repository: *619 requested_action: description: The action requested by the user. type: object @@ -103850,10 +103867,10 @@ webhooks: type: string enum: - rerequested - check_run: *621 - installation: *616 - organization: *617 - repository: *618 + check_run: *622 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - check_run @@ -104845,10 +104862,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -105533,10 +105550,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -106215,10 +106232,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -106384,7 +106401,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106536,20 +106553,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &622 + commit_oid: &623 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *615 - installation: *616 - organization: *617 - ref: &623 + enterprise: *616 + installation: *617 + organization: *618 + ref: &624 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *618 + repository: *619 sender: *4 required: - action @@ -106713,7 +106730,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106883,12 +106900,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -106986,7 +107003,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107165,12 +107182,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -107336,7 +107353,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107513,12 +107530,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -107618,7 +107635,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107798,9 +107815,9 @@ webhooks: type: - string - 'null' - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -107808,7 +107825,7 @@ webhooks: type: - string - 'null' - repository: *618 + repository: *619 sender: *4 required: - action @@ -107904,7 +107921,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108051,12 +108068,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -108318,10 +108335,10 @@ webhooks: - updated_at - author_association - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -108402,18 +108419,18 @@ webhooks: type: - string - 'null' - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *617 - pusher_type: &624 + organization: *618 + pusher_type: &625 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &625 + ref: &626 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -108423,7 +108440,7 @@ webhooks: enum: - tag - branch - repository: *618 + repository: *619 sender: *4 required: - ref @@ -108505,10 +108522,10 @@ webhooks: type: string enum: - created - definition: *212 - enterprise: *615 - installation: *616 - organization: *617 + definition: *213 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -108593,9 +108610,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -108672,10 +108689,10 @@ webhooks: type: string enum: - updated - definition: *212 - enterprise: *615 - installation: *616 - organization: *617 + definition: *213 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -108752,19 +108769,19 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - repository: *618 - organization: *617 + enterprise: *616 + installation: *617 + repository: *619 + organization: *618 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *216 + items: *217 old_property_values: type: array description: The old custom property values for the repository. - items: *216 + items: *217 required: - action - repository @@ -108840,18 +108857,18 @@ webhooks: title: delete event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - pusher_type: *624 - ref: *625 + enterprise: *616 + installation: *617 + organization: *618 + pusher_type: *625 + ref: *626 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *618 + repository: *619 sender: *4 required: - ref @@ -108935,11 +108952,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109023,11 +109040,11 @@ webhooks: type: string enum: - auto_reopened - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109111,11 +109128,11 @@ webhooks: type: string enum: - created - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109197,11 +109214,11 @@ webhooks: type: string enum: - dismissed - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109283,11 +109300,11 @@ webhooks: type: string enum: - fixed - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109370,11 +109387,11 @@ webhooks: type: string enum: - reintroduced - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109456,11 +109473,11 @@ webhooks: type: string enum: - reopened - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109537,9 +109554,9 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - key: &626 + enterprise: *616 + installation: *617 + key: &627 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -109577,8 +109594,8 @@ webhooks: - verified - created_at - read_only - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -109655,11 +109672,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - key: *626 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + key: *627 + organization: *618 + repository: *619 sender: *4 required: - action @@ -110231,12 +110248,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: &630 + workflow: &631 title: Workflow type: - object @@ -110974,13 +110991,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *411 + deployment: *412 pull_requests: type: array - items: *493 - repository: *618 - organization: *617 - installation: *616 + items: *494 + repository: *619 + organization: *618 + installation: *617 sender: *4 responses: '200': @@ -111051,7 +111068,7 @@ webhooks: type: string enum: - approved - approver: &627 + approver: &628 type: object properties: avatar_url: @@ -111094,11 +111111,11 @@ webhooks: type: string comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: &628 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: &629 type: array items: type: object @@ -111179,7 +111196,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &629 + workflow_job_run: &630 type: object properties: conclusion: @@ -111925,18 +111942,18 @@ webhooks: type: string enum: - rejected - approver: *627 + approver: *628 comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: *628 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: *629 sender: *4 since: type: string - workflow_job_run: *629 + workflow_job_run: *630 workflow_job_runs: type: array items: @@ -112653,13 +112670,13 @@ webhooks: type: string enum: - requested - enterprise: *615 + enterprise: *616 environment: type: string - installation: *616 - organization: *617 - repository: *618 - requestor: &635 + installation: *617 + organization: *618 + repository: *619 + requestor: &636 title: User type: - object @@ -114602,12 +114619,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Deployment Workflow Run type: @@ -115298,7 +115315,7 @@ webhooks: type: string enum: - answered - answer: &633 + answer: &634 type: object properties: author_association: @@ -115458,7 +115475,7 @@ webhooks: - created_at - updated_at - body - discussion: &631 + discussion: &632 title: Discussion description: A Discussion in a repository. type: object @@ -115754,7 +115771,7 @@ webhooks: - id labels: type: array - items: *456 + items: *457 required: - repository_url - category @@ -115776,10 +115793,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -115906,11 +115923,11 @@ webhooks: - from required: - category - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -115993,11 +116010,11 @@ webhooks: type: string enum: - closed - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116079,7 +116096,7 @@ webhooks: type: string enum: - created - comment: &632 + comment: &633 type: object properties: author_association: @@ -116239,11 +116256,11 @@ webhooks: - updated_at - body - reactions - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116326,12 +116343,12 @@ webhooks: type: string enum: - deleted - comment: *632 - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *633 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116426,12 +116443,12 @@ webhooks: - from required: - body - comment: *632 - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *633 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116515,11 +116532,11 @@ webhooks: type: string enum: - created - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116601,11 +116618,11 @@ webhooks: type: string enum: - deleted - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116705,11 +116722,11 @@ webhooks: type: string required: - from - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116791,10 +116808,10 @@ webhooks: type: string enum: - labeled - discussion: *631 - enterprise: *615 - installation: *616 - label: &634 + discussion: *632 + enterprise: *616 + installation: *617 + label: &635 title: Label type: object properties: @@ -116827,8 +116844,8 @@ webhooks: - color - default - description - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116911,11 +116928,11 @@ webhooks: type: string enum: - locked - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116997,11 +117014,11 @@ webhooks: type: string enum: - pinned - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117083,11 +117100,11 @@ webhooks: type: string enum: - reopened - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117172,16 +117189,16 @@ webhooks: changes: type: object properties: - new_discussion: *631 - new_repository: *618 + new_discussion: *632 + new_repository: *619 required: - new_discussion - new_repository - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117264,10 +117281,10 @@ webhooks: type: string enum: - unanswered - discussion: *631 - old_answer: *633 - organization: *617 - repository: *618 + discussion: *632 + old_answer: *634 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117349,12 +117366,12 @@ webhooks: type: string enum: - unlabeled - discussion: *631 - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117437,11 +117454,11 @@ webhooks: type: string enum: - unlocked - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117523,11 +117540,11 @@ webhooks: type: string enum: - unpinned - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117600,7 +117617,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *615 + enterprise: *616 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -118278,9 +118295,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - forkee @@ -118426,9 +118443,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pages: description: The pages that were updated. type: array @@ -118466,7 +118483,7 @@ webhooks: - action - sha - html_url - repository: *618 + repository: *619 sender: *4 required: - pages @@ -118542,10 +118559,10 @@ webhooks: type: string enum: - created - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: &636 + organization: *618 + repositories: &637 description: An array of repository objects that the installation can access. type: array @@ -118571,8 +118588,8 @@ webhooks: - name - full_name - private - repository: *618 - requester: *635 + repository: *619 + requester: *636 sender: *4 required: - action @@ -118647,11 +118664,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -118728,11 +118745,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -118809,10 +118826,10 @@ webhooks: type: string enum: - added - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories_added: &637 + organization: *618 + repositories_added: &638 description: An array of repository objects, which were added to the installation. type: array @@ -118858,15 +118875,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *618 - repository_selection: &638 + repository: *619 + repository_selection: &639 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *635 + requester: *636 sender: *4 required: - action @@ -118945,10 +118962,10 @@ webhooks: type: string enum: - removed - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories_added: *637 + organization: *618 + repositories_added: *638 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -118975,9 +118992,9 @@ webhooks: - name - full_name - private - repository: *618 - repository_selection: *638 - requester: *635 + repository: *619 + repository_selection: *639 + requester: *636 sender: *4 required: - action @@ -119056,11 +119073,11 @@ webhooks: type: string enum: - suspend - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -119242,10 +119259,10 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 target_type: type: string @@ -119324,11 +119341,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -119576,8 +119593,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120767,8 +120784,8 @@ webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -120848,7 +120865,7 @@ webhooks: type: string enum: - deleted - comment: &639 + comment: &640 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -121015,8 +121032,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122204,8 +122221,8 @@ webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -122285,7 +122302,7 @@ webhooks: type: string enum: - edited - changes: &664 + changes: &665 description: The changes to the comment. type: object properties: @@ -122297,9 +122314,9 @@ webhooks: type: string required: - from - comment: *639 - enterprise: *615 - installation: *616 + comment: *640 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123488,8 +123505,8 @@ webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -123571,10 +123588,10 @@ webhooks: type: string enum: - assigned - assignee: *635 - enterprise: *615 - installation: *616 - issue: &642 + assignee: *636 + enterprise: *616 + installation: *617 + issue: &643 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124518,8 +124535,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -124599,8 +124616,8 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125692,8 +125709,8 @@ webhooks: required: - state - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -125772,8 +125789,8 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126710,8 +126727,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -126790,8 +126807,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127732,7 +127749,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &640 + milestone: &641 title: Milestone description: A collection of related issues and pull requests. type: object @@ -127875,8 +127892,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -127975,8 +127992,8 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128920,9 +128937,9 @@ webhooks: - active_lock_reason - body - reactions - label: *634 - organization: *617 - repository: *618 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -129002,8 +129019,8 @@ webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129946,9 +129963,9 @@ webhooks: - active_lock_reason - body - reactions - label: *634 - organization: *617 - repository: *618 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -130028,8 +130045,8 @@ webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130974,8 +130991,8 @@ webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -131054,8 +131071,8 @@ webhooks: type: string enum: - milestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131994,9 +132011,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *640 - organization: *617 - repository: *618 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -133496,8 +133513,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134440,8 +134457,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -134521,9 +134538,9 @@ webhooks: type: string enum: - pinned - enterprise: *615 - installation: *616 - issue: &641 + enterprise: *616 + installation: *617 + issue: &642 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135460,8 +135477,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -135540,8 +135557,8 @@ webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136485,8 +136502,8 @@ webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -137986,11 +138003,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *615 - installation: *616 - issue: *641 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *642 + organization: *618 + repository: *619 sender: *4 required: - action @@ -138071,7 +138088,7 @@ webhooks: type: string enum: - unassigned - assignee: &667 + assignee: &668 title: User type: - object @@ -138143,11 +138160,11 @@ webhooks: required: - login - id - enterprise: *615 - installation: *616 - issue: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *643 + organization: *618 + repository: *619 sender: *4 required: - action @@ -138226,12 +138243,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - issue: *642 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *643 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -138311,8 +138328,8 @@ webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139255,8 +139272,8 @@ webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139336,11 +139353,11 @@ webhooks: type: string enum: - unpinned - enterprise: *615 - installation: *616 - issue: *641 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *642 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139419,11 +139436,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139501,11 +139518,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139615,11 +139632,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139701,9 +139718,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: &643 + enterprise: *616 + installation: *617 + marketplace_purchase: &644 title: Marketplace Purchase type: object required: @@ -139791,8 +139808,8 @@ webhooks: type: integer unit_count: type: integer - organization: *617 - previous_marketplace_purchase: &644 + organization: *618 + previous_marketplace_purchase: &645 title: Marketplace Purchase type: object properties: @@ -139876,7 +139893,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *618 + repository: *619 sender: *4 required: - action @@ -139956,10 +139973,10 @@ webhooks: - changed effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: *643 - organization: *617 + enterprise: *616 + installation: *617 + marketplace_purchase: *644 + organization: *618 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140047,7 +140064,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *618 + repository: *619 sender: *4 required: - action @@ -140129,10 +140146,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: *643 - organization: *617 + enterprise: *616 + installation: *617 + marketplace_purchase: *644 + organization: *618 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140218,7 +140235,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *618 + repository: *619 sender: *4 required: - action @@ -140299,8 +140316,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 marketplace_purchase: title: Marketplace Purchase type: object @@ -140386,9 +140403,9 @@ webhooks: type: integer unit_count: type: integer - organization: *617 - previous_marketplace_purchase: *644 - repository: *618 + organization: *618 + previous_marketplace_purchase: *645 + repository: *619 sender: *4 required: - action @@ -140468,12 +140485,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: *643 - organization: *617 - previous_marketplace_purchase: *644 - repository: *618 + enterprise: *616 + installation: *617 + marketplace_purchase: *644 + organization: *618 + previous_marketplace_purchase: *645 + repository: *619 sender: *4 required: - action @@ -140575,11 +140592,11 @@ webhooks: type: string required: - to - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 sender: *4 required: - action @@ -140681,11 +140698,11 @@ webhooks: type: - string - 'null' - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 sender: *4 required: - action @@ -140764,11 +140781,11 @@ webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 sender: *4 required: - action @@ -140846,11 +140863,11 @@ webhooks: type: string enum: - added - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140928,7 +140945,7 @@ webhooks: required: - login - id - team: &645 + team: &646 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -141121,11 +141138,11 @@ webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -141204,7 +141221,7 @@ webhooks: required: - login - id - team: *645 + team: *646 required: - action - scope @@ -141286,8 +141303,8 @@ webhooks: type: string enum: - checks_requested - installation: *616 - merge_group: &646 + installation: *617 + merge_group: &647 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -141306,15 +141323,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *342 + head_commit: *343 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141400,10 +141417,10 @@ webhooks: - merged - invalidated - dequeued - installation: *616 - merge_group: *646 - organization: *617 - repository: *618 + installation: *617 + merge_group: *647 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141476,7 +141493,7 @@ webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -141584,12 +141601,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *616 - organization: *617 + installation: *617 + organization: *618 repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -141669,11 +141686,11 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - milestone: *640 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141752,9 +141769,9 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - milestone: &647 + enterprise: *616 + installation: *617 + milestone: &648 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141896,8 +141913,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141976,11 +141993,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - milestone: *640 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142090,11 +142107,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - milestone: *640 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142174,11 +142191,11 @@ webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - milestone: *647 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *648 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142257,11 +142274,11 @@ webhooks: type: string enum: - blocked - blocked_user: *635 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + blocked_user: *636 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142340,11 +142357,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *635 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + blocked_user: *636 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142423,9 +142440,9 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - membership: &648 + enterprise: *616 + installation: *617 + membership: &649 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -142519,8 +142536,8 @@ webhooks: - role - organization_url - user - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142598,11 +142615,11 @@ webhooks: type: string enum: - member_added - enterprise: *615 - installation: *616 - membership: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *649 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142681,8 +142698,8 @@ webhooks: type: string enum: - member_invited - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142804,10 +142821,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 - user: *635 + user: *636 required: - action - invitation @@ -142885,11 +142902,11 @@ webhooks: type: string enum: - member_removed - enterprise: *615 - installation: *616 - membership: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *649 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142976,11 +142993,11 @@ webhooks: properties: from: type: string - enterprise: *615 - installation: *616 - membership: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *649 + organization: *618 + repository: *619 sender: *4 required: - action @@ -143056,9 +143073,9 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -143581,7 +143598,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &649 + items: &650 title: Ruby Gems metadata type: object properties: @@ -143678,7 +143695,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -143754,9 +143771,9 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -144118,7 +144135,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 source_url: type: string format: uri @@ -144189,7 +144206,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -144370,12 +144387,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *615 + enterprise: *616 id: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - id @@ -144455,7 +144472,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &650 + personal_access_token_request: &651 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144605,10 +144622,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *615 - organization: *617 + enterprise: *616 + organization: *618 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144687,11 +144704,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *650 - enterprise: *615 - organization: *617 + personal_access_token_request: *651 + enterprise: *616 + organization: *618 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144769,11 +144786,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *650 - enterprise: *615 - organization: *617 + personal_access_token_request: *651 + enterprise: *616 + organization: *618 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144850,11 +144867,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *650 - organization: *617 - enterprise: *615 + personal_access_token_request: *651 + organization: *618 + enterprise: *616 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144958,7 +144975,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *651 + last_response: *652 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -144990,8 +145007,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 zen: description: Random string of GitHub zen. @@ -145236,10 +145253,10 @@ webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: &652 + enterprise: *616 + installation: *617 + organization: *618 + project_card: &653 title: Project Card type: object properties: @@ -145362,7 +145379,7 @@ webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *4 required: - action @@ -145443,11 +145460,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_card: *652 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *653 + repository: *619 sender: *4 required: - action @@ -145527,9 +145544,9 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: title: Project Card type: object @@ -145659,7 +145676,7 @@ webhooks: repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -145753,11 +145770,11 @@ webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: *652 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *653 + repository: *619 sender: *4 required: - action @@ -145851,9 +145868,9 @@ webhooks: - from required: - column_id - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: allOf: - title: Project Card @@ -146050,7 +146067,7 @@ webhooks: type: string required: - after_id - repository: *618 + repository: *619 sender: *4 required: - action @@ -146130,10 +146147,10 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - organization: *617 - project: &654 + enterprise: *616 + installation: *617 + organization: *618 + project: &655 title: Project type: object properties: @@ -146260,7 +146277,7 @@ webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *4 required: - action @@ -146340,10 +146357,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_column: &653 + enterprise: *616 + installation: *617 + organization: *618 + project_column: &654 title: Project Column type: object properties: @@ -146383,7 +146400,7 @@ webhooks: - name - created_at - updated_at - repository: *618 + repository: *619 sender: *4 required: - action @@ -146462,14 +146479,14 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project_column: *653 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *654 repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -146558,11 +146575,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project_column: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *654 + repository: *619 sender: *4 required: - action @@ -146642,11 +146659,11 @@ webhooks: type: string enum: - moved - enterprise: *615 - installation: *616 - organization: *617 - project_column: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *654 + repository: *619 sender: *4 required: - action @@ -146726,11 +146743,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 + repository: *619 sender: *4 required: - action @@ -146810,14 +146827,14 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project: *654 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -146918,11 +146935,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 + repository: *619 sender: *4 required: - action @@ -147001,11 +147018,11 @@ webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - organization: *617 - project: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 + repository: *619 sender: *4 required: - action @@ -147086,9 +147103,9 @@ webhooks: type: string enum: - closed - installation: *616 - organization: *617 - projects_v2: &655 + installation: *617 + organization: *618 + projects_v2: &656 title: Projects v2 Project description: A projects v2 project type: object @@ -147236,9 +147253,9 @@ webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -147319,9 +147336,9 @@ webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -147442,9 +147459,9 @@ webhooks: type: string to: type: string - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -147527,7 +147544,7 @@ webhooks: type: string enum: - archived - changes: &659 + changes: &660 type: object properties: archived_at: @@ -147543,9 +147560,9 @@ webhooks: - string - 'null' format: date-time - installation: *616 - organization: *617 - projects_v2_item: &656 + installation: *617 + organization: *618 + projects_v2_item: &657 title: Projects v2 Item description: An item belonging to a project type: object @@ -147684,9 +147701,9 @@ webhooks: - 'null' to: type: string - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -147768,9 +147785,9 @@ webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -147851,9 +147868,9 @@ webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -147958,7 +147975,7 @@ webhooks: oneOf: - type: string - type: integer - - &657 + - &658 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -147978,7 +147995,7 @@ webhooks: required: - id - name - - &658 + - &659 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -148007,8 +148024,8 @@ webhooks: oneOf: - type: string - type: integer - - *657 - *658 + - *659 type: - 'null' - string @@ -148031,9 +148048,9 @@ webhooks: - 'null' required: - body - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -148130,9 +148147,9 @@ webhooks: type: - string - 'null' - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -148215,10 +148232,10 @@ webhooks: type: string enum: - restored - changes: *659 - installation: *616 - organization: *617 - projects_v2_item: *656 + changes: *660 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -148300,9 +148317,9 @@ webhooks: type: string enum: - reopened - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -148383,9 +148400,9 @@ webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2_status_update: &660 + installation: *617 + organization: *618 + projects_v2_status_update: &661 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -148520,9 +148537,9 @@ webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2_status_update: *660 + installation: *617 + organization: *618 + projects_v2_status_update: *661 sender: *4 required: - action @@ -148668,9 +148685,9 @@ webhooks: - string - 'null' format: date - installation: *616 - organization: *617 - projects_v2_status_update: *660 + installation: *617 + organization: *618 + projects_v2_status_update: *661 sender: *4 required: - action @@ -148741,10 +148758,10 @@ webhooks: title: public event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - repository @@ -148821,13 +148838,13 @@ webhooks: type: string enum: - assigned - assignee: *635 - enterprise: *615 - installation: *616 - number: &661 + assignee: *636 + enterprise: *616 + installation: *617 + number: &662 description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -151176,7 +151193,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -151258,11 +151275,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -153604,7 +153621,7 @@ webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *4 required: - action @@ -153686,11 +153703,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -156032,7 +156049,7 @@ webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *4 required: - action @@ -156114,13 +156131,13 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: &662 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: &663 allOf: - - *493 + - *494 - type: object properties: allow_auto_merge: @@ -156182,7 +156199,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *618 + repository: *619 sender: *4 required: - action @@ -156263,12 +156280,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -156348,11 +156365,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *615 - milestone: *391 - number: *661 - organization: *617 - pull_request: &663 + enterprise: *616 + milestone: *392 + number: *662 + organization: *618 + pull_request: &664 title: Pull Request type: object properties: @@ -158679,7 +158696,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -158758,11 +158775,11 @@ webhooks: type: string enum: - dequeued - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -161108,7 +161125,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *618 + repository: *619 sender: *4 required: - action @@ -161232,12 +161249,12 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -161317,11 +161334,11 @@ webhooks: type: string enum: - enqueued - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -163652,7 +163669,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -163732,11 +163749,11 @@ webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 - label: *634 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *635 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -166084,7 +166101,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -166165,10 +166182,10 @@ webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -168514,7 +168531,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -168594,12 +168611,12 @@ webhooks: type: string enum: - milestoned - enterprise: *615 - milestone: *391 - number: *661 - organization: *617 - pull_request: *663 - repository: *618 + enterprise: *616 + milestone: *392 + number: *662 + organization: *618 + pull_request: *664 + repository: *619 sender: *4 required: - action @@ -168678,12 +168695,12 @@ webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -168764,12 +168781,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -168849,12 +168866,12 @@ webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -169229,9 +169246,9 @@ webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -171461,7 +171478,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *4 required: - action @@ -171541,7 +171558,7 @@ webhooks: type: string enum: - deleted - comment: &665 + comment: &666 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -171834,9 +171851,9 @@ webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -174054,7 +174071,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *4 required: - action @@ -174134,11 +174151,11 @@ webhooks: type: string enum: - edited - changes: *664 - comment: *665 - enterprise: *615 - installation: *616 - organization: *617 + changes: *665 + comment: *666 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -176359,7 +176376,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *4 required: - action @@ -176440,9 +176457,9 @@ webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -178675,7 +178692,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 review: description: The review that was affected. type: object @@ -178921,9 +178938,9 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -181037,8 +181054,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: &666 + repository: *619 + review: &667 description: The review that was affected. type: object properties: @@ -181271,12 +181288,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -183623,7 +183640,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: @@ -183709,12 +183726,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -186068,7 +186085,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186263,12 +186280,12 @@ webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -188617,7 +188634,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: @@ -188704,12 +188721,12 @@ webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -191049,7 +191066,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191233,9 +191250,9 @@ webhooks: type: string enum: - submitted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -193471,8 +193488,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: *666 + repository: *619 + review: *667 sender: *4 required: - action @@ -193552,9 +193569,9 @@ webhooks: type: string enum: - resolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -195685,7 +195702,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *4 thread: type: object @@ -196077,9 +196094,9 @@ webhooks: type: string enum: - unresolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -198193,7 +198210,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *4 thread: type: object @@ -198587,10 +198604,10 @@ webhooks: type: string before: type: string - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -200925,7 +200942,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -201007,11 +201024,11 @@ webhooks: type: string enum: - unassigned - assignee: *667 - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + assignee: *668 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -203361,7 +203378,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -203440,11 +203457,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - label: *634 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *635 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -205783,7 +205800,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -205864,10 +205881,10 @@ webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -208196,7 +208213,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -208399,7 +208416,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *615 + enterprise: *616 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208494,8 +208511,8 @@ webhooks: - url - author - committer - installation: *616 - organization: *617 + installation: *617 + organization: *618 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -209083,9 +209100,9 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -209562,7 +209579,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -209618,7 +209635,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -209696,9 +209713,9 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -210010,7 +210027,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -210060,7 +210077,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -210137,10 +210154,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - release: &668 + enterprise: *616 + installation: *617 + organization: *618 + release: &669 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210456,7 +210473,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *618 + repository: *619 sender: *4 required: - action @@ -210533,11 +210550,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *4 required: - action @@ -210645,11 +210662,11 @@ webhooks: type: boolean required: - to - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *4 required: - action @@ -210727,9 +210744,9 @@ webhooks: type: string enum: - prereleased - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -211050,7 +211067,7 @@ webhooks: - string - 'null' format: uri - repository: *618 + repository: *619 sender: *4 required: - action @@ -211126,10 +211143,10 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - release: &669 + enterprise: *616 + installation: *617 + organization: *618 + release: &670 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -211447,7 +211464,7 @@ webhooks: - string - 'null' format: uri - repository: *618 + repository: *619 sender: *4 required: - action @@ -211523,11 +211540,11 @@ webhooks: type: string enum: - released - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *4 required: - action @@ -211603,11 +211620,11 @@ webhooks: type: string enum: - unpublished - enterprise: *615 - installation: *616 - organization: *617 - release: *669 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *670 + repository: *619 sender: *4 required: - action @@ -211683,11 +211700,11 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_advisory: *547 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_advisory: *548 sender: *4 required: - action @@ -211763,11 +211780,11 @@ webhooks: type: string enum: - reported - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_advisory: *547 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_advisory: *548 sender: *4 required: - action @@ -211843,10 +211860,10 @@ webhooks: type: string enum: - archived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -211923,10 +211940,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212004,10 +212021,10 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212092,10 +212109,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212210,10 +212227,10 @@ webhooks: - 'null' items: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212285,10 +212302,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 status: type: string @@ -212369,10 +212386,10 @@ webhooks: type: string enum: - privatized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212449,10 +212466,10 @@ webhooks: type: string enum: - publicized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212546,10 +212563,10 @@ webhooks: - name required: - repository - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212629,11 +212646,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_ruleset: *224 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_ruleset: *225 sender: *4 required: - action @@ -212711,11 +212728,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_ruleset: *224 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_ruleset: *225 sender: *4 required: - action @@ -212793,11 +212810,11 @@ webhooks: type: string enum: - edited - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_ruleset: *224 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_ruleset: *225 changes: type: object properties: @@ -212816,16 +212833,16 @@ webhooks: properties: added: type: array - items: *218 + items: *219 deleted: type: array - items: *218 + items: *219 updated: type: array items: type: object properties: - condition: *218 + condition: *219 changes: type: object properties: @@ -212858,16 +212875,16 @@ webhooks: properties: added: type: array - items: *223 + items: *224 deleted: type: array - items: *223 + items: *224 updated: type: array items: type: object properties: - rule: *223 + rule: *224 changes: type: object properties: @@ -213104,10 +213121,10 @@ webhooks: - from required: - owner - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213185,10 +213202,10 @@ webhooks: type: string enum: - unarchived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213266,7 +213283,7 @@ webhooks: type: string enum: - create - alert: &670 + alert: &671 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -213390,10 +213407,10 @@ webhooks: type: string enum: - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213603,10 +213620,10 @@ webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213684,11 +213701,11 @@ webhooks: type: string enum: - reopen - alert: *670 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *671 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213890,10 +213907,10 @@ webhooks: enum: - fixed - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213971,17 +213988,17 @@ webhooks: type: string enum: - created - alert: &671 + alert: &672 type: object properties: - number: *51 - created_at: *52 + number: *52 + created_at: *53 updated_at: anyOf: - type: 'null' - - *53 - url: *54 - html_url: *55 + - *54 + url: *55 + html_url: *56 locations_url: type: string format: uri @@ -214081,10 +214098,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214165,11 +214182,11 @@ webhooks: type: string enum: - created - alert: *671 - installation: *616 - location: *672 - organization: *617 - repository: *618 + alert: *672 + installation: *617 + location: *673 + organization: *618 + repository: *619 sender: *4 required: - location @@ -214407,11 +214424,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214489,11 +214506,11 @@ webhooks: type: string enum: - reopened - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214571,11 +214588,11 @@ webhooks: type: string enum: - resolved - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214653,11 +214670,11 @@ webhooks: type: string enum: - validated - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214787,10 +214804,10 @@ webhooks: - organization - enterprise - - repository: *618 - enterprise: *615 - installation: *616 - organization: *617 + repository: *619 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -214868,11 +214885,11 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: &673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: &674 description: The details of the security advisory, including summary, description, and severity. type: object @@ -215058,11 +215075,11 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: *673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: *674 sender: *4 required: - action @@ -215135,10 +215152,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -215324,11 +215341,11 @@ webhooks: from: type: object properties: - security_and_analysis: *217 - enterprise: *615 - installation: *616 - organization: *617 - repository: *270 + security_and_analysis: *218 + enterprise: *616 + installation: *617 + organization: *618 + repository: *271 sender: *4 required: - changes @@ -215406,12 +215423,12 @@ webhooks: type: string enum: - cancelled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: &674 + sponsorship: &675 type: object properties: created_at: @@ -215716,12 +215733,12 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -215809,12 +215826,12 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -215891,17 +215908,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &675 + effective_date: &676 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -215975,7 +215992,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &676 + changes: &677 type: object properties: tier: @@ -216019,13 +216036,13 @@ webhooks: - from required: - tier - effective_date: *675 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + effective_date: *676 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -216102,13 +216119,13 @@ webhooks: type: string enum: - tier_changed - changes: *676 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + changes: *677 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -216182,10 +216199,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216269,10 +216286,10 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216705,15 +216722,15 @@ webhooks: type: - string - 'null' - enterprise: *615 + enterprise: *616 id: description: The unique identifier of the status. type: integer - installation: *616 + installation: *617 name: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 sha: description: The Commit SHA. @@ -216823,15 +216840,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - parent_issue_repo: *58 + parent_issue: *74 + parent_issue_repo: *59 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - installation: *616 - organization: *617 - repository: *618 + sub_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -216915,15 +216932,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - parent_issue_repo: *58 + parent_issue: *74 + parent_issue_repo: *59 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - installation: *616 - organization: *617 - repository: *618 + sub_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -217007,15 +217024,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - sub_issue_repo: *58 + sub_issue: *74 + sub_issue_repo: *59 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - installation: *616 - organization: *617 - repository: *618 + parent_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -217099,15 +217116,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - sub_issue_repo: *58 + sub_issue: *74 + sub_issue_repo: *59 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - installation: *616 - organization: *617 - repository: *618 + parent_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -217184,12 +217201,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - team: &677 + team: &678 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -217382,9 +217399,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -217854,7 +217871,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -217930,9 +217947,9 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -218402,7 +218419,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -218479,9 +218496,9 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -218951,7 +218968,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -219095,9 +219112,9 @@ webhooks: - from required: - permissions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -219567,7 +219584,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - changes @@ -219645,9 +219662,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -220117,7 +220134,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -220193,10 +220210,10 @@ webhooks: type: string enum: - started - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -220269,17 +220286,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *615 + enterprise: *616 inputs: type: - object - 'null' additionalProperties: true - installation: *616 - organization: *617 + installation: *617 + organization: *618 ref: type: string - repository: *618 + repository: *619 sender: *4 workflow: type: string @@ -220361,10 +220378,10 @@ webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: allOf: @@ -220620,7 +220637,7 @@ webhooks: type: string required: - conclusion - deployment: *411 + deployment: *412 required: - action - repository @@ -220699,10 +220716,10 @@ webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: allOf: @@ -220984,7 +221001,7 @@ webhooks: required: - status - steps - deployment: *411 + deployment: *412 required: - action - repository @@ -221063,10 +221080,10 @@ webhooks: type: string enum: - queued - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: type: object @@ -221212,7 +221229,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *411 + deployment: *412 required: - action - repository @@ -221291,10 +221308,10 @@ webhooks: type: string enum: - waiting - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: type: object @@ -221441,7 +221458,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *411 + deployment: *412 required: - action - repository @@ -221521,12 +221538,12 @@ webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Workflow Run type: object @@ -222545,12 +222562,12 @@ webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Workflow Run type: object @@ -223554,12 +223571,12 @@ webhooks: type: string enum: - requested - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Workflow Run type: object 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 377b934a1..526475bcb 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 @@ -998,6 +998,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1022,20 +1042,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -1795,6 +1801,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1819,20 +1845,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -22394,6 +22406,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -23463,6 +23495,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -88284,6 +88322,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -89353,6 +89411,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -154549,7 +154613,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -154700,7 +154764,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -154713,7 +154777,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -154856,7 +154920,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -154871,7 +154935,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -154983,7 +155047,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -154996,7 +155060,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -155144,7 +155208,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -155157,7 +155221,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -155187,7 +155251,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -155202,7 +155266,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -155303,7 +155367,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -295489,6 +295553,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -296006,6 +296090,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -296696,6 +296786,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -297222,6 +297332,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -297717,6 +297833,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -699975,6 +700111,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -702688,6 +702844,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -705401,6 +705577,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -708114,6 +708310,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -710827,6 +711043,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -713540,6 +713776,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -716253,6 +716509,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", 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 e53544344..bc60587de 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 @@ -734,6 +734,22 @@ paths: required: - vector_string - score + epss: &49 + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction + Scoring System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 cwes: type: - array @@ -751,15 +767,6 @@ paths: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -890,7 +897,7 @@ paths: - subscriptions_url - type - url - type: &235 + type: &236 type: string description: The type of credit the user is receiving. enum: @@ -1023,7 +1030,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &93 + schema: &94 title: Validation Error Simple description: Validation Error Simple type: object @@ -1056,7 +1063,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &549 + - &550 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1652,7 +1659,7 @@ paths: schema: type: integer default: 30 - - &157 + - &158 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1668,7 +1675,7 @@ paths: application/json: schema: type: array - items: &158 + items: &159 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1761,7 +1768,7 @@ paths: - installation_id - repository_id examples: - default: &159 + default: &160 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1824,7 +1831,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &92 + schema: &93 title: Validation Error description: Validation Error type: object @@ -1896,7 +1903,7 @@ paths: description: Response content: application/json: - schema: &160 + schema: &161 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2031,7 +2038,7 @@ paths: - request - response examples: - default: &161 + default: &162 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2235,7 +2242,7 @@ paths: parameters: - *17 - *19 - - &63 + - &64 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -2780,7 +2787,7 @@ paths: suspended_at: suspended_by: headers: - Link: &56 + Link: &57 example: ; rel="next", ; rel="last" schema: @@ -2970,7 +2977,7 @@ paths: - selected repositories: type: array - items: &58 + items: &59 title: Repository description: A repository on GitHub. type: object @@ -2997,7 +3004,7 @@ paths: license: anyOf: - type: 'null' - - &74 + - &75 title: License Simple description: License Simple type: object @@ -7739,7 +7746,7 @@ paths: description: Response content: application/json: - schema: &134 + schema: &135 type: array description: A list of default code security configurations items: @@ -7755,7 +7762,7 @@ paths: default configuration: *40 examples: - default: &135 + default: &136 value: - default_for_new_repos: public configuration: @@ -8037,7 +8044,7 @@ paths: - *39 - *42 responses: - '204': &136 + '204': &137 description: A header with no content is returned. '400': *14 '403': *27 @@ -8165,7 +8172,7 @@ paths: default: value: default_for_new_repos: all - configuration: &133 + configuration: &134 value: id: 1325 target_type: organization @@ -8245,7 +8252,7 @@ paths: application/json: schema: type: array - items: &137 + items: &138 type: object description: Repositories associated with a code security configuration and attachment status @@ -8263,7 +8270,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &50 + repository: &51 title: Simple Repository description: A GitHub repository. type: object @@ -8590,7 +8597,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &138 + repository: &139 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8684,7 +8691,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &142 + - &143 name: state in: query description: |- @@ -8693,7 +8700,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &143 + - &144 name: severity in: query description: |- @@ -8702,7 +8709,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &144 + - &145 name: ecosystem in: query description: |- @@ -8711,14 +8718,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &145 + - &146 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &146 + - &147 name: epss_percentage in: query description: |- @@ -8730,7 +8737,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &147 + - &148 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8740,7 +8747,7 @@ paths: enum: - development - runtime - - &148 + - &149 name: sort in: query description: |- @@ -8758,7 +8765,7 @@ paths: - *46 - *37 - *38 - - &149 + - &150 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8771,7 +8778,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &150 + - &151 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8791,11 +8798,11 @@ paths: application/json: schema: type: array - items: &151 + items: &152 type: object description: A Dependabot alert. properties: - number: &51 + number: &52 type: integer description: The security alert number. readOnly: true @@ -8846,7 +8853,7 @@ paths: - development - runtime - - security_advisory: &403 + security_advisory: &404 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8877,7 +8884,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &49 + items: &50 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -8952,6 +8959,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *48 + epss: *49 cwes: type: array description: Details for the advisory pertaining to Common @@ -9051,30 +9059,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *49 - url: &54 + security_vulnerability: *50 + url: &55 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &55 + html_url: &56 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &52 + created_at: &53 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &53 + updated_at: &54 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_at: &129 + dismissed_at: &130 type: - string - 'null' @@ -9105,7 +9113,7 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: &128 + fixed_at: &129 type: - string - 'null' @@ -9113,7 +9121,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &404 + auto_dismissed_at: &405 type: - string - 'null' @@ -9121,7 +9129,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - repository: *50 + repository: *51 required: - number - state @@ -9140,7 +9148,7 @@ paths: - repository additionalProperties: false examples: - default: &152 + default: &153 value: - number: 2 state: dismissed @@ -9188,6 +9196,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -9484,7 +9495,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &226 + - &227 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9495,7 +9506,7 @@ paths: enum: - open - resolved - - &227 + - &228 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9505,7 +9516,7 @@ paths: required: false schema: type: string - - &228 + - &229 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9514,7 +9525,7 @@ paths: required: false schema: type: string - - &229 + - &230 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -9530,7 +9541,7 @@ paths: - *17 - *37 - *38 - - &230 + - &231 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9539,7 +9550,7 @@ paths: required: false schema: type: string - - &231 + - &232 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9548,7 +9559,7 @@ paths: schema: type: boolean default: false - - &232 + - &233 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9564,30 +9575,30 @@ paths: application/json: schema: type: array - items: &233 + items: &234 type: object properties: - number: *51 - created_at: *52 + number: *52 + created_at: *53 updated_at: anyOf: - type: 'null' - - *53 - url: *54 - html_url: *55 + - *54 + url: *55 + html_url: *56 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &541 + state: &542 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &542 + resolution: &543 type: - string - 'null' @@ -9621,7 +9632,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *50 + repository: *51 push_protection_bypassed: type: - boolean @@ -9686,7 +9697,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &234 + default: &235 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9919,9 +9930,9 @@ paths: publicly_leaked: false multi_repo: false headers: - Link: *56 + Link: *57 '404': *6 - '503': &61 + '503': &62 description: Service unavailable content: application/json: @@ -9961,7 +9972,7 @@ paths: application/json: schema: type: array - items: &84 + items: &85 title: Event description: Event type: object @@ -9972,7 +9983,7 @@ paths: type: - string - 'null' - actor: &57 + actor: &58 title: Actor description: Actor type: object @@ -10013,13 +10024,13 @@ paths: - id - name - url - org: *57 + org: *58 payload: type: object properties: action: type: string - issue: &73 + issue: &74 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -10139,7 +10150,7 @@ paths: milestone: anyOf: - type: 'null' - - &391 + - &392 title: Milestone description: A collection of related issues and pull requests. @@ -10311,12 +10322,12 @@ paths: timeline_url: type: string format: uri - repository: *58 + repository: *59 performed_via_github_app: anyOf: - type: 'null' - *5 - author_association: &59 + author_association: &60 title: author_association type: string description: How the author is associated with the repository. @@ -10331,7 +10342,7 @@ paths: - OWNER examples: - OWNER - reactions: &60 + reactions: &61 title: Reaction Rollup type: object properties: @@ -10403,7 +10414,7 @@ paths: - author_association - created_at - updated_at - comment: &450 + comment: &451 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10453,12 +10464,12 @@ paths: issue_url: type: string format: uri - author_association: *59 + author_association: *60 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *60 + reactions: *61 required: - id - node_id @@ -10555,7 +10566,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10645,7 +10656,7 @@ paths: _links: type: object properties: - timeline: &62 + timeline: &63 title: Link With Type description: Hypermedia Link with Type type: object @@ -10657,17 +10668,17 @@ paths: required: - href - type - user: *62 - security_advisories: *62 - current_user: *62 - current_user_public: *62 - current_user_actor: *62 - current_user_organization: *62 + user: *63 + security_advisories: *63 + current_user: *63 + current_user_public: *63 + current_user_actor: *63 + current_user_organization: *63 current_user_organizations: type: array - items: *62 - repository_discussions: *62 - repository_discussions_category: *62 + items: *63 + repository_discussions: *63 + repository_discussions_category: *63 required: - timeline - user @@ -10729,7 +10740,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *63 + - *64 - *17 - *19 responses: @@ -10739,7 +10750,7 @@ paths: application/json: schema: type: array - items: &64 + items: &65 title: Base Gist description: Base Gist type: object @@ -10836,7 +10847,7 @@ paths: - created_at - updated_at examples: - default: &65 + default: &66 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -10881,7 +10892,7 @@ paths: site_admin: false truncated: false headers: - Link: *56 + Link: *57 '304': *35 '403': *27 x-github: @@ -10960,7 +10971,7 @@ paths: description: Response content: application/json: - schema: &66 + schema: &67 title: Gist Simple description: Gist Simple type: object @@ -10978,7 +10989,7 @@ paths: url: type: string format: uri - user: &572 + user: &573 title: Public User description: Public User type: object @@ -11352,7 +11363,7 @@ paths: truncated: type: boolean examples: - default: &67 + default: &68 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -11456,7 +11467,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *63 + - *64 - *17 - *19 responses: @@ -11466,11 +11477,11 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: - Link: *56 + Link: *57 '422': *15 '304': *35 '403': *27 @@ -11490,7 +11501,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *63 + - *64 - *17 - *19 responses: @@ -11500,11 +11511,11 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: - Link: *56 + Link: *57 '401': *23 '304': *35 '403': *27 @@ -11530,7 +11541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &68 + - &69 name: gist_id description: The unique identifier of the gist. in: path @@ -11542,10 +11553,10 @@ paths: description: Response content: application/json: - schema: *66 + schema: *67 examples: - default: *67 - '403': &71 + default: *68 + '403': &72 description: Forbidden Gist content: application/json: @@ -11594,7 +11605,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *68 + - *69 requestBody: required: true content: @@ -11658,9 +11669,9 @@ paths: description: Response content: application/json: - schema: *66 + schema: *67 examples: - updateGist: *67 + updateGist: *68 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -11818,7 +11829,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *68 + - *69 responses: '204': description: Response @@ -11847,7 +11858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *68 + - *69 - *17 - *19 responses: @@ -11857,7 +11868,7 @@ paths: application/json: schema: type: array - items: &69 + items: &70 title: Gist Comment description: A comment made to a gist. type: object @@ -11895,7 +11906,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *59 + author_association: *60 required: - url - id @@ -11935,7 +11946,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -11960,7 +11971,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *68 + - *69 requestBody: required: true content: @@ -11986,9 +11997,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: &70 + default: &71 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -12046,8 +12057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *68 - - &72 + - *69 + - &73 name: comment_id description: The unique identifier of the comment. in: path @@ -12060,12 +12071,12 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 + default: *71 '304': *35 '404': *6 - '403': *71 + '403': *72 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -12087,8 +12098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *68 - - *72 + - *69 + - *73 requestBody: required: true content: @@ -12114,9 +12125,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 + default: *71 '404': *6 x-github: githubCloudOnly: false @@ -12133,8 +12144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *68 - - *72 + - *69 + - *73 responses: '204': description: Response @@ -12157,7 +12168,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *68 + - *69 - *17 - *19 responses: @@ -12258,7 +12269,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *68 + - *69 - *17 - *19 responses: @@ -12268,7 +12279,7 @@ paths: application/json: schema: type: array - items: *66 + items: *67 examples: default: value: @@ -12314,7 +12325,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '404': *6 '304': *35 '403': *27 @@ -12333,13 +12344,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *68 + - *69 responses: '201': description: Response content: application/json: - schema: *64 + schema: *65 examples: default: value: @@ -12410,7 +12421,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *68 + - *69 responses: '204': description: Response if gist is starred @@ -12440,7 +12451,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *68 + - *69 responses: '204': description: Response @@ -12462,7 +12473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *68 + - *69 responses: '204': description: Response @@ -12491,7 +12502,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *68 + - *69 - name: sha in: path required: true @@ -12502,9 +12513,9 @@ paths: description: Response content: application/json: - schema: *66 + schema: *67 examples: - default: *67 + default: *68 '422': *15 '404': *6 '403': *27 @@ -12665,7 +12676,7 @@ paths: type: integer repositories: type: array - items: *58 + items: *59 repository_selection: type: string examples: @@ -12789,7 +12800,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *56 + Link: *57 '403': *27 '304': *35 '401': *23 @@ -12873,7 +12884,7 @@ paths: - closed - all default: open - - &180 + - &181 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12892,7 +12903,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - name: collab in: query required: false @@ -12922,9 +12933,9 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: &181 + default: &182 value: - id: 1 node_id: MDU6SXNzdWUx @@ -13169,7 +13180,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *56 + Link: *57 '422': *15 '304': *35 '404': *6 @@ -13204,7 +13215,7 @@ paths: application/json: schema: type: array - items: *74 + items: *75 examples: default: value: @@ -13501,7 +13512,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &75 + X-CommonMarker-Version: &76 example: 0.17.4 schema: type: string @@ -13556,7 +13567,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *75 + X-CommonMarker-Version: *76 content: text/html: schema: @@ -13585,7 +13596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &78 + - &79 name: account_id description: account_id parameter in: path @@ -13597,7 +13608,7 @@ paths: description: Response content: application/json: - schema: &77 + schema: &78 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -13631,7 +13642,7 @@ paths: - 'null' id: type: integer - plan: &76 + plan: &77 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -13734,7 +13745,7 @@ paths: - 'null' updated_at: type: string - plan: *76 + plan: *77 required: - url - id @@ -13742,7 +13753,7 @@ paths: - login - marketplace_purchase examples: - default: &79 + default: &80 value: url: https://api.github.com/orgs/github type: Organization @@ -13827,9 +13838,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &80 + default: &81 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -13847,7 +13858,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *56 + Link: *57 '404': *6 '401': *23 x-github: @@ -13869,14 +13880,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &81 + - &82 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &82 + - &83 name: sort description: The property to sort the results by. in: query @@ -13906,9 +13917,9 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: - default: &83 + default: &84 value: - url: https://api.github.com/orgs/github type: Organization @@ -13959,7 +13970,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *56 + Link: *57 '404': *6 '422': *15 '401': *23 @@ -13982,15 +13993,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *78 + - *79 responses: '200': description: Response content: application/json: - schema: *77 + schema: *78 examples: - default: *79 + default: *80 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -14022,11 +14033,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *80 + default: *81 headers: - Link: *56 + Link: *57 '401': *23 x-github: githubCloudOnly: false @@ -14047,8 +14058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *81 - *82 + - *83 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -14068,11 +14079,11 @@ paths: application/json: schema: type: array - items: *77 + items: *78 examples: - default: *83 + default: *84 headers: - Link: *56 + Link: *57 '401': *23 x-github: githubCloudOnly: false @@ -14335,14 +14346,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &259 + - &260 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &260 + - &261 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -14359,7 +14370,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -14413,7 +14424,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &271 + '301': &272 description: Moved permanently content: application/json: @@ -14435,7 +14446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &479 + - &480 name: all description: If `true`, show notifications marked as read. in: query @@ -14443,7 +14454,7 @@ paths: schema: type: boolean default: false - - &480 + - &481 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -14452,8 +14463,8 @@ paths: schema: type: boolean default: false - - *63 - - &481 + - *64 + - &482 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -14478,14 +14489,14 @@ paths: application/json: schema: type: array - items: &85 + items: &86 title: Thread description: Thread type: object properties: id: type: string - repository: &114 + repository: &115 title: Minimal Repository description: Minimal Repository type: object @@ -14824,7 +14835,7 @@ paths: type: boolean examples: - false - security_and_analysis: &217 + security_and_analysis: &218 type: - object - 'null' @@ -14971,7 +14982,7 @@ paths: - url - subscription_url examples: - default: &482 + default: &483 value: - id: '1' repository: @@ -15053,7 +15064,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -15137,7 +15148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &86 + - &87 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -15151,7 +15162,7 @@ paths: description: Response content: application/json: - schema: *85 + schema: *86 examples: default: value: @@ -15253,7 +15264,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *86 + - *87 responses: '205': description: Reset Content @@ -15275,7 +15286,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *86 + - *87 responses: '204': description: No content @@ -15298,13 +15309,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *86 + - *87 responses: '200': description: Response content: application/json: - schema: &87 + schema: &88 title: Thread Subscription description: Thread Subscription type: object @@ -15348,7 +15359,7 @@ paths: - url - subscribed examples: - default: &88 + default: &89 value: subscribed: true ignored: false @@ -15379,7 +15390,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *86 + - *87 requestBody: required: false content: @@ -15400,9 +15411,9 @@ paths: description: Response content: application/json: - schema: *87 + schema: *88 examples: - default: *88 + default: *89 '304': *35 '403': *27 '401': *23 @@ -15425,7 +15436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *86 + - *87 responses: '204': description: Response @@ -15520,7 +15531,7 @@ paths: application/json: schema: type: array - items: &141 + items: &142 title: Organization Simple description: A GitHub organization. type: object @@ -15592,7 +15603,7 @@ paths: - avatar_url - description examples: - default: &589 + default: &590 value: - login: github id: 1 @@ -15631,7 +15642,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - &89 + - &90 name: org description: The organization name. The name is not case sensitive. in: path @@ -15741,12 +15752,12 @@ paths: repositoryName: github/example '400': *14 '403': *27 - '500': &139 + '500': &140 description: Internal Error content: application/json: schema: *3 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15772,13 +15783,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &90 + schema: &91 title: Organization Full description: Organization Full type: object @@ -16133,7 +16144,7 @@ paths: - updated_at - archived_at examples: - default-response: &91 + default-response: &92 value: login: github id: 1 @@ -16224,7 +16235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *89 + - *90 requestBody: required: false content: @@ -16441,17 +16452,17 @@ paths: description: Response content: application/json: - schema: *90 + schema: *91 examples: - default: *91 + default: *92 '422': description: Validation failed content: application/json: schema: oneOf: - - *92 - *93 + - *94 '409': *44 x-github: githubCloudOnly: false @@ -16475,7 +16486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *89 + - *90 responses: '202': *45 '404': *6 @@ -16500,7 +16511,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -16526,7 +16537,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16547,7 +16558,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -16565,7 +16576,7 @@ paths: type: integer repository_cache_usages: type: array - items: &276 + items: &277 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -16603,7 +16614,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16623,7 +16634,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -16641,7 +16652,7 @@ paths: type: integer runners: type: array - items: &94 + items: &95 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -16705,7 +16716,7 @@ paths: - display_name - source - version - machine_size_details: &97 + machine_size_details: &98 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -16810,7 +16821,7 @@ paths: - public_ip_enabled - platform examples: - default: &113 + default: &114 value: total_count: 2 runners: @@ -16852,7 +16863,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16870,7 +16881,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -16944,9 +16955,9 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: &98 + default: &99 value: id: 5 name: My hosted ubuntu runner @@ -16985,7 +16996,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17001,7 +17012,7 @@ paths: type: integer images: type: array - items: &95 + items: &96 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -17041,7 +17052,7 @@ paths: - display_name - source examples: - default: &96 + default: &97 value: id: ubuntu-20.04 platform: linux-x64 @@ -17065,7 +17076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17081,9 +17092,9 @@ paths: type: integer images: type: array - items: *95 + items: *96 examples: - default: *96 + default: *97 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17100,7 +17111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17155,7 +17166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17171,7 +17182,7 @@ paths: type: integer machine_specs: type: array - items: *97 + items: *98 examples: default: value: @@ -17196,7 +17207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17240,8 +17251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *89 - - &99 + - *90 + - &100 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -17253,11 +17264,11 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *98 + default: *99 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17275,8 +17286,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *99 + - *90 + - *100 requestBody: required: true content: @@ -17321,9 +17332,9 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *98 + default: *99 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17339,16 +17350,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *89 - - *99 + - *90 + - *100 responses: '202': description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *98 + default: *99 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17368,13 +17379,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *89 + - *90 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &100 + schema: &101 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -17388,7 +17399,7 @@ paths: required: - include_claim_keys examples: - default: &101 + default: &102 value: include_claim_keys: - repo @@ -17410,20 +17421,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: *100 + schema: *101 examples: - default: *101 + default: *102 responses: '201': description: Empty response content: application/json: - schema: &123 + schema: &124 title: Empty Object description: An object without any properties. type: object @@ -17453,7 +17464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -17462,7 +17473,7 @@ paths: schema: type: object properties: - enabled_repositories: &102 + enabled_repositories: &103 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -17475,7 +17486,7 @@ paths: description: The API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. - allowed_actions: &103 + allowed_actions: &104 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -17483,7 +17494,7 @@ paths: - all - local_only - selected - selected_actions_url: &282 + selected_actions_url: &283 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -17514,7 +17525,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -17525,8 +17536,8 @@ paths: schema: type: object properties: - enabled_repositories: *102 - allowed_actions: *103 + enabled_repositories: *103 + allowed_actions: *104 required: - enabled_repositories examples: @@ -17553,7 +17564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -17571,9 +17582,9 @@ paths: type: number repositories: type: array - items: *58 + items: *59 examples: - default: &583 + default: &584 value: total_count: 1 repositories: @@ -17713,7 +17724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -17757,8 +17768,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - &104 + - *90 + - &105 name: repository_id description: The unique identifier of the repository. in: path @@ -17786,8 +17797,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *89 - - *104 + - *90 + - *105 responses: '204': description: Response @@ -17810,13 +17821,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &105 + schema: &106 type: object properties: github_owned_allowed: @@ -17838,7 +17849,7 @@ paths: items: type: string examples: - default: &106 + default: &107 value: github_owned_allowed: true verified_allowed: false @@ -17863,7 +17874,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -17871,9 +17882,9 @@ paths: required: false content: application/json: - schema: *105 + schema: *106 examples: - selected_actions: *106 + selected_actions: *107 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17895,23 +17906,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &286 + schema: &287 type: object properties: - default_workflow_permissions: &107 + default_workflow_permissions: &108 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &108 + can_approve_pull_request_reviews: &109 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -17919,7 +17930,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &109 + default: &110 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -17944,7 +17955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Success response @@ -17952,13 +17963,13 @@ paths: required: false content: application/json: - schema: &287 + schema: &288 type: object properties: - default_workflow_permissions: *107 - can_approve_pull_request_reviews: *108 + default_workflow_permissions: *108 + can_approve_pull_request_reviews: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17978,7 +17989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *89 + - *90 - *17 - *19 - name: visible_to_repository @@ -18003,7 +18014,7 @@ paths: type: number runner_groups: type: array - items: &110 + items: &111 type: object properties: id: @@ -18120,7 +18131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -18193,9 +18204,9 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: - default: &112 + default: &113 value: id: 2 name: octo-runner-group @@ -18230,8 +18241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - &111 + - *90 + - &112 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -18243,7 +18254,7 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: default: value: @@ -18279,8 +18290,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 requestBody: required: true content: @@ -18336,9 +18347,9 @@ paths: description: Response content: application/json: - schema: *110 + schema: *111 examples: - default: *112 + default: *113 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18357,8 +18368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *89 - - *111 + - *90 + - *112 responses: '204': description: Response @@ -18381,8 +18392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 - *17 - *19 responses: @@ -18400,11 +18411,11 @@ paths: type: number runners: type: array - items: *94 + items: *95 examples: - default: *113 + default: *114 headers: - Link: *56 + Link: *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18424,8 +18435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 + - *90 + - *112 - *19 - *17 responses: @@ -18443,9 +18454,9 @@ paths: type: number repositories: type: array - items: *114 + items: *115 examples: - default: &575 + default: &576 value: total_count: 1 repositories: @@ -18697,8 +18708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 + - *90 + - *112 requestBody: required: true content: @@ -18742,9 +18753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 - - *104 + - *90 + - *112 + - *105 responses: '204': description: Response @@ -18766,9 +18777,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *89 - - *111 - - *104 + - *90 + - *112 + - *105 responses: '204': description: Response @@ -18791,8 +18802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 - *17 - *19 responses: @@ -18810,7 +18821,7 @@ paths: type: number runners: type: array - items: &116 + items: &117 title: Self hosted runners description: A self hosted runner type: object @@ -18844,7 +18855,7 @@ paths: type: boolean labels: type: array - items: &119 + items: &120 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -18872,7 +18883,7 @@ paths: - busy - labels examples: - default: &117 + default: &118 value: total_count: 2 runners: @@ -18910,7 +18921,7 @@ paths: name: no-gpu type: custom headers: - Link: *56 + Link: *57 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18929,8 +18940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *89 - - *111 + - *90 + - *112 requestBody: required: true content: @@ -18974,9 +18985,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *89 - - *111 - - &115 + - *90 + - *112 + - &116 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -19004,9 +19015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *89 - - *111 - - *115 + - *90 + - *112 + - *116 responses: '204': description: Response @@ -19036,7 +19047,7 @@ paths: in: query schema: type: string - - *89 + - *90 - *17 - *19 responses: @@ -19054,11 +19065,11 @@ paths: type: integer runners: type: array - items: *116 + items: *117 examples: - default: *117 + default: *118 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19080,7 +19091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -19088,7 +19099,7 @@ paths: application/json: schema: type: array - items: &288 + items: &289 title: Runner Application description: Runner Application type: object @@ -19113,7 +19124,7 @@ paths: - download_url - filename examples: - default: &289 + default: &290 value: - os: osx architecture: x64 @@ -19156,7 +19167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -19199,7 +19210,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &290 + '201': &291 description: Response content: application/json: @@ -19209,7 +19220,7 @@ paths: - runner - encoded_jit_config properties: - runner: *116 + runner: *117 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -19265,13 +19276,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: &118 + schema: &119 title: Authentication Token description: Authentication Token type: object @@ -19295,7 +19306,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *58 + items: *59 single_file: type: - string @@ -19313,7 +19324,7 @@ paths: - token - expires_at examples: - default: &291 + default: &292 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -19344,15 +19355,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *89 + - *90 responses: '201': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: &292 + default: &293 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -19377,16 +19388,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: &293 + default: &294 value: id: 23 name: MBP @@ -19426,8 +19437,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: '204': description: Response @@ -19452,10 +19463,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: - '200': &120 + '200': &121 description: Response content: application/json: @@ -19469,7 +19480,7 @@ paths: type: integer labels: type: array - items: *119 + items: *120 examples: default: value: @@ -19508,8 +19519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 requestBody: required: true content: @@ -19533,7 +19544,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -19557,8 +19568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 requestBody: required: true content: @@ -19583,7 +19594,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -19607,10 +19618,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 + - *90 + - *116 responses: - '200': &294 + '200': &295 description: Response content: application/json: @@ -19624,7 +19635,7 @@ paths: type: integer labels: type: array - items: *119 + items: *120 examples: default: value: @@ -19665,9 +19676,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *89 - - *115 - - &295 + - *90 + - *116 + - &296 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19675,7 +19686,7 @@ paths: schema: type: string responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -19700,7 +19711,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -19718,7 +19729,7 @@ paths: type: integer secrets: type: array - items: &121 + items: &122 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -19770,7 +19781,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19793,13 +19804,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &307 + schema: &308 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19834,7 +19845,7 @@ paths: - key_id - key examples: - default: &308 + default: &309 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19859,8 +19870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *89 - - &122 + - *90 + - &123 name: secret_name description: The name of the secret. in: path @@ -19872,7 +19883,7 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: default: value: @@ -19902,8 +19913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -19958,7 +19969,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -19984,8 +19995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -20011,8 +20022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - *19 - *17 responses: @@ -20030,9 +20041,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: &126 + default: &127 value: total_count: 1 repositories: @@ -20124,8 +20135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -20177,8 +20188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -20211,8 +20222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -20244,8 +20255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *89 - - &281 + - *90 + - &282 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -20269,7 +20280,7 @@ paths: type: integer variables: type: array - items: &124 + items: &125 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -20338,7 +20349,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20359,7 +20370,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *89 + - *90 requestBody: required: true content: @@ -20407,7 +20418,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -20432,8 +20443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *89 - - &125 + - *90 + - &126 name: name description: The name of the variable. in: path @@ -20445,7 +20456,7 @@ paths: description: Response content: application/json: - schema: *124 + schema: *125 examples: default: value: @@ -20475,8 +20486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 requestBody: required: true content: @@ -20538,8 +20549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 responses: '204': description: Response @@ -20565,8 +20576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 - *19 - *17 responses: @@ -20584,9 +20595,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *126 + default: *127 '409': description: Response when the visibility of the variable is not set to `selected` @@ -20612,8 +20623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 requestBody: required: true content: @@ -20662,8 +20673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 - name: repository_id in: path required: true @@ -20697,8 +20708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *89 - - *125 + - *90 + - *126 - name: repository_id in: path required: true @@ -20734,7 +20745,7 @@ paths: - *17 - *37 - *38 - - *89 + - *90 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -20777,7 +20788,7 @@ paths: bundle_url: type: string examples: - default: &321 + default: &322 value: attestations: - bundle: @@ -20884,7 +20895,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -20896,7 +20907,7 @@ paths: type: array items: *4 examples: - default: &182 + default: &183 value: - login: octocat id: 1 @@ -20934,8 +20945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *89 - - &127 + - *90 + - &128 name: username description: The handle for the GitHub user account. in: path @@ -20966,8 +20977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -20987,8 +20998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -21013,18 +21024,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *89 - - &346 + - *90 + - &347 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, but not both. in: query required: false - schema: &130 + schema: &131 type: string description: The name of the tool used to generate the code scanning analysis. - - &347 + - &348 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -21032,7 +21043,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &131 + schema: &132 type: - string - 'null' @@ -21048,7 +21059,7 @@ paths: be returned. in: query required: false - schema: &349 + schema: &350 type: string description: State of a code scanning alert. enum: @@ -21071,7 +21082,7 @@ paths: be returned. in: query required: false - schema: &350 + schema: &351 type: string description: Severity of a code scanning alert. enum: @@ -21092,18 +21103,18 @@ paths: items: type: object properties: - number: *51 - created_at: *52 - updated_at: *53 - url: *54 - html_url: *55 - instances_url: &351 + number: *52 + created_at: *53 + updated_at: *54 + url: *55 + html_url: *56 + instances_url: &352 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &132 + state: &133 type: - string - 'null' @@ -21113,13 +21124,13 @@ paths: - dismissed - fixed - - fixed_at: *128 + fixed_at: *129 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *129 - dismissed_reason: &352 + dismissed_at: *130 + dismissed_reason: &353 type: - string - 'null' @@ -21130,14 +21141,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &353 + dismissed_comment: &354 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &354 + rule: &355 type: object properties: id: @@ -21198,26 +21209,26 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &355 + tool: &356 type: object properties: - name: *130 + name: *131 version: type: - string - 'null' description: The version of the tool used to generate the code scanning analysis. - guid: *131 - most_recent_instance: &356 + guid: *132 + most_recent_instance: &357 type: object properties: - ref: &348 + ref: &349 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &366 + analysis_key: &367 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -21228,13 +21239,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &367 + category: &368 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code. - state: *132 + state: *133 commit_sha: type: string message: @@ -21275,7 +21286,7 @@ paths: - test - library - - repository: *50 + repository: *51 required: - number - created_at @@ -21520,9 +21531,9 @@ paths: trees_url: https://api.github.com/repos/octocat/Hello-World/git/trees{/sha} hooks_url: https://api.github.com/repos/octocat/Hello-World/hooks headers: - Link: *56 + Link: *57 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21544,7 +21555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *89 + - *90 - name: target_type in: query description: The target type of the code security configuration @@ -21651,7 +21662,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *89 + - *90 requestBody: required: true content: @@ -21826,7 +21837,7 @@ paths: application/json: schema: *40 examples: - default: *133 + default: *134 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21848,15 +21859,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *134 + schema: *135 examples: - default: *135 + default: *136 '304': *35 '403': *27 '404': *6 @@ -21882,7 +21893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -21905,7 +21916,7 @@ paths: - 32 - 91 responses: - '204': *136 + '204': *137 '400': *14 '403': *27 '404': *6 @@ -21931,7 +21942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *89 + - *90 - *42 responses: '200': @@ -21940,7 +21951,7 @@ paths: application/json: schema: *40 examples: - default: *133 + default: *134 '304': *35 '403': *27 '404': *6 @@ -21964,7 +21975,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *89 + - *90 - *42 requestBody: required: true @@ -22172,10 +22183,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *89 + - *90 - *42 responses: - '204': *136 + '204': *137 '400': *14 '403': *27 '404': *6 @@ -22203,7 +22214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *89 + - *90 - *42 requestBody: required: true @@ -22267,7 +22278,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *89 + - *90 - *42 requestBody: required: true @@ -22313,7 +22324,7 @@ paths: default: value: default_for_new_repos: all - configuration: *133 + configuration: *134 '403': *27 '404': *6 x-github: @@ -22337,7 +22348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *89 + - *90 - *42 - name: per_page description: The number of results per page (max 100). For more information, @@ -22366,13 +22377,13 @@ paths: application/json: schema: type: array - items: *137 + items: *138 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *138 + repository: *139 '403': *27 '404': *6 x-github: @@ -22396,7 +22407,7 @@ paths: parameters: - *17 - *19 - - *89 + - *90 responses: '200': description: Response @@ -22412,7 +22423,7 @@ paths: type: integer codespaces: type: array - items: &183 + items: &184 type: object title: Codespace description: A codespace. @@ -22443,11 +22454,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *114 + repository: *115 machine: anyOf: - type: 'null' - - &379 + - &380 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -22734,7 +22745,7 @@ paths: - pulls_url - recent_folders examples: - default: &184 + default: &185 value: total_count: 3 codespaces: @@ -23144,7 +23155,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -23166,7 +23177,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -23210,7 +23221,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23233,7 +23244,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *89 + - *90 deprecated: true requestBody: required: true @@ -23265,7 +23276,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23288,7 +23299,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *89 + - *90 requestBody: required: true content: @@ -23319,7 +23330,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23340,7 +23351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -23358,7 +23369,7 @@ paths: type: integer secrets: type: array - items: &140 + items: &141 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -23399,7 +23410,7 @@ paths: - updated_at - visibility examples: - default: &380 + default: &381 value: total_count: 2 secrets: @@ -23412,7 +23423,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23431,13 +23442,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &381 + schema: &382 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -23472,7 +23483,7 @@ paths: - key_id - key examples: - default: &382 + default: &383 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -23495,23 +23506,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '200': description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: &384 + default: &385 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -23531,8 +23542,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -23587,7 +23598,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -23613,8 +23624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -23639,8 +23650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - *19 - *17 responses: @@ -23658,9 +23669,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *126 + default: *127 '404': *6 x-github: githubCloudOnly: false @@ -23682,8 +23693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -23733,8 +23744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -23767,8 +23778,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -23807,7 +23818,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *89 + - *90 responses: '200': description: OK @@ -23918,7 +23929,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -23950,7 +23961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *89 + - *90 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -23973,7 +23984,7 @@ paths: currently being billed. seats: type: array - items: &186 + items: &187 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23983,12 +23994,12 @@ paths: organization: anyOf: - type: 'null' - - *141 + - *142 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &179 + - &180 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -24047,7 +24058,7 @@ paths: parent: anyOf: - type: 'null' - - &194 + - &195 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -24319,8 +24330,8 @@ paths: type: User site_admin: false headers: - Link: *56 - '500': *139 + Link: *57 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24353,7 +24364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24395,7 +24406,7 @@ paths: default: value: seats_created: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24431,7 +24442,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24473,7 +24484,7 @@ paths: default: value: seats_cancelled: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24511,7 +24522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24552,7 +24563,7 @@ paths: default: value: seats_created: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24588,7 +24599,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *89 + - *90 requestBody: content: application/json: @@ -24630,7 +24641,7 @@ paths: default: value: seats_cancelled: 5 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -24669,7 +24680,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *89 + - *90 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -24701,7 +24712,7 @@ paths: application/json: schema: type: array - items: &239 + items: &240 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -25017,7 +25028,7 @@ paths: - date additionalProperties: true examples: - default: &240 + default: &241 value: - date: '2024-06-24' total_active_users: 24 @@ -25116,10 +25127,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *139 + '500': *140 '403': *27 '404': *6 - '422': &241 + '422': &242 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -25155,7 +25166,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-organization-members parameters: - - *89 + - *90 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -25187,7 +25198,7 @@ paths: application/json: schema: type: array - items: &242 + items: &243 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -25275,7 +25286,7 @@ paths: - breakdown additionalProperties: false examples: - default: &243 + default: &244 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -25339,7 +25350,7 @@ paths: lines_suggested: 200 lines_accepted: 150 active_users: 3 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -25364,19 +25375,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *89 - - *142 + - *90 - *143 - *144 - *145 - *146 - *147 - *148 + - *149 - *46 - *37 - *38 - - *149 - *150 + - *151 - *17 responses: '200': @@ -25385,9 +25396,9 @@ paths: application/json: schema: type: array - items: *151 + items: *152 examples: - default: *152 + default: *153 '304': *35 '400': *14 '403': *27 @@ -25413,7 +25424,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *89 + - *90 - *17 - *19 responses: @@ -25431,7 +25442,7 @@ paths: type: integer secrets: type: array - items: &153 + items: &154 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -25483,7 +25494,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25504,13 +25515,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &407 + schema: &408 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -25529,7 +25540,7 @@ paths: - key_id - key examples: - default: &408 + default: &409 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25552,14 +25563,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '200': description: Response content: application/json: - schema: *153 + schema: *154 examples: default: value: @@ -25587,8 +25598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -25643,7 +25654,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -25667,8 +25678,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -25692,8 +25703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - *19 - *17 responses: @@ -25711,9 +25722,9 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *126 + default: *127 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25734,8 +25745,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -25785,8 +25796,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -25817,8 +25828,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *89 - - *122 + - *90 + - *123 - name: repository_id in: path required: true @@ -25848,7 +25859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -25856,7 +25867,7 @@ paths: application/json: schema: type: array - items: &196 + items: &197 title: Package description: A software package type: object @@ -25909,7 +25920,7 @@ paths: repository: anyOf: - type: 'null' - - *114 + - *115 created_at: type: string format: date-time @@ -25927,7 +25938,7 @@ paths: - created_at - updated_at examples: - default: &197 + default: &198 value: - id: 197 name: hello_docker @@ -26005,7 +26016,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *89 + - *90 - *17 - *19 responses: @@ -26015,7 +26026,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: 200-response: value: @@ -26084,7 +26095,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *89 + - *90 - *17 - *19 responses: @@ -26094,7 +26105,7 @@ paths: application/json: schema: type: array - items: &176 + items: &177 title: Organization Invitation description: Organization Invitation type: object @@ -26148,7 +26159,7 @@ paths: - invitation_teams_url - node_id examples: - default: &177 + default: &178 value: - id: 1 login: monalisa @@ -26181,7 +26192,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -26205,7 +26216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *89 + - *90 - *17 - *19 responses: @@ -26215,7 +26226,7 @@ paths: application/json: schema: type: array - items: &154 + items: &155 title: Org Hook description: Org Hook type: object @@ -26315,7 +26326,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -26338,7 +26349,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *89 + - *90 requestBody: required: true content: @@ -26400,9 +26411,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: &155 + default: &156 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -26449,8 +26460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *89 - - &156 + - *90 + - &157 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -26463,9 +26474,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: - default: *155 + default: *156 '404': *6 x-github: githubCloudOnly: false @@ -26492,8 +26503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 requestBody: required: false content: @@ -26539,7 +26550,7 @@ paths: description: Response content: application/json: - schema: *154 + schema: *155 examples: default: value: @@ -26580,8 +26591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 responses: '204': description: Response @@ -26608,8 +26619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *89 - - *156 + - *90 + - *157 responses: '200': description: Response @@ -26639,8 +26650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *89 - - *156 + - *90 + - *157 requestBody: required: false content: @@ -26690,10 +26701,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *89 - - *156 - - *17 + - *90 - *157 + - *17 + - *158 responses: '200': description: Response @@ -26701,9 +26712,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *159 + default: *160 '400': *14 '422': *15 x-github: @@ -26728,17 +26739,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 - *16 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: *161 + default: *162 '400': *14 '422': *15 x-github: @@ -26763,8 +26774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 - *16 responses: '202': *45 @@ -26793,8 +26804,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *89 - - *156 + - *90 + - *157 responses: '204': description: Response @@ -26816,8 +26827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *89 - - &166 + - *90 + - &167 name: actor_type in: path description: The type of the actor @@ -26830,14 +26841,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &167 + - &168 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &162 + - &163 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -26845,7 +26856,7 @@ paths: required: true schema: type: string - - &163 + - &164 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -26939,13 +26950,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *89 - - *162 + - *90 - *163 + - *164 - *19 - *17 - *46 - - &172 + - &173 name: sort description: The property to sort the results by. in: query @@ -27024,15 +27035,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *89 - - *162 + - *90 - *163 + - *164 responses: '200': description: Response content: application/json: - schema: &164 + schema: &165 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -27048,7 +27059,7 @@ paths: type: integer format: int64 examples: - default: &165 + default: &166 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -27068,24 +27079,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *89 - - &168 + - *90 + - &169 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *162 - *163 + - *164 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 x-github: enabledForGitHubApps: true category: orgs @@ -27103,19 +27114,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *89 - - *162 + - *90 - *163 - - *166 + - *164 - *167 + - *168 responses: '200': description: Response content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 x-github: enabledForGitHubApps: true category: orgs @@ -27132,10 +27143,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *89 - - *162 + - *90 - *163 - - &169 + - *164 + - &170 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -27148,7 +27159,7 @@ paths: description: Response content: application/json: - schema: &170 + schema: &171 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -27164,7 +27175,7 @@ paths: type: integer format: int64 examples: - default: &171 + default: &172 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -27200,19 +27211,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *89 - - *168 - - *162 - - *163 + - *90 - *169 + - *163 + - *164 + - *170 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -27229,20 +27240,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *89 - - *166 + - *90 - *167 - - *162 + - *168 - *163 - - *169 + - *164 + - *170 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -27259,14 +27270,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *89 - - *168 - - *162 + - *90 + - *169 - *163 + - *164 - *19 - *17 - *46 - - *172 + - *173 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -27342,7 +27353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *89 + - *90 responses: '200': description: Response @@ -27350,7 +27361,7 @@ paths: application/json: schema: *20 examples: - default: &446 + default: &447 value: id: 1 account: @@ -27419,7 +27430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -27489,7 +27500,7 @@ paths: suspended_at: suspended_by: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27508,7 +27519,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -27516,12 +27527,12 @@ paths: application/json: schema: anyOf: - - &174 + - &175 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &173 + limit: &174 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -27549,7 +27560,7 @@ paths: properties: {} additionalProperties: false examples: - default: &175 + default: &176 value: limit: collaborators_only origin: organization @@ -27573,18 +27584,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: application/json: - schema: &447 + schema: &448 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *173 + limit: *174 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -27609,9 +27620,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '422': *15 x-github: githubCloudOnly: false @@ -27629,7 +27640,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *89 + - *90 responses: '204': description: Response @@ -27653,7 +27664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *89 + - *90 - *17 - *19 - name: role @@ -27687,11 +27698,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -27712,7 +27723,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *89 + - *90 requestBody: required: false content: @@ -27766,7 +27777,7 @@ paths: description: Response content: application/json: - schema: *176 + schema: *177 examples: default: value: @@ -27820,8 +27831,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *89 - - &178 + - *90 + - &179 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27851,8 +27862,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *89 - - *178 + - *90 + - *179 - *17 - *19 responses: @@ -27862,9 +27873,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: &195 + default: &196 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27880,7 +27891,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -27909,7 +27920,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *89 + - *90 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -27939,7 +27950,7 @@ paths: - closed - all default: open - - *180 + - *181 - name: sort description: What to sort results by. in: query @@ -27952,7 +27963,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - *17 - *19 responses: @@ -27962,11 +27973,11 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *181 + default: *182 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -27986,7 +27997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *89 + - *90 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -28022,9 +28033,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -28042,8 +28053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response if requester is an organization member and user is @@ -28074,8 +28085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -28101,8 +28112,8 @@ paths: parameters: - *17 - *19 - - *89 - - *127 + - *90 + - *128 responses: '200': description: Response @@ -28118,11 +28129,11 @@ paths: type: integer codespaces: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28145,9 +28156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *89 - - *127 - - &185 + - *90 + - *128 + - &186 name: codespace_name in: path required: true @@ -28157,7 +28168,7 @@ paths: responses: '202': *45 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28180,17 +28191,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *89 - - *127 - - *185 + - *90 + - *128 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: &378 + default: &379 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -28332,7 +28343,7 @@ paths: recent_folders: [] template: '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28363,14 +28374,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -28413,7 +28424,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -28438,14 +28449,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '200': description: Response content: application/json: - schema: &187 + schema: &188 title: Org Membership description: Org Membership type: object @@ -28478,7 +28489,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *141 + organization: *142 user: anyOf: - type: 'null' @@ -28498,7 +28509,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &188 + response-if-user-has-an-active-admin-membership-with-organization: &189 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -28566,8 +28577,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 requestBody: required: false content: @@ -28595,9 +28606,9 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: - response-if-user-already-had-membership-with-organization: *188 + response-if-user-already-had-membership-with-organization: *189 '422': *15 '403': *27 x-github: @@ -28618,8 +28629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -28644,7 +28655,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *89 + - *90 - *17 - *19 - name: exclude @@ -28666,7 +28677,7 @@ paths: application/json: schema: type: array - items: &189 + items: &190 title: Migration description: A migration. type: object @@ -28708,7 +28719,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *58 + items: *59 url: type: string format: uri @@ -28907,7 +28918,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28923,7 +28934,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *89 + - *90 requestBody: required: true content: @@ -29004,7 +29015,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -29182,8 +29193,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *89 - - &190 + - *90 + - &191 name: migration_id description: The unique identifier of the migration. in: path @@ -29211,7 +29222,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -29380,8 +29391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *89 - - *190 + - *90 + - *191 responses: '302': description: Response @@ -29402,8 +29413,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *89 - - *190 + - *90 + - *191 responses: '204': description: Response @@ -29426,9 +29437,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *89 - - *190 - - &588 + - *90 + - *191 + - &589 name: repo_name description: repo_name parameter in: path @@ -29455,8 +29466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *89 - - *190 + - *90 + - *191 - *17 - *19 responses: @@ -29466,9 +29477,9 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: &202 + default: &203 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -29579,7 +29590,7 @@ paths: secret_scanning_non_provider_patterns: status: disabled headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -29605,7 +29616,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response - list of organization roles @@ -29621,7 +29632,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &193 + items: &194 title: Organization Role description: Organization roles type: object @@ -29770,8 +29781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *89 - - &191 + - *90 + - &192 name: team_slug description: The slug of the team name. in: path @@ -29802,9 +29813,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *89 - - *191 - - &192 + - *90 + - *192 + - &193 name: role_id description: The unique identifier of the role. in: path @@ -29839,9 +29850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *89 - - *191 + - *90 - *192 + - *193 responses: '204': description: Response @@ -29866,8 +29877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -29892,9 +29903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *89 - - *127 - - *192 + - *90 + - *128 + - *193 responses: '204': description: Response @@ -29924,9 +29935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *89 - - *127 - - *192 + - *90 + - *128 + - *193 responses: '204': description: Response @@ -29954,14 +29965,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *89 - - *192 + - *90 + - *193 responses: '200': description: Response content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -30011,8 +30022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *89 - - *192 + - *90 + - *193 - *17 - *19 responses: @@ -30091,7 +30102,7 @@ paths: parent: anyOf: - type: 'null' - - *194 + - *195 required: - id - node_id @@ -30105,9 +30116,9 @@ paths: - slug - parent examples: - default: *195 + default: *196 headers: - Link: *56 + Link: *57 '404': description: Response if the organization or role does not exist. '422': @@ -30134,8 +30145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *89 - - *192 + - *90 + - *193 - *17 - *19 responses: @@ -30164,7 +30175,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *194 + items: *195 name: type: - string @@ -30281,9 +30292,9 @@ paths: - type - url examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': description: Response if the organization or role does not exist. '422': @@ -30305,7 +30316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *89 + - *90 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -30329,9 +30340,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30354,8 +30365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *89 - - *127 + - *90 + - *128 requestBody: required: false content: @@ -30412,8 +30423,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -30470,8 +30481,8 @@ paths: - docker - nuget - container - - *89 - - &590 + - *90 + - &591 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30507,12 +30518,12 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *197 + default: *198 '403': *27 '401': *23 - '400': &592 + '400': &593 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -30534,7 +30545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &198 + - &199 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -30552,20 +30563,20 @@ paths: - docker - nuget - container - - &199 + - &200 name: package_name description: The name of the package. in: path required: true schema: type: string - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -30617,9 +30628,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *198 - *199 - - *89 + - *200 + - *90 responses: '204': description: Response @@ -30651,9 +30662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *198 - *199 - - *89 + - *200 + - *90 - name: token description: package token schema: @@ -30685,9 +30696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *198 - *199 - - *89 + - *200 + - *90 - *19 - *17 - name: state @@ -30707,7 +30718,7 @@ paths: application/json: schema: type: array - items: &200 + items: &201 title: Package Version description: A version of a software package type: object @@ -30842,10 +30853,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *198 - *199 - - *89 - - &201 + - *200 + - *90 + - &202 name: package_version_id description: Unique identifier of the package version. in: path @@ -30857,7 +30868,7 @@ paths: description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -30893,10 +30904,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *198 - *199 - - *89 - - *201 + - *200 + - *90 + - *202 responses: '204': description: Response @@ -30928,10 +30939,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *198 - *199 - - *89 - - *201 + - *200 + - *90 + - *202 responses: '204': description: Response @@ -30958,10 +30969,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 - *17 - *19 - - &203 + - &204 name: sort description: The property by which to sort the results. in: query @@ -30972,7 +30983,7 @@ paths: - created_at default: created_at - *46 - - &204 + - &205 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30984,7 +30995,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &205 + - &206 name: repository description: The name of the repository to use to filter the results. in: query @@ -30993,7 +31004,7 @@ paths: type: string examples: - Hello-World - - &206 + - &207 name: permission description: The permission to use to filter the results. in: query @@ -31002,7 +31013,7 @@ paths: type: string examples: - issues_read - - &207 + - &208 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -31012,7 +31023,7 @@ paths: schema: type: string format: date-time - - &208 + - &209 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -31023,7 +31034,7 @@ paths: type: string format: date-time responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 @@ -31158,7 +31169,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31178,7 +31189,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -31220,7 +31231,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 @@ -31245,7 +31256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -31282,11 +31293,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31307,7 +31318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *89 + - *90 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -31318,7 +31329,7 @@ paths: - *17 - *19 responses: - '500': *139 + '500': *140 '404': *6 '403': *27 '200': @@ -31327,11 +31338,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31352,18 +31363,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *89 + - *90 - *17 - *19 - - *203 - - *46 - *204 + - *46 - *205 - *206 - *207 - *208 + - *209 responses: - '500': *139 + '500': *140 '422': *15 '404': *6 '403': *27 @@ -31492,7 +31503,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31512,7 +31523,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *89 + - *90 requestBody: required: true content: @@ -31547,7 +31558,7 @@ paths: - 1296269 - 1296280 responses: - '500': *139 + '500': *140 '404': *6 '202': *45 '403': *27 @@ -31572,7 +31583,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *89 + - *90 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -31600,9 +31611,9 @@ paths: value: action: revoke responses: - '500': *139 + '500': *140 '404': *6 - '204': *136 + '204': *137 '403': *27 '422': *15 x-github: @@ -31624,7 +31635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *89 + - *90 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -31634,7 +31645,7 @@ paths: - *17 - *19 responses: - '500': *139 + '500': *140 '404': *6 '403': *27 '200': @@ -31643,11 +31654,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31671,7 +31682,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -31689,7 +31700,7 @@ paths: type: integer configurations: type: array - items: &209 + items: &210 title: Organization private registry description: Private registry configuration for an organization type: object @@ -31744,7 +31755,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *56 + Link: *57 '400': *14 '404': *6 x-github: @@ -31768,7 +31779,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -31901,7 +31912,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &210 + org-private-registry-with-selected-visibility: &211 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31944,7 +31955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -31972,7 +31983,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -31996,16 +32007,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *89 - - *122 + - *90 + - *123 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *209 + schema: *210 examples: - default: *210 + default: *211 '404': *6 x-github: githubCloudOnly: false @@ -32028,8 +32039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *89 - - *122 + - *90 + - *123 requestBody: required: true content: @@ -32109,8 +32120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *89 - - *122 + - *90 + - *123 responses: '204': description: Response @@ -32135,7 +32146,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *89 + - *90 - name: state description: Indicates the state of the projects to return. in: query @@ -32156,7 +32167,7 @@ paths: application/json: schema: type: array - items: &211 + items: &212 title: Project description: Projects are a way to organize columns and cards of work. @@ -32289,7 +32300,7 @@ paths: organization_permission: write private: true headers: - Link: *56 + Link: *57 '422': *7 x-github: githubCloudOnly: false @@ -32309,7 +32320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *89 + - *90 requestBody: required: true content: @@ -32335,7 +32346,7 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: default: value: @@ -32373,7 +32384,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &268 + '410': &269 description: Gone content: application/json: @@ -32397,7 +32408,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response @@ -32405,7 +32416,7 @@ paths: application/json: schema: type: array - items: &212 + items: &213 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -32481,7 +32492,7 @@ paths: - property_name - value_type examples: - default: &213 + default: &214 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32525,7 +32536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -32536,7 +32547,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *212 + items: *213 minItems: 1 maxItems: 100 required: @@ -32566,9 +32577,9 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: - default: *213 + default: *214 '403': *27 '404': *6 x-github: @@ -32589,8 +32600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *89 - - &214 + - *90 + - &215 name: custom_property_name description: The custom property name in: path @@ -32602,9 +32613,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: &215 + default: &216 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -32638,8 +32649,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *89 - - *214 + - *90 + - *215 requestBody: required: true content: @@ -32706,9 +32717,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *213 examples: - default: *215 + default: *216 '403': *27 '404': *6 x-github: @@ -32731,10 +32742,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *89 - - *214 + - *90 + - *215 responses: - '204': *136 + '204': *137 '403': *27 '404': *6 x-github: @@ -32755,7 +32766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 - *17 - *19 - name: repository_query @@ -32796,7 +32807,7 @@ paths: - octocat/Hello-World properties: type: array - items: &216 + items: &217 title: Custom Property Value description: Custom property name and associated value type: object @@ -32838,7 +32849,7 @@ paths: - property_name: team value: octocat headers: - Link: *56 + Link: *57 '403': *27 '404': *6 x-github: @@ -32866,7 +32877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *89 + - *90 requestBody: required: true content: @@ -32886,7 +32897,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *216 + items: *217 required: - repository_names - properties @@ -32927,7 +32938,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *89 + - *90 - *17 - *19 responses: @@ -32939,9 +32950,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32958,8 +32969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response if user is a public member @@ -32983,8 +32994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -33005,8 +33016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *89 - - *127 + - *90 + - *128 responses: '204': description: Response @@ -33030,7 +33041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *89 + - *90 - name: type description: Specifies the types of repositories you want returned. in: query @@ -33076,11 +33087,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33099,7 +33110,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *89 + - *90 requestBody: required: true content: @@ -33281,7 +33292,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &271 title: Full Repository description: Full Repository type: object @@ -33627,7 +33638,7 @@ paths: template_repository: anyOf: - type: 'null' - - *58 + - *59 temp_clone_token: type: - string @@ -33727,13 +33738,13 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 organization: anyOf: - type: 'null' - *4 - parent: *58 - source: *58 + parent: *59 + source: *59 forks: type: integer master_branch: @@ -33746,7 +33757,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &397 + code_of_conduct: &398 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -33776,7 +33787,7 @@ paths: - key - name - html_url - security_and_analysis: *217 + security_and_analysis: *218 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -33860,7 +33871,7 @@ paths: - network_count - subscribers_count examples: - default: &272 + default: &273 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34378,10 +34389,10 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - *17 - *19 - - &528 + - &529 name: targets description: | A comma-separated list of rule targets to filter by. @@ -34400,7 +34411,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34435,7 +34446,7 @@ paths: source: type: string description: The name of the source - enforcement: &220 + enforcement: &221 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -34448,7 +34459,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &221 + items: &222 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -34514,7 +34525,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &218 + - &219 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -34538,7 +34549,7 @@ paths: match. items: type: string - - &222 + - &223 title: Organization ruleset conditions type: object description: |- @@ -34552,7 +34563,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *218 + - *219 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -34586,7 +34597,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *218 + - *219 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -34608,7 +34619,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *218 + - *219 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -34621,7 +34632,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &219 + items: &220 title: Repository ruleset property targeting definition type: object @@ -34654,7 +34665,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *219 + items: *220 required: - repository_property type: @@ -34662,12 +34673,12 @@ paths: - object rules: type: array - items: &223 + items: &224 title: Repository Rule type: object description: A repository rule. oneOf: - - &510 + - &511 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34679,7 +34690,7 @@ paths: type: string enum: - creation - - &511 + - &512 title: update description: Only allow users with bypass permission to update matching refs. @@ -34700,7 +34711,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &513 + - &514 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34712,7 +34723,7 @@ paths: type: string enum: - deletion - - &514 + - &515 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34724,7 +34735,7 @@ paths: type: string enum: - required_linear_history - - &515 + - &516 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -34802,7 +34813,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &516 + - &517 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34826,7 +34837,7 @@ paths: type: string required: - required_deployment_environments - - &517 + - &518 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34838,7 +34849,7 @@ paths: type: string enum: - required_signatures - - &518 + - &519 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34891,7 +34902,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &519 + - &520 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34939,7 +34950,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &520 + - &521 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34951,7 +34962,7 @@ paths: type: string enum: - non_fast_forward - - &521 + - &522 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34987,7 +34998,7 @@ paths: required: - operator - pattern - - &522 + - &523 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35023,7 +35034,7 @@ paths: required: - operator - pattern - - &523 + - &524 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35059,7 +35070,7 @@ paths: required: - operator - pattern - - &524 + - &525 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35095,7 +35106,7 @@ paths: required: - operator - pattern - - &525 + - &526 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35221,7 +35232,7 @@ paths: maximum: 100 required: - max_file_size - - &526 + - &527 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35271,7 +35282,7 @@ paths: - repository_id required: - workflows - - &527 + - &528 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35368,7 +35379,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -35384,7 +35395,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 requestBody: description: Request body required: true @@ -35405,16 +35416,16 @@ paths: - push - repository default: branch - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *222 + items: *222 + conditions: *223 rules: type: array description: An array of rules within the ruleset. - items: *223 + items: *224 required: - name - enforcement @@ -35452,9 +35463,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &225 + default: &226 value: id: 21 name: super cool ruleset @@ -35494,7 +35505,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -35508,8 +35519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *89 - - &529 + - *90 + - &530 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -35524,7 +35535,7 @@ paths: in: query schema: type: string - - &530 + - &531 name: time_period description: |- The time period to filter by. @@ -35540,14 +35551,14 @@ paths: - week - month default: day - - &531 + - &532 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &532 + - &533 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -35567,7 +35578,7 @@ paths: description: Response content: application/json: - schema: &533 + schema: &534 title: Rule Suites description: Response type: array @@ -35623,7 +35634,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &534 + default: &535 value: - id: 21 actor_id: 12 @@ -35647,7 +35658,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35666,8 +35677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *89 - - &535 + - *90 + - &536 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35683,7 +35694,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Rule Suite description: Response type: object @@ -35790,7 +35801,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &537 + default: &538 value: id: 21 actor_id: 12 @@ -35825,7 +35836,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35851,7 +35862,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -35863,11 +35874,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '404': *6 - '500': *139 + '500': *140 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -35883,7 +35894,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -35909,16 +35920,16 @@ paths: - tag - push - repository - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *222 + items: *222 + conditions: *223 rules: description: An array of rules within the ruleset. type: array - items: *223 + items: *224 examples: default: value: @@ -35953,11 +35964,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '404': *6 - '500': *139 + '500': *140 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -35973,7 +35984,7 @@ paths: category: orgs subcategory: rules parameters: - - *89 + - *90 - name: ruleset_id description: The ID of the ruleset. in: path @@ -35984,7 +35995,7 @@ paths: '204': description: Response '404': *6 - '500': *139 + '500': *140 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -36001,15 +36012,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *89 - - *226 + - *90 - *227 - *228 - *229 + - *230 - *46 - *19 - *17 - - &539 + - &540 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -36019,7 +36030,7 @@ paths: required: false schema: type: string - - &540 + - &541 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -36029,9 +36040,9 @@ paths: required: false schema: type: string - - *230 - *231 - *232 + - *233 responses: '200': description: Response @@ -36039,13 +36050,13 @@ paths: application/json: schema: type: array - items: *233 + items: *234 examples: - default: *234 + default: *235 headers: - Link: *56 + Link: *57 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36067,7 +36078,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *89 + - *90 - *46 - name: sort description: The property to sort the results by. @@ -36111,7 +36122,7 @@ paths: application/json: schema: type: array - items: &547 + items: &548 description: A repository security advisory. type: object properties: @@ -36355,7 +36366,7 @@ paths: login: type: string description: The username of the user credited. - type: *235 + type: *236 credits_detailed: type: - array @@ -36366,7 +36377,7 @@ paths: type: object properties: user: *4 - type: *235 + type: *236 state: type: string description: The state of the user's acceptance of the @@ -36392,13 +36403,13 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *179 + items: *180 private_fork: readOnly: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *50 + - *51 type: - 'null' required: @@ -36430,7 +36441,7 @@ paths: - private_fork additionalProperties: false examples: - default: &548 + default: &549 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -36809,7 +36820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *89 + - *90 responses: '200': description: Response @@ -36817,9 +36828,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36842,8 +36853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *89 - - *191 + - *90 + - *192 responses: '204': description: Response @@ -36868,8 +36879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *89 - - *191 + - *90 + - *192 responses: '204': description: Response @@ -36898,13 +36909,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &606 + schema: &607 type: object properties: total_minutes_used: @@ -36974,7 +36985,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &607 + default: &608 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -37004,13 +37015,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &608 + schema: &609 type: object properties: total_gigabytes_bandwidth_used: @@ -37028,7 +37039,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &609 + default: &610 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -37054,13 +37065,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: &610 + schema: &611 type: object properties: days_left_in_billing_cycle: @@ -37078,7 +37089,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &611 + default: &612 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -37100,9 +37111,9 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *89 + - *90 - *17 - *19 responses: @@ -37120,7 +37131,7 @@ paths: type: integer network_configurations: type: array - items: &236 + items: &237 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -37184,11 +37195,11 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -37201,9 +37212,9 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 + - *90 requestBody: required: true content: @@ -37245,9 +37256,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &237 + default: &238 value: id: 123456789ABCDEF name: My network configuration @@ -37259,7 +37270,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -37273,10 +37284,10 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - &238 + - *90 + - &239 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -37288,15 +37299,15 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -37309,10 +37320,10 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *89 - - *238 + - *90 + - *239 requestBody: required: true content: @@ -37351,13 +37362,13 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -37370,17 +37381,17 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *89 - - *238 + - *90 + - *239 responses: '204': description: Response x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -37394,9 +37405,9 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *89 + - *90 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -37455,11 +37466,11 @@ paths: subnet_id: "/subscriptions/14839728-3ad9-43ab-bd2b-fa6ad0f75e2a/resourceGroups/my-rg/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/my-subnet" region: eastus headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -37485,8 +37496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *89 - - *191 + - *90 + - *192 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -37518,13 +37529,13 @@ paths: application/json: schema: type: array - items: *239 + items: *240 examples: - default: *240 - '500': *139 + default: *241 + '500': *140 '403': *27 '404': *6 - '422': *241 + '422': *242 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37558,8 +37569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - - *89 - - *191 + - *90 + - *192 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -37591,10 +37602,10 @@ paths: application/json: schema: type: array - items: *242 + items: *243 examples: - default: *243 - '500': *139 + default: *244 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -37615,7 +37626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *89 + - *90 - *17 - *19 responses: @@ -37625,11 +37636,11 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 headers: - Link: *56 + Link: *57 '403': *27 x-github: githubCloudOnly: false @@ -37649,7 +37660,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *89 + - *90 requestBody: required: true content: @@ -37721,7 +37732,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &245 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -37795,7 +37806,7 @@ paths: parent: anyOf: - type: 'null' - - *194 + - *195 members_count: type: integer examples: @@ -38101,7 +38112,7 @@ paths: - repos_count - organization examples: - default: &245 + default: &246 value: id: 1 node_id: MDQ6VGVhbTE= @@ -38171,16 +38182,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *89 - - *191 + - *90 + - *192 responses: '200': description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -38201,8 +38212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *89 - - *191 + - *90 + - *192 requestBody: required: false content: @@ -38265,16 +38276,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '201': description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '422': *15 '403': *27 @@ -38299,8 +38310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *89 - - *191 + - *90 + - *192 responses: '204': description: Response @@ -38326,8 +38337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *89 - - *191 + - *90 + - *192 - *46 - *17 - *19 @@ -38344,7 +38355,7 @@ paths: application/json: schema: type: array - items: &246 + items: &247 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -38435,7 +38446,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *60 + reactions: *61 required: - author - body @@ -38455,7 +38466,7 @@ paths: - updated_at - url examples: - default: &562 + default: &563 value: - author: login: octocat @@ -38505,7 +38516,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38529,8 +38540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *89 - - *191 + - *90 + - *192 requestBody: required: true content: @@ -38564,9 +38575,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &247 + default: &248 value: author: login: octocat @@ -38638,9 +38649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *89 - - *191 - - &248 + - *90 + - *192 + - &249 name: discussion_number description: The number that identifies the discussion. in: path @@ -38652,9 +38663,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38676,9 +38687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 requestBody: required: false content: @@ -38701,9 +38712,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: &563 + default: &564 value: author: login: octocat @@ -38773,9 +38784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 responses: '204': description: Response @@ -38801,9 +38812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 - *46 - *17 - *19 @@ -38814,7 +38825,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -38879,7 +38890,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *60 + reactions: *61 required: - author - body @@ -38894,7 +38905,7 @@ paths: - updated_at - url examples: - default: &564 + default: &565 value: - author: login: octocat @@ -38938,7 +38949,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38962,9 +38973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 requestBody: required: true content: @@ -38986,9 +38997,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &250 + default: &251 value: author: login: octocat @@ -39054,10 +39065,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *89 - - *191 - - *248 - - &251 + - *90 + - *192 + - *249 + - &252 name: comment_number description: The number that identifies the comment. in: path @@ -39069,9 +39080,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39093,10 +39104,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 requestBody: required: true content: @@ -39118,9 +39129,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &565 + default: &566 value: author: login: octocat @@ -39184,10 +39195,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 responses: '204': description: Response @@ -39213,10 +39224,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -39242,7 +39253,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -39286,7 +39297,7 @@ paths: - content - created_at examples: - default: &254 + default: &255 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39312,7 +39323,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39336,10 +39347,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *89 - - *191 - - *248 - - *251 + - *90 + - *192 + - *249 + - *252 requestBody: required: true content: @@ -39372,9 +39383,9 @@ paths: team discussion comment content: application/json: - schema: *252 + schema: *253 examples: - default: &253 + default: &254 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -39403,9 +39414,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39428,11 +39439,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *89 - - *191 - - *248 - - *251 - - &255 + - *90 + - *192 + - *249 + - *252 + - &256 name: reaction_id description: The unique identifier of the reaction. in: path @@ -39464,9 +39475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -39492,11 +39503,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39520,9 +39531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *89 - - *191 - - *248 + - *90 + - *192 + - *249 requestBody: required: true content: @@ -39554,16 +39565,16 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -39586,10 +39597,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *89 - - *191 - - *248 - - *255 + - *90 + - *192 + - *249 + - *256 responses: '204': description: Response @@ -39613,8 +39624,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -39624,11 +39635,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39648,8 +39659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *89 - - *191 + - *90 + - *192 - name: role description: Filters members returned by their role in the team. in: query @@ -39672,9 +39683,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39702,15 +39713,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *89 - - *191 - - *127 + - *90 + - *192 + - *128 responses: '200': description: Response content: application/json: - schema: &256 + schema: &257 title: Team Membership description: Team Membership type: object @@ -39738,7 +39749,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &566 + response-if-user-is-a-team-maintainer: &567 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -39774,9 +39785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *89 - - *191 - - *127 + - *90 + - *192 + - *128 requestBody: required: false content: @@ -39801,9 +39812,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-users-membership-with-team-is-now-pending: &567 + response-if-users-membership-with-team-is-now-pending: &568 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -39838,9 +39849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *89 - - *191 - - *127 + - *90 + - *192 + - *128 responses: '204': description: Response @@ -39866,8 +39877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -39877,7 +39888,7 @@ paths: application/json: schema: type: array - items: &257 + items: &258 title: Team Project description: A team's access to a project. type: object @@ -39946,7 +39957,7 @@ paths: - updated_at - permissions examples: - default: &568 + default: &569 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -39986,7 +39997,7 @@ paths: write: true admin: false headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40007,9 +40018,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *89 - - *191 - - &258 + - *90 + - *192 + - &259 name: project_id description: The unique identifier of the project. in: path @@ -40021,9 +40032,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: &569 + default: &570 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -40083,9 +40094,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *89 - - *191 - - *258 + - *90 + - *192 + - *259 requestBody: required: false content: @@ -40150,9 +40161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *89 - - *191 - - *258 + - *90 + - *192 + - *259 responses: '204': description: Response @@ -40176,8 +40187,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -40187,11 +40198,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40218,16 +40229,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *89 - - *191 - - *259 + - *90 + - *192 - *260 + - *261 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &570 + schema: &571 title: Team Repository description: A team's access to a repository. type: object @@ -40253,7 +40264,7 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 forks: type: integer permissions: @@ -40868,10 +40879,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *89 - - *191 - - *259 + - *90 + - *192 - *260 + - *261 requestBody: required: false content: @@ -40916,10 +40927,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *89 - - *191 - - *259 + - *90 + - *192 - *260 + - *261 responses: '204': description: Response @@ -40943,8 +40954,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *89 - - *191 + - *90 + - *192 - *17 - *19 responses: @@ -40954,9 +40965,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - response-if-child-teams-exist: &571 + response-if-child-teams-exist: &572 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -40984,7 +40995,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41009,7 +41020,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *89 + - *90 - name: security_product in: path description: The security feature to enable or disable. @@ -41080,7 +41091,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &261 + - &262 name: card_id description: The unique identifier of the card. in: path @@ -41092,7 +41103,7 @@ paths: description: Response content: application/json: - schema: &262 + schema: &263 title: Project Card description: Project cards represent a scope of work. type: object @@ -41167,7 +41178,7 @@ paths: - created_at - updated_at examples: - default: &263 + default: &264 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -41217,7 +41228,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *261 + - *262 requestBody: required: false content: @@ -41247,9 +41258,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '304': *35 '403': *27 '401': *23 @@ -41270,7 +41281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *261 + - *262 responses: '204': description: Response @@ -41308,7 +41319,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *261 + - *262 requestBody: required: true content: @@ -41415,7 +41426,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &264 + - &265 name: column_id description: The unique identifier of the column. in: path @@ -41427,7 +41438,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Project Column description: Project columns contain cards of work. type: object @@ -41481,7 +41492,7 @@ paths: - created_at - updated_at examples: - default: &266 + default: &267 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -41510,7 +41521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *264 + - *265 requestBody: required: true content: @@ -41535,9 +41546,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '304': *35 '403': *27 '401': *23 @@ -41556,7 +41567,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *264 + - *265 responses: '204': description: Response @@ -41579,7 +41590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *264 + - *265 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -41600,7 +41611,7 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: default: value: @@ -41634,7 +41645,7 @@ paths: content_url: https://api.github.com/repos/api-playground/projects-test/issues/3 project_url: https://api.github.com/projects/120 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -41653,7 +41664,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *264 + - *265 requestBody: required: true content: @@ -41697,9 +41708,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 '304': *35 '403': *27 '401': *23 @@ -41709,8 +41720,8 @@ paths: application/json: schema: oneOf: - - *92 - *93 + - *94 '503': description: Response content: @@ -41749,7 +41760,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *264 + - *265 requestBody: required: true content: @@ -41806,15 +41817,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: &267 + default: &268 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -41867,7 +41878,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *258 + - *259 requestBody: required: false content: @@ -41916,9 +41927,9 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *267 + default: *268 '404': description: Not Found if the authenticated user does not have access to the project @@ -41939,7 +41950,7 @@ paths: items: type: string '401': *23 - '410': *268 + '410': *269 '422': *7 x-github: githubCloudOnly: false @@ -41957,7 +41968,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *258 + - *259 responses: '204': description: Delete Success @@ -41978,7 +41989,7 @@ paths: items: type: string '401': *23 - '410': *268 + '410': *269 '404': *6 x-github: githubCloudOnly: false @@ -42001,7 +42012,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *258 + - *259 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -42028,9 +42039,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': *6 '422': *15 '304': *35 @@ -42053,8 +42064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *258 - - *127 + - *259 + - *128 requestBody: required: false content: @@ -42103,8 +42114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *258 - - *127 + - *259 + - *128 responses: '204': description: Response @@ -42132,8 +42143,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *258 - - *127 + - *259 + - *128 responses: '200': description: Response @@ -42197,7 +42208,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *258 + - *259 - *17 - *19 responses: @@ -42207,7 +42218,7 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: default: value: @@ -42220,7 +42231,7 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -42239,7 +42250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *258 + - *259 requestBody: required: true content: @@ -42263,7 +42274,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: default: value: @@ -42324,7 +42335,7 @@ paths: resources: type: object properties: - core: &269 + core: &270 title: Rate Limit type: object properties: @@ -42341,20 +42352,20 @@ paths: - remaining - reset - used - graphql: *269 - search: *269 - code_search: *269 - source_import: *269 - integration_manifest: *269 - code_scanning_upload: *269 - actions_runner_registration: *269 - scim: *269 - dependency_snapshots: *269 - code_scanning_autofix: *269 + graphql: *270 + search: *270 + code_search: *270 + source_import: *270 + integration_manifest: *270 + code_scanning_upload: *270 + actions_runner_registration: *270 + scim: *270 + dependency_snapshots: *270 + code_scanning_autofix: *270 required: - core - search - rate: *269 + rate: *270 required: - rate - resources @@ -42458,14 +42469,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: default-response: summary: Default response @@ -42966,7 +42977,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *271 + '301': *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42984,8 +42995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -43222,10 +43233,10 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 - '307': &273 + default: *273 + '307': &274 description: Temporary Redirect content: application/json: @@ -43254,8 +43265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -43277,7 +43288,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *273 + '307': *274 '404': *6 x-github: githubCloudOnly: false @@ -43300,11 +43311,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 - - &299 + - &300 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -43327,7 +43338,7 @@ paths: type: integer artifacts: type: array - items: &274 + items: &275 title: Artifact description: An artifact type: object @@ -43413,7 +43424,7 @@ paths: - expires_at - updated_at examples: - default: &300 + default: &301 value: total_count: 2 artifacts: @@ -43450,7 +43461,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43472,9 +43483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *259 - *260 - - &275 + - *261 + - &276 name: artifact_id description: The unique identifier of the artifact. in: path @@ -43486,7 +43497,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -43523,9 +43534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *259 - *260 - - *275 + - *261 + - *276 responses: '204': description: Response @@ -43549,9 +43560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *259 - *260 - - *275 + - *261 + - *276 - name: archive_format in: path required: true @@ -43565,7 +43576,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43588,14 +43599,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -43621,11 +43632,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 - - &277 + - &278 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -43659,7 +43670,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Repository actions caches description: Repository actions caches type: object @@ -43709,7 +43720,7 @@ paths: - total_count - actions_caches examples: - default: &279 + default: &280 value: total_count: 1 actions_caches: @@ -43721,7 +43732,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43741,23 +43752,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *259 - *260 + - *261 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *277 + - *278 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43777,8 +43788,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *259 - *260 + - *261 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -43809,9 +43820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *259 - *260 - - &280 + - *261 + - &281 name: job_id description: The unique identifier of the job. in: path @@ -43823,7 +43834,7 @@ paths: description: Response content: application/json: - schema: &303 + schema: &304 title: Job description: Information of a job execution in a workflow run type: object @@ -44170,9 +44181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *259 - *260 - - *280 + - *261 + - *281 responses: '302': description: Response @@ -44200,9 +44211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *259 - *260 - - *280 + - *261 + - *281 requestBody: required: false content: @@ -44224,7 +44235,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -44248,8 +44259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Status response @@ -44299,8 +44310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -44334,7 +44345,7 @@ paths: description: Empty response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -44363,8 +44374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -44382,7 +44393,7 @@ paths: type: integer secrets: type: array - items: &305 + items: &306 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -44403,7 +44414,7 @@ paths: - created_at - updated_at examples: - default: &306 + default: &307 value: total_count: 2 secrets: @@ -44414,7 +44425,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44436,9 +44447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *259 - *260 - - *281 + - *261 + - *282 - *19 responses: '200': @@ -44455,7 +44466,7 @@ paths: type: integer variables: type: array - items: &309 + items: &310 title: Actions Variable type: object properties: @@ -44489,7 +44500,7 @@ paths: - created_at - updated_at examples: - default: &310 + default: &311 value: total_count: 2 variables: @@ -44502,7 +44513,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44522,8 +44533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -44532,11 +44543,11 @@ paths: schema: type: object properties: - enabled: &283 + enabled: &284 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *103 - selected_actions_url: *282 + allowed_actions: *104 + selected_actions_url: *283 required: - enabled examples: @@ -44563,8 +44574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -44575,8 +44586,8 @@ paths: schema: type: object properties: - enabled: *283 - allowed_actions: *103 + enabled: *284 + allowed_actions: *104 required: - enabled examples: @@ -44605,14 +44616,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &284 + schema: &285 type: object properties: access_level: @@ -44629,7 +44640,7 @@ paths: required: - access_level examples: - default: &285 + default: &286 value: access_level: organization x-github: @@ -44653,15 +44664,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: application/json: - schema: *284 + schema: *285 examples: - default: *285 + default: *286 responses: '204': description: Response @@ -44685,16 +44696,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *105 + schema: *106 examples: - default: *106 + default: *107 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -44713,8 +44724,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -44722,9 +44733,9 @@ paths: required: false content: application/json: - schema: *105 + schema: *106 examples: - selected_actions: *106 + selected_actions: *107 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -44746,16 +44757,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *286 + schema: *287 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44776,8 +44787,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Success response @@ -44788,9 +44799,9 @@ paths: required: true content: application/json: - schema: *287 + schema: *288 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44817,8 +44828,8 @@ paths: in: query schema: type: string - - *259 - *260 + - *261 - *17 - *19 responses: @@ -44836,11 +44847,11 @@ paths: type: integer runners: type: array - items: *116 + items: *117 examples: - default: *117 + default: *118 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44862,8 +44873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -44871,9 +44882,9 @@ paths: application/json: schema: type: array - items: *288 + items: *289 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44895,8 +44906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -44939,7 +44950,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *290 + '201': *291 '404': *6 '422': *7 x-github: @@ -44969,16 +44980,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *259 - *260 + - *261 responses: '201': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *291 + default: *292 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45006,16 +45017,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *259 - *260 + - *261 responses: '201': description: Response content: application/json: - schema: *118 + schema: *119 examples: - default: *292 + default: *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45037,17 +45048,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '200': description: Response content: application/json: - schema: *116 + schema: *117 examples: - default: *293 + default: *294 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45068,9 +45079,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: '204': description: Response @@ -45095,11 +45106,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: - '200': *120 + '200': *121 '404': *6 x-github: githubCloudOnly: false @@ -45121,9 +45132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -45147,7 +45158,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -45171,9 +45182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 requestBody: required: true content: @@ -45198,7 +45209,7 @@ paths: - gpu - accelerated responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -45222,11 +45233,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 + - *261 + - *116 responses: - '200': *294 + '200': *295 '404': *6 x-github: githubCloudOnly: false @@ -45253,12 +45264,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *259 - *260 - - *115 - - *295 + - *261 + - *116 + - *296 responses: - '200': *120 + '200': *121 '404': *6 '422': *7 x-github: @@ -45284,9 +45295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *259 - *260 - - &313 + - *261 + - &314 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -45294,7 +45305,7 @@ paths: required: false schema: type: string - - &314 + - &315 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -45302,7 +45313,7 @@ paths: required: false schema: type: string - - &315 + - &316 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -45311,7 +45322,7 @@ paths: required: false schema: type: string - - &316 + - &317 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -45338,7 +45349,7 @@ paths: - pending - *17 - *19 - - &317 + - &318 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -45347,7 +45358,7 @@ paths: schema: type: string format: date-time - - &296 + - &297 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -45356,13 +45367,13 @@ paths: schema: type: boolean default: false - - &318 + - &319 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &319 + - &320 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -45385,7 +45396,7 @@ paths: type: integer workflow_runs: type: array - items: &297 + items: &298 title: Workflow Run description: An invocation of a workflow type: object @@ -45502,7 +45513,7 @@ paths: type: - array - 'null' - items: &338 + items: &339 title: Pull Request Minimal type: object properties: @@ -45629,7 +45640,7 @@ paths: head_commit: anyOf: - type: 'null' - - &342 + - &343 title: Simple Commit description: A commit. type: object @@ -45703,8 +45714,8 @@ paths: - timestamp - author - committer - repository: *114 - head_repository: *114 + repository: *115 + head_repository: *115 head_repository_id: type: integer examples: @@ -45744,7 +45755,7 @@ paths: - workflow_url - pull_requests examples: - default: &320 + default: &321 value: total_count: 1 workflow_runs: @@ -45958,7 +45969,7 @@ paths: releases_url: https://api.github.com/repos/octo-org/octo-repo/releases{/id} deployments_url: https://api.github.com/repos/octo-org/octo-repo/deployments headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45980,24 +45991,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *259 - *260 - - &298 + - *261 + - &299 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: &301 + default: &302 value: id: 30433642 name: Build @@ -46238,9 +46249,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '204': description: Response @@ -46263,9 +46274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '200': description: Response @@ -46393,15 +46404,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -46428,12 +46439,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *259 - *260 - - *298 + - *261 + - *299 - *17 - *19 - - *299 + - *300 responses: '200': description: Response @@ -46449,11 +46460,11 @@ paths: type: integer artifacts: type: array - items: *274 + items: *275 examples: - default: *300 + default: *301 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46475,25 +46486,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *259 - *260 - - *298 - - &302 + - *261 + - *299 + - &303 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *296 + - *297 responses: '200': description: Response content: application/json: - schema: *297 + schema: *298 examples: - default: *301 + default: *302 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46516,10 +46527,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *259 - *260 - - *298 - - *302 + - *261 + - *299 + - *303 - *17 - *19 responses: @@ -46537,9 +46548,9 @@ paths: type: integer jobs: type: array - items: *303 + items: *304 examples: - default: &304 + default: &305 value: total_count: 1 jobs: @@ -46628,7 +46639,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -46652,10 +46663,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *259 - *260 - - *298 - - *302 + - *261 + - *299 + - *303 responses: '302': description: Response @@ -46683,15 +46694,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '202': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -46718,9 +46729,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: true content: @@ -46787,15 +46798,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '202': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -46822,9 +46833,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -46854,11 +46865,11 @@ paths: type: integer jobs: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46881,9 +46892,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '302': description: Response @@ -46910,14 +46921,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '204': description: Response '403': *27 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46939,9 +46950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '200': description: Response @@ -47010,7 +47021,7 @@ paths: items: type: object properties: - type: &416 + type: &417 type: string description: The type of reviewer. enum: @@ -47021,7 +47032,7 @@ paths: reviewer: anyOf: - *4 - - *179 + - *180 required: - environment - wait_timer @@ -47096,9 +47107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: true content: @@ -47148,7 +47159,7 @@ paths: application/json: schema: type: array - items: &411 + items: &412 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -47260,7 +47271,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &413 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -47316,9 +47327,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: false content: @@ -47340,7 +47351,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47363,9 +47374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *259 - *260 - - *298 + - *261 + - *299 requestBody: required: false content: @@ -47387,7 +47398,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47412,9 +47423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *259 - *260 - - *298 + - *261 + - *299 responses: '200': description: Response @@ -47551,8 +47562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -47570,11 +47581,11 @@ paths: type: integer secrets: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47597,16 +47608,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47628,17 +47639,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &429 + default: &430 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47664,9 +47675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 requestBody: required: true content: @@ -47694,7 +47705,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47720,9 +47731,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '204': description: Response @@ -47747,9 +47758,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *259 - *260 - - *281 + - *261 + - *282 - *19 responses: '200': @@ -47766,11 +47777,11 @@ paths: type: integer variables: type: array - items: *309 + items: *310 examples: - default: *310 + default: *311 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47791,8 +47802,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -47819,7 +47830,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -47844,17 +47855,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *259 - *260 - - *125 + - *261 + - *126 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: - default: &430 + default: &431 value: name: USERNAME value: octocat @@ -47880,9 +47891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *259 - *260 - - *125 + - *261 + - *126 requestBody: required: true content: @@ -47924,9 +47935,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *259 - *260 - - *125 + - *261 + - *126 responses: '204': description: Response @@ -47951,8 +47962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -47970,7 +47981,7 @@ paths: type: integer workflows: type: array - items: &311 + items: &312 title: Workflow description: A GitHub Actions workflow type: object @@ -48065,7 +48076,7 @@ paths: html_url: https://github.com/octo-org/octo-repo/blob/master/.github/workflows/269289 badge_url: https://github.com/octo-org/octo-repo/workflows/Linter/badge.svg headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48088,9 +48099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *259 - *260 - - &312 + - *261 + - &313 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -48105,7 +48116,7 @@ paths: description: Response content: application/json: - schema: *311 + schema: *312 examples: default: value: @@ -48138,9 +48149,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '204': description: Response @@ -48165,9 +48176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '204': description: Response @@ -48218,9 +48229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '204': description: Response @@ -48247,19 +48258,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *259 - *260 - - *312 + - *261 - *313 - *314 - *315 - *316 + - *317 - *17 - *19 - - *317 - - *296 - *318 + - *297 - *319 + - *320 responses: '200': description: Response @@ -48275,11 +48286,11 @@ paths: type: integer workflow_runs: type: array - items: *297 + items: *298 examples: - default: *320 + default: *321 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48303,9 +48314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *259 - *260 - - *312 + - *261 + - *313 responses: '200': description: Response @@ -48366,8 +48377,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *259 - *260 + - *261 - *46 - *17 - *37 @@ -48516,7 +48527,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '422': *7 x-github: githubCloudOnly: false @@ -48535,8 +48546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -48548,9 +48559,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -48573,8 +48584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *259 - *260 + - *261 - name: assignee in: path required: true @@ -48610,8 +48621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -48723,8 +48734,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *259 - *260 + - *261 - *17 - *37 - *38 @@ -48770,7 +48781,7 @@ paths: bundle_url: type: string examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48790,8 +48801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -48799,7 +48810,7 @@ paths: application/json: schema: type: array - items: &322 + items: &323 title: Autolink reference description: An autolink reference. type: object @@ -48853,8 +48864,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -48893,9 +48904,9 @@ paths: description: response content: application/json: - schema: *322 + schema: *323 examples: - default: &323 + default: &324 value: id: 1 key_prefix: TICKET- @@ -48926,9 +48937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *259 - *260 - - &324 + - *261 + - &325 name: autolink_id description: The unique identifier of the autolink. in: path @@ -48940,9 +48951,9 @@ paths: description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *323 + default: *324 '404': *6 x-github: githubCloudOnly: false @@ -48962,9 +48973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *259 - *260 - - *324 + - *261 + - *325 responses: '204': description: Response @@ -48988,8 +48999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response if Dependabot is enabled @@ -49039,8 +49050,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -49061,8 +49072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -49082,8 +49093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *259 - *260 + - *261 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -49121,7 +49132,7 @@ paths: - url protected: type: boolean - protection: &326 + protection: &327 title: Branch Protection description: Branch Protection type: object @@ -49164,7 +49175,7 @@ paths: required: - contexts - checks - enforce_admins: &329 + enforce_admins: &330 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -49181,7 +49192,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &331 + required_pull_request_reviews: &332 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -49203,7 +49214,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *179 + items: *180 apps: description: The list of apps with review dismissal access. @@ -49235,7 +49246,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *179 + items: *180 apps: description: The list of apps allowed to bypass pull request requirements. @@ -49265,7 +49276,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &328 + restrictions: &329 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -49572,7 +49583,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -49590,9 +49601,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *259 - *260 - - &327 + - *261 + - &328 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -49606,14 +49617,14 @@ paths: description: Response content: application/json: - schema: &337 + schema: &338 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &387 + commit: &388 title: Commit description: Commit type: object @@ -49652,7 +49663,7 @@ paths: author: anyOf: - type: 'null' - - &325 + - &326 title: Git User description: Metaproperties for Git author/committer information. @@ -49673,7 +49684,7 @@ paths: committer: anyOf: - type: 'null' - - *325 + - *326 message: type: string examples: @@ -49697,7 +49708,7 @@ paths: required: - sha - url - verification: &436 + verification: &437 title: Verification type: object properties: @@ -49732,14 +49743,14 @@ paths: author: oneOf: - *4 - - *123 + - *124 type: - 'null' - object committer: oneOf: - *4 - - *123 + - *124 type: - 'null' - object @@ -49776,7 +49787,7 @@ paths: type: integer files: type: array - items: &399 + items: &400 title: Diff Entry description: Diff Entry type: object @@ -49870,7 +49881,7 @@ paths: - self protected: type: boolean - protection: *326 + protection: *327 protection_url: type: string format: uri @@ -49979,7 +49990,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *271 + '301': *272 '404': *6 x-github: githubCloudOnly: false @@ -50001,15 +50012,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *326 + schema: *327 examples: default: value: @@ -50203,9 +50214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -50465,7 +50476,7 @@ paths: url: type: string format: uri - required_status_checks: &334 + required_status_checks: &335 title: Status Check Policy description: Status Check Policy type: object @@ -50546,7 +50557,7 @@ paths: items: *4 teams: type: array - items: *179 + items: *180 apps: type: array items: *5 @@ -50564,7 +50575,7 @@ paths: items: *4 teams: type: array - items: *179 + items: *180 apps: type: array items: *5 @@ -50624,7 +50635,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *328 + restrictions: *329 required_conversation_resolution: type: object properties: @@ -50736,9 +50747,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -50763,17 +50774,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -50795,17 +50806,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50824,9 +50835,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -50851,17 +50862,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: &332 + default: &333 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -50957,9 +50968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51057,9 +51068,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *332 examples: - default: *332 + default: *333 '422': *15 x-github: githubCloudOnly: false @@ -51080,9 +51091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51109,17 +51120,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &333 + default: &334 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -51142,17 +51153,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *333 + default: *334 '404': *6 x-github: githubCloudOnly: false @@ -51172,9 +51183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51199,17 +51210,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: &335 + default: &336 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -51235,9 +51246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51289,9 +51300,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 '404': *6 '422': *15 x-github: @@ -51313,9 +51324,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51339,9 +51350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -51375,9 +51386,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51444,9 +51455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -51510,9 +51521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: content: application/json: @@ -51578,15 +51589,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: default: value: @@ -51677,9 +51688,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '204': description: Response @@ -51702,9 +51713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -51714,7 +51725,7 @@ paths: type: array items: *5 examples: - default: &336 + default: &337 value: - id: 1 slug: octoapp @@ -51771,9 +51782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -51807,7 +51818,7 @@ paths: type: array items: *5 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -51828,9 +51839,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -51864,7 +51875,7 @@ paths: type: array items: *5 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -51885,9 +51896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -51921,7 +51932,7 @@ paths: type: array items: *5 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -51943,9 +51954,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -51953,9 +51964,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '404': *6 x-github: githubCloudOnly: false @@ -51975,9 +51986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -52013,9 +52024,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -52036,9 +52047,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: false content: @@ -52074,9 +52085,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -52097,9 +52108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: content: application/json: @@ -52134,9 +52145,9 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 '422': *15 x-github: githubCloudOnly: false @@ -52158,9 +52169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 responses: '200': description: Response @@ -52170,7 +52181,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '404': *6 x-github: githubCloudOnly: false @@ -52194,9 +52205,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52229,7 +52240,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -52254,9 +52265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52289,7 +52300,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -52314,9 +52325,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52349,7 +52360,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '422': *15 x-github: githubCloudOnly: false @@ -52376,9 +52387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 requestBody: required: true content: @@ -52400,7 +52411,7 @@ paths: description: Response content: application/json: - schema: *337 + schema: *338 examples: default: value: @@ -52516,8 +52527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -52796,7 +52807,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: CheckRun description: A check performed on the code of a given code change type: object @@ -52931,8 +52942,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *338 - deployment: &620 + items: *339 + deployment: &621 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -53219,9 +53230,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *259 - *260 - - &340 + - *261 + - &341 name: check_run_id description: The unique identifier of the check run. in: path @@ -53233,9 +53244,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: &341 + default: &342 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -53335,9 +53346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *259 - *260 - - *340 + - *261 + - *341 requestBody: required: true content: @@ -53577,9 +53588,9 @@ paths: description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *341 + default: *342 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53599,9 +53610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *259 - *260 - - *340 + - *261 + - *341 - *17 - *19 responses: @@ -53691,7 +53702,7 @@ paths: raw_details: Do you mean 'bananas' or 'banana'? blob_href: https://api.github.com/repos/github/rest-api-description/git/blobs/abc headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53713,15 +53724,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *259 - *260 - - *340 + - *261 + - *341 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -53759,8 +53770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -53782,7 +53793,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &343 + schema: &344 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -53864,12 +53875,12 @@ paths: type: - array - 'null' - items: *338 + items: *339 app: anyOf: - type: 'null' - *5 - repository: *114 + repository: *115 created_at: type: - string @@ -53880,7 +53891,7 @@ paths: - string - 'null' format: date-time - head_commit: *342 + head_commit: *343 latest_check_runs_count: type: integer check_runs_url: @@ -53908,7 +53919,7 @@ paths: - check_runs_url - pull_requests examples: - default: &344 + default: &345 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -54199,9 +54210,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54220,8 +54231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -54282,7 +54293,7 @@ paths: required: - app_id - setting - repository: *114 + repository: *115 examples: default: value: @@ -54530,9 +54541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *259 - *260 - - &345 + - *261 + - &346 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -54544,9 +54555,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - default: *344 + default: *345 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54569,17 +54580,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *259 - *260 - - *345 - - &394 + - *261 + - *346 + - &395 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &395 + - &396 name: status description: Returns check runs with the specified `status`. in: query @@ -54618,9 +54629,9 @@ paths: type: integer check_runs: type: array - items: *339 + items: *340 examples: - default: &396 + default: &397 value: total_count: 1 check_runs: @@ -54702,7 +54713,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54722,15 +54733,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *259 - *260 - - *345 + - *261 + - *346 responses: '201': description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -54757,21 +54768,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *259 - *260 - - *346 + - *261 - *347 + - *348 - *19 - *17 - - &364 + - &365 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *348 - - &365 + schema: *349 + - &366 name: pr description: The number of the pull request for the results you want to list. in: query @@ -54796,13 +54807,13 @@ paths: be returned. in: query required: false - schema: *349 + schema: *350 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *350 + schema: *351 responses: '200': description: Response @@ -54813,24 +54824,24 @@ paths: items: type: object properties: - number: *51 - created_at: *52 - updated_at: *53 - url: *54 - html_url: *55 - instances_url: *351 - state: *132 - fixed_at: *128 + number: *52 + created_at: *53 + updated_at: *54 + url: *55 + html_url: *56 + instances_url: *352 + state: *133 + fixed_at: *129 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *129 - dismissed_reason: *352 - dismissed_comment: *353 - rule: *354 - tool: *355 - most_recent_instance: *356 + dismissed_at: *130 + dismissed_reason: *353 + dismissed_comment: *354 + rule: *355 + tool: *356 + most_recent_instance: *357 required: - number - created_at @@ -54946,14 +54957,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &357 + '403': &358 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54973,9 +54984,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *259 - *260 - - &358 + - *261 + - &359 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -54983,30 +54994,30 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *51 + schema: *52 responses: '200': description: Response content: application/json: - schema: &359 + schema: &360 type: object properties: - number: *51 - created_at: *52 - updated_at: *53 - url: *54 - html_url: *55 - instances_url: *351 - state: *132 - fixed_at: *128 + number: *52 + created_at: *53 + updated_at: *54 + url: *55 + html_url: *56 + instances_url: *352 + state: *133 + fixed_at: *129 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *129 - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_at: *130 + dismissed_reason: *353 + dismissed_comment: *354 rule: type: object properties: @@ -55068,8 +55079,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *355 - most_recent_instance: *356 + tool: *356 + most_recent_instance: *357 required: - number - created_at @@ -55158,9 +55169,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55178,9 +55189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 requestBody: required: true content: @@ -55195,8 +55206,8 @@ paths: enum: - open - dismissed - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_reason: *353 + dismissed_comment: *354 required: - state examples: @@ -55211,7 +55222,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: default: value: @@ -55286,14 +55297,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &363 + '403': &364 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55313,15 +55324,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 responses: '200': description: Response content: application/json: - schema: &360 + schema: &361 type: object properties: status: @@ -55348,13 +55359,13 @@ paths: - description - started_at examples: - default: &361 + default: &362 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &362 + '400': &363 description: Bad Request content: application/json: @@ -55365,9 +55376,9 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55390,29 +55401,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 responses: '200': description: OK content: application/json: - schema: *360 + schema: *361 examples: - default: *361 + default: *362 '202': description: Accepted content: application/json: - schema: *360 + schema: *361 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *362 + '400': *363 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -55422,7 +55433,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55444,9 +55455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 requestBody: required: false content: @@ -55492,12 +55503,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *362 - '403': *363 + '400': *363 + '403': *364 '404': *6 '422': description: Unprocessable Entity - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55517,13 +55528,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 - *19 - *17 - - *364 - *365 + - *366 responses: '200': description: Response @@ -55531,7 +55542,7 @@ paths: application/json: schema: type: array - items: *356 + items: *357 examples: default: value: @@ -55570,9 +55581,9 @@ paths: end_column: 50 classifications: - source - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55604,25 +55615,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *259 - *260 - - *346 + - *261 - *347 + - *348 - *19 - *17 - - *365 + - *366 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *348 + schema: *349 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &368 + schema: &369 type: string description: An identifier for the upload. examples: @@ -55644,23 +55655,23 @@ paths: application/json: schema: type: array - items: &369 + items: &370 type: object properties: - ref: *348 - commit_sha: &377 + ref: *349 + commit_sha: &378 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *366 + analysis_key: *367 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *367 + category: *368 error: type: string examples: @@ -55685,8 +55696,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *368 - tool: *355 + sarif_id: *369 + tool: *356 deletable: type: boolean warning: @@ -55748,9 +55759,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55784,8 +55795,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *259 - *260 + - *261 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55798,7 +55809,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *370 examples: response: summary: application/json response @@ -55852,9 +55863,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55934,8 +55945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *259 - *260 + - *261 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -55991,9 +56002,9 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *363 + '403': *364 '404': *6 - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -56013,8 +56024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -56022,7 +56033,7 @@ paths: application/json: schema: type: array - items: &370 + items: &371 title: CodeQL Database description: A CodeQL database. type: object @@ -56134,9 +56145,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56163,8 +56174,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *259 - *260 + - *261 - name: language in: path description: The language of the CodeQL database. @@ -56176,7 +56187,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -56208,11 +56219,11 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &401 + '302': &402 description: Found - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56232,8 +56243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *259 - *260 + - *261 - name: language in: path description: The language of the CodeQL database. @@ -56243,9 +56254,9 @@ paths: responses: '204': description: Response - '403': *363 + '403': *364 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56271,8 +56282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -56281,7 +56292,7 @@ paths: type: object additionalProperties: false properties: - language: &371 + language: &372 type: string description: The language targeted by the CodeQL query enum: @@ -56359,7 +56370,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &375 + schema: &376 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -56367,9 +56378,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *50 + controller_repo: *51 actor: *4 - query_language: *371 + query_language: *372 query_pack_url: type: string description: The download url for the query pack. @@ -56417,7 +56428,7 @@ paths: items: type: object properties: - repository: &372 + repository: &373 title: Repository Identifier description: Repository Identifier type: object @@ -56459,7 +56470,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &376 + analysis_status: &377 type: string description: The new status of the CodeQL variant analysis repository task. @@ -56491,7 +56502,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &373 + access_mismatch_repos: &374 type: object properties: repository_count: @@ -56506,7 +56517,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *372 + items: *373 required: - repository_count - repositories @@ -56529,8 +56540,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *373 - over_limit_repos: *373 + no_codeql_db_repos: *374 + over_limit_repos: *374 required: - access_mismatch_repos - not_found_repos @@ -56546,7 +56557,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &374 + value: &375 summary: Default response value: id: 1 @@ -56698,17 +56709,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *374 + value: *375 repository_lists: summary: Response for a successful variant analysis submission - value: *374 + value: *375 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56729,8 +56740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *259 - *260 + - *261 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -56742,11 +56753,11 @@ paths: description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *374 + default: *375 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56767,7 +56778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *259 + - *260 - name: repo in: path description: The name of the controller repository. @@ -56801,8 +56812,8 @@ paths: schema: type: object properties: - repository: *50 - analysis_status: *376 + repository: *51 + analysis_status: *377 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -56906,7 +56917,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56927,8 +56938,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -57010,9 +57021,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *357 + '403': *358 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57031,8 +57042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -57091,7 +57102,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -57116,7 +57127,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *363 + '403': *364 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -57124,7 +57135,7 @@ paths: content: application/json: schema: *3 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57181,8 +57192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -57190,7 +57201,7 @@ paths: schema: type: object properties: - commit_sha: *377 + commit_sha: *378 ref: type: string description: |- @@ -57250,7 +57261,7 @@ paths: schema: type: object properties: - id: *368 + id: *369 url: type: string description: The REST API URL for checking the status of the upload. @@ -57264,11 +57275,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *363 + '403': *364 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57287,8 +57298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *259 - *260 + - *261 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -57336,10 +57347,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *357 + '403': *358 '404': description: Not Found if the sarif id does not match any upload - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -57361,8 +57372,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -57415,7 +57426,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *136 + '204': *137 '304': *35 '403': *27 '404': *6 @@ -57440,8 +57451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *259 - *260 + - *261 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -57569,8 +57580,8 @@ paths: parameters: - *17 - *19 - - *259 - *260 + - *261 responses: '200': description: Response @@ -57586,7 +57597,7 @@ paths: type: integer codespaces: type: array - items: *183 + items: *184 examples: default: value: @@ -57862,7 +57873,7 @@ paths: start_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop recent_folders: [] - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -57884,8 +57895,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -57949,22 +57960,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -57988,8 +57999,8 @@ paths: parameters: - *17 - *19 - - *259 - *260 + - *261 responses: '200': description: Response @@ -58029,7 +58040,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *139 + '500': *140 '400': *14 '401': *23 '403': *27 @@ -58053,8 +58064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *259 - *260 + - *261 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -58091,9 +58102,9 @@ paths: type: integer machines: type: array - items: *379 + items: *380 examples: - default: &578 + default: &579 value: total_count: 2 machines: @@ -58110,7 +58121,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -58133,8 +58144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *259 - *260 + - *261 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -58221,8 +58232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *259 - *260 + - *261 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -58270,7 +58281,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58291,8 +58302,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -58310,7 +58321,7 @@ paths: type: integer secrets: type: array - items: &383 + items: &384 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -58331,9 +58342,9 @@ paths: - created_at - updated_at examples: - default: *380 + default: *381 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58354,16 +58365,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -58383,17 +58394,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *384 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58413,9 +58424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 requestBody: required: true content: @@ -58443,7 +58454,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -58467,9 +58478,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '204': description: Response @@ -58497,8 +58508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *259 - *260 + - *261 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -58536,7 +58547,7 @@ paths: application/json: schema: type: array - items: &385 + items: &386 title: Collaborator description: Collaborator type: object @@ -58704,7 +58715,7 @@ paths: admin: false role_name: write headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -58729,9 +58740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *259 - *260 - - *127 + - *261 + - *128 responses: '204': description: Response if user is a collaborator @@ -58773,9 +58784,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *259 - *260 - - *127 + - *261 + - *128 requestBody: required: false content: @@ -58801,7 +58812,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &449 + schema: &450 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -58813,7 +58824,7 @@ paths: format: int64 examples: - 42 - repository: *114 + repository: *115 invitee: anyOf: - type: 'null' @@ -59022,9 +59033,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *259 - *260 - - *127 + - *261 + - *128 responses: '204': description: No Content when collaborator was removed from the repository. @@ -59053,9 +59064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *259 - *260 - - *127 + - *261 + - *128 responses: '200': description: if user has admin permissions @@ -59075,7 +59086,7 @@ paths: user: anyOf: - type: 'null' - - *385 + - *386 required: - permission - role_name @@ -59129,8 +59140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -59140,7 +59151,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Commit Comment description: Commit Comment type: object @@ -59181,8 +59192,8 @@ paths: updated_at: type: string format: date-time - author_association: *59 - reactions: *60 + author_association: *60 + reactions: *61 required: - url - html_url @@ -59198,7 +59209,7 @@ paths: - created_at - updated_at examples: - default: &389 + default: &390 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59232,7 +59243,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59257,17 +59268,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '200': description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: &390 + default: &391 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59324,9 +59335,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -59348,7 +59359,7 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: default: value: @@ -59399,9 +59410,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '204': description: Response @@ -59422,9 +59433,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -59450,11 +59461,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -59473,9 +59484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -59507,16 +59518,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -59538,10 +59549,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *259 - *260 - - *72 - - *255 + - *261 + - *73 + - *256 responses: '204': description: Response @@ -59590,8 +59601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *259 - *260 + - *261 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -59647,9 +59658,9 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: - default: &497 + default: &498 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59719,8 +59730,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *56 - '500': *139 + Link: *57 + '500': *140 '400': *14 '404': *6 '409': *44 @@ -59743,9 +59754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *259 - *260 - - &388 + - *261 + - &389 name: commit_sha description: The SHA of the commit. in: path @@ -59817,9 +59828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *259 - *260 - - *388 + - *261 + - *389 - *17 - *19 responses: @@ -59829,11 +59840,11 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *389 + default: *390 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59859,9 +59870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *259 - *260 - - *388 + - *261 + - *389 requestBody: required: true content: @@ -59896,9 +59907,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *387 examples: - default: *390 + default: *391 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -59926,9 +59937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *259 - *260 - - *388 + - *261 + - *389 - *17 - *19 responses: @@ -59938,7 +59949,7 @@ paths: application/json: schema: type: array - items: &488 + items: &489 title: Pull Request Simple description: Pull Request Simple type: object @@ -60058,7 +60069,7 @@ paths: milestone: anyOf: - type: 'null' - - *391 + - *392 active_lock_reason: type: - string @@ -60113,7 +60124,7 @@ paths: type: - array - 'null' - items: *179 + items: *180 head: type: object properties: @@ -60121,7 +60132,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: @@ -60141,7 +60152,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: @@ -60157,7 +60168,7 @@ paths: _links: type: object properties: - comments: &392 + comments: &393 title: Link description: Hypermedia Link type: object @@ -60166,13 +60177,13 @@ paths: type: string required: - href - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + commits: *393 + statuses: *393 + html: *393 + issue: *393 + review_comments: *393 + review_comment: *393 + self: *393 required: - comments - commits @@ -60182,8 +60193,8 @@ paths: - review_comments - review_comment - self - author_association: *59 - auto_merge: &490 + author_association: *60 + auto_merge: &491 title: Auto merge description: The status of auto merging a pull request. type: @@ -60248,7 +60259,7 @@ paths: - author_association - auto_merge examples: - default: &489 + default: &490 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -60727,7 +60738,7 @@ paths: auto_merge: draft: false headers: - Link: *56 + Link: *57 '409': *44 x-github: githubCloudOnly: false @@ -60785,11 +60796,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *259 - *260 + - *261 - *19 - *17 - - &393 + - &394 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -60804,9 +60815,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &476 + default: &477 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -60892,8 +60903,8 @@ paths: ..... '422': *15 '404': *6 - '500': *139 - '503': *61 + '500': *140 + '503': *62 '409': *44 x-github: githubCloudOnly: false @@ -60919,11 +60930,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *259 - *260 - - *393 + - *261 - *394 - *395 + - *396 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -60957,11 +60968,11 @@ paths: type: integer check_runs: type: array - items: *339 + items: *340 examples: - default: *396 + default: *397 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60984,9 +60995,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *259 - *260 - - *393 + - *261 + - *394 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -60994,7 +61005,7 @@ paths: schema: type: integer example: 1 - - *394 + - *395 - *17 - *19 responses: @@ -61012,7 +61023,7 @@ paths: type: integer check_suites: type: array - items: *343 + items: *344 examples: default: value: @@ -61187,7 +61198,7 @@ paths: latest_check_runs_count: 1 check_runs_url: https://api.github.com/repos/octocat/Hello-World/check-suites/5/check-runs headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61212,9 +61223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *259 - *260 - - *393 + - *261 + - *394 - *17 - *19 responses: @@ -61285,7 +61296,7 @@ paths: type: string total_count: type: integer - repository: *114 + repository: *115 commit_url: type: string format: uri @@ -61416,9 +61427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *259 - *260 - - *393 + - *261 + - *394 - *17 - *19 responses: @@ -61428,7 +61439,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Status description: The status of a commit. type: object @@ -61508,8 +61519,8 @@ paths: type: User site_admin: false headers: - Link: *56 - '301': *271 + Link: *57 + '301': *272 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61537,8 +61548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -61571,11 +61582,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *397 + - *398 code_of_conduct_file: anyOf: - type: 'null' - - &398 + - &399 title: Community Health File type: object properties: @@ -61591,23 +61602,23 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 contributing: anyOf: - type: 'null' - - *398 + - *399 readme: anyOf: - type: 'null' - - *398 + - *399 issue_template: anyOf: - type: 'null' - - *398 + - *399 pull_request_template: anyOf: - type: 'null' - - *398 + - *399 required: - code_of_conduct - code_of_conduct_file @@ -61736,8 +61747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *259 - *260 + - *261 - *19 - *17 - name: basehead @@ -61785,8 +61796,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *387 - merge_base_commit: *387 + base_commit: *388 + merge_base_commit: *388 status: type: string enum: @@ -61810,10 +61821,10 @@ paths: - 6 commits: type: array - items: *387 + items: *388 files: type: array - items: *399 + items: *400 required: - url - html_url @@ -62056,8 +62067,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *139 - '503': *61 + '500': *140 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62099,8 +62110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -62251,7 +62262,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &400 + response-if-content-is-a-file: &401 summary: Response if content is a file value: type: file @@ -62388,7 +62399,7 @@ paths: - size - type - url - - &502 + - &503 title: Content File description: Content File type: object @@ -62606,7 +62617,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *400 + response-if-content-is-a-file: *401 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -62675,7 +62686,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *401 + '302': *402 '304': *35 x-github: githubCloudOnly: false @@ -62698,8 +62709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -62794,7 +62805,7 @@ paths: description: Response content: application/json: - schema: &402 + schema: &403 title: File Commit description: File Commit type: object @@ -62950,7 +62961,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: example-for-creating-a-file: value: @@ -63004,7 +63015,7 @@ paths: schema: oneOf: - *3 - - &431 + - &432 description: Repository rule violation was detected type: object properties: @@ -63025,7 +63036,7 @@ paths: items: type: object properties: - placeholder_id: &544 + placeholder_id: &545 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -63057,8 +63068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *259 - *260 + - *261 - name: path description: path parameter in: path @@ -63119,7 +63130,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -63154,7 +63165,7 @@ paths: '422': *15 '404': *6 '409': *44 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63174,8 +63185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *259 - *260 + - *261 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -63276,7 +63287,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *56 + Link: *57 '204': description: Response if repository is empty '403': *27 @@ -63299,21 +63310,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *259 - *260 - - *142 + - *261 - *143 - *144 - *145 + - *146 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *146 - *147 - *148 + - *149 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -63333,8 +63344,8 @@ paths: default: 30 - *37 - *38 - - *149 - *150 + - *151 responses: '200': description: Response @@ -63342,11 +63353,11 @@ paths: application/json: schema: type: array - items: &405 + items: &406 type: object description: A Dependabot alert. properties: - number: *51 + number: *52 state: type: string description: The state of the Dependabot alert. @@ -63377,13 +63388,13 @@ paths: - development - runtime - - security_advisory: *403 - security_vulnerability: *49 - url: *54 - html_url: *55 - created_at: *52 - updated_at: *53 - dismissed_at: *129 + security_advisory: *404 + security_vulnerability: *50 + url: *55 + html_url: *56 + created_at: *53 + updated_at: *54 + dismissed_at: *130 dismissed_by: anyOf: - type: 'null' @@ -63407,8 +63418,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *128 - auto_dismissed_at: *404 + fixed_at: *129 + auto_dismissed_at: *405 required: - number - state @@ -63474,6 +63485,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -63635,9 +63649,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *259 - *260 - - &406 + - *261 + - &407 name: alert_number in: path description: |- @@ -63646,13 +63660,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *51 + schema: *52 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63708,6 +63722,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File @@ -63762,9 +63779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *259 - *260 - - *406 + - *261 + - *407 requestBody: required: true content: @@ -63809,7 +63826,7 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63938,8 +63955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -63957,7 +63974,7 @@ paths: type: integer secrets: type: array - items: &409 + items: &410 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -63989,7 +64006,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64011,16 +64028,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64040,15 +64057,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: default: value: @@ -64074,9 +64091,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 requestBody: required: true content: @@ -64104,7 +64121,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -64128,9 +64145,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *259 - *260 - - *122 + - *261 + - *123 responses: '204': description: Response @@ -64152,8 +64169,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *259 - *260 + - *261 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -64303,7 +64320,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *56 + Link: *57 '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this @@ -64327,8 +64344,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -64565,7 +64582,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *56 + Link: *57 '404': *6 '403': *27 x-github: @@ -64588,8 +64605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -64672,7 +64689,7 @@ paths: - version - url additionalProperties: false - metadata: &410 + metadata: &411 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -64711,7 +64728,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *410 + metadata: *411 resolved: type: object description: A collection of resolved package dependencies. @@ -64725,7 +64742,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *410 + metadata: *411 relationship: type: string description: A notation of whether a dependency is requested @@ -64858,8 +64875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *259 - *260 + - *261 - name: sha description: The SHA recorded at creation time. in: query @@ -64900,11 +64917,11 @@ paths: application/json: schema: type: array - items: *411 + items: *412 examples: - default: *412 + default: *413 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64968,8 +64985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -65051,7 +65068,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: simple-example: summary: Simple example @@ -65124,9 +65141,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *259 - *260 - - &413 + - *261 + - &414 name: deployment_id description: deployment_id parameter in: path @@ -65138,7 +65155,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *412 examples: default: value: @@ -65203,9 +65220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *259 - *260 - - *413 + - *261 + - *414 responses: '204': description: Response @@ -65227,9 +65244,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *259 - *260 - - *413 + - *261 + - *414 - *17 - *19 responses: @@ -65239,7 +65256,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Deployment Status description: The status of a deployment. type: object @@ -65383,7 +65400,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -65403,9 +65420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *259 - *260 - - *413 + - *261 + - *414 requestBody: required: true content: @@ -65480,9 +65497,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: &415 + default: &416 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -65538,9 +65555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *259 - *260 - - *413 + - *261 + - *414 - name: status_id in: path required: true @@ -65551,9 +65568,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: - default: *415 + default: *416 '404': *6 x-github: githubCloudOnly: false @@ -65578,8 +65595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -65636,8 +65653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -65655,7 +65672,7 @@ paths: - 5 environments: type: array - items: &417 + items: &418 title: Environment description: Details of a deployment environment type: object @@ -65717,7 +65734,7 @@ paths: type: string examples: - wait_timer - wait_timer: &419 + wait_timer: &420 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -65759,11 +65776,11 @@ paths: items: type: object properties: - type: *416 + type: *417 reviewer: anyOf: - *4 - - *179 + - *180 required: - id - node_id @@ -65786,7 +65803,7 @@ paths: - id - node_id - type - deployment_branch_policy: &420 + deployment_branch_policy: &421 type: - object - 'null' @@ -65903,9 +65920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *259 - *260 - - &418 + - *261 + - &419 name: environment_name in: path required: true @@ -65918,9 +65935,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: &421 + default: &422 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -66004,9 +66021,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *259 - *260 - - *418 + - *261 + - *419 requestBody: required: false content: @@ -66016,7 +66033,7 @@ paths: - object - 'null' properties: - wait_timer: *419 + wait_timer: *420 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -66035,14 +66052,14 @@ paths: items: type: object properties: - type: *416 + type: *417 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *420 + deployment_branch_policy: *421 additionalProperties: false examples: default: @@ -66062,9 +66079,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *418 examples: - default: *421 + default: *422 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -66088,9 +66105,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *259 - *260 - - *418 + - *261 + - *419 responses: '204': description: Default response @@ -66115,9 +66132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *259 - *260 - - *418 + - *261 + - *419 - *17 - *19 responses: @@ -66136,7 +66153,7 @@ paths: - 2 branch_policies: type: array - items: &422 + items: &423 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -66197,9 +66214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 + - *261 + - *419 requestBody: required: true content: @@ -66247,9 +66264,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - example-wildcard: &423 + example-wildcard: &424 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -66291,10 +66308,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 - - &424 + - *261 + - *419 + - &425 name: branch_policy_id in: path required: true @@ -66306,9 +66323,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66327,10 +66344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 - - *424 + - *261 + - *419 + - *425 requestBody: required: true content: @@ -66359,9 +66376,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66380,10 +66397,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *259 - *260 - - *418 - - *424 + - *261 + - *419 + - *425 responses: '204': description: Response @@ -66408,9 +66425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 responses: '200': description: List of deployment protection rules @@ -66427,7 +66444,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &425 + items: &426 title: Deployment protection rule description: Deployment protection rule type: object @@ -66449,7 +66466,7 @@ paths: for the environment. examples: - true - app: &426 + app: &427 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -66552,9 +66569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 requestBody: content: application/json: @@ -66575,9 +66592,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *425 + schema: *426 examples: - default: &427 + default: &428 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -66612,9 +66629,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 - *19 - *17 responses: @@ -66634,7 +66651,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *426 + items: *427 examples: default: value: @@ -66669,10 +66686,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *259 - *260 - - *418 - - &428 + - *261 + - *419 + - &429 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -66684,9 +66701,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66707,10 +66724,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *418 + - *419 + - *261 - *260 - - *259 - - *428 + - *429 responses: '204': description: Response @@ -66736,9 +66753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *259 - *260 - - *418 + - *261 + - *419 - *17 - *19 responses: @@ -66756,11 +66773,11 @@ paths: type: integer secrets: type: array - items: *305 + items: *306 examples: - default: *306 + default: *307 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66783,17 +66800,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *259 - *260 - - *418 + - *261 + - *419 responses: '200': description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *308 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66815,18 +66832,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *259 - *260 - - *418 - - *122 + - *261 + - *419 + - *123 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *429 + default: *430 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66848,10 +66865,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *259 - *260 - - *418 - - *122 + - *261 + - *419 + - *123 requestBody: required: true content: @@ -66882,7 +66899,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -66908,10 +66925,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *259 - *260 - - *418 - - *122 + - *261 + - *419 + - *123 responses: '204': description: Default response @@ -66936,10 +66953,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *259 - *260 - - *418 - - *281 + - *261 + - *419 + - *282 - *19 responses: '200': @@ -66956,11 +66973,11 @@ paths: type: integer variables: type: array - items: *309 + items: *310 examples: - default: *310 + default: *311 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66981,9 +66998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *259 - *260 - - *418 + - *261 + - *419 requestBody: required: true content: @@ -67010,7 +67027,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -67035,18 +67052,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *259 - *260 - - *418 - - *125 + - *261 + - *419 + - *126 responses: '200': description: Response content: application/json: - schema: *309 + schema: *310 examples: - default: *430 + default: *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67067,10 +67084,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *259 - *260 - - *125 - - *418 + - *261 + - *126 + - *419 requestBody: required: true content: @@ -67112,10 +67129,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *259 - *260 - - *125 - - *418 + - *261 + - *126 + - *419 responses: '204': description: Response @@ -67137,8 +67154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -67148,7 +67165,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: 200-response: value: @@ -67215,8 +67232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *259 - *260 + - *261 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -67238,7 +67255,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -67351,7 +67368,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *56 + Link: *57 '400': *14 x-github: githubCloudOnly: false @@ -67375,8 +67392,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -67409,9 +67426,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 '400': *14 '422': *15 '403': *27 @@ -67432,8 +67449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67492,8 +67509,8 @@ paths: application/json: schema: oneOf: - - *92 - - *431 + - *93 + - *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67518,8 +67535,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *259 - *260 + - *261 - name: file_sha in: path required: true @@ -67619,8 +67636,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -67729,7 +67746,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &433 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -67955,15 +67972,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *259 - *260 - - *388 + - *261 + - *389 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -68019,9 +68036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *259 - *260 - - &433 + - *261 + - &434 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -68038,7 +68055,7 @@ paths: application/json: schema: type: array - items: &434 + items: &435 title: Git Reference description: Git references within a repository type: object @@ -68092,7 +68109,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *56 + Link: *57 '409': *44 x-github: githubCloudOnly: false @@ -68114,17 +68131,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *259 - *260 - - *433 + - *261 + - *434 responses: '200': description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &435 + default: &436 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -68153,8 +68170,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -68183,9 +68200,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -68211,9 +68228,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *259 - *260 - - *433 + - *261 + - *434 requestBody: required: true content: @@ -68242,9 +68259,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '422': *15 '409': *44 x-github: @@ -68262,9 +68279,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *259 - *260 - - *433 + - *261 + - *434 responses: '204': description: Response @@ -68317,8 +68334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -68385,7 +68402,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &438 title: Git Tag description: Metadata for a Git tag type: object @@ -68441,7 +68458,7 @@ paths: - sha - type - url - verification: *436 + verification: *437 required: - sha - url @@ -68451,7 +68468,7 @@ paths: - tag - message examples: - default: &438 + default: &439 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -68524,8 +68541,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *259 - *260 + - *261 - name: tag_sha in: path required: true @@ -68536,9 +68553,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *438 examples: - default: *438 + default: *439 '404': *6 '409': *44 x-github: @@ -68562,8 +68579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -68637,7 +68654,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -68755,8 +68772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *259 - *260 + - *261 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -68779,7 +68796,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default-response: summary: Default response @@ -68838,8 +68855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -68849,7 +68866,7 @@ paths: application/json: schema: type: array - items: &440 + items: &441 title: Webhook description: Webhooks for repositories. type: object @@ -68912,7 +68929,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &651 + last_response: &652 title: Hook Response type: object properties: @@ -68970,7 +68987,7 @@ paths: status: unused message: headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -68989,8 +69006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -69043,9 +69060,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: &441 + default: &442 value: type: Repository id: 12345678 @@ -69093,17 +69110,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '200': description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '404': *6 x-github: githubCloudOnly: false @@ -69123,9 +69140,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 requestBody: required: true content: @@ -69170,9 +69187,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '422': *15 '404': *6 x-github: @@ -69193,9 +69210,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '204': description: Response @@ -69219,9 +69236,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '200': description: Response @@ -69248,9 +69265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *259 - *260 - - *156 + - *261 + - *157 requestBody: required: false content: @@ -69294,11 +69311,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *259 - *260 - - *156 - - *17 + - *261 - *157 + - *17 + - *158 responses: '200': description: Response @@ -69306,9 +69323,9 @@ paths: application/json: schema: type: array - items: *158 + items: *159 examples: - default: *159 + default: *160 '400': *14 '422': *15 x-github: @@ -69327,18 +69344,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 - *16 responses: '200': description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: *161 + default: *162 '400': *14 '422': *15 x-github: @@ -69357,9 +69374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 - *16 responses: '202': *45 @@ -69382,9 +69399,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '204': description: Response @@ -69409,9 +69426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *259 - *260 - - *156 + - *261 + - *157 responses: '204': description: Response @@ -69469,14 +69486,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &442 + schema: &443 title: Import description: A repository import from an external source. type: object @@ -69583,7 +69600,7 @@ paths: - html_url - authors_url examples: - default: &445 + default: &446 value: vcs: subversion use_lfs: true @@ -69599,7 +69616,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &443 + '503': &444 description: Unavailable due to service under maintenance. content: application/json: @@ -69628,8 +69645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -69677,7 +69694,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -69702,7 +69719,7 @@ paths: type: string '422': *15 '404': *6 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69730,8 +69747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -69783,7 +69800,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: example-1: summary: Example 1 @@ -69831,7 +69848,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69854,12 +69871,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *259 - *260 + - *261 responses: '204': description: Response - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69885,9 +69902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *259 - *260 - - &601 + - *261 + - &602 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -69901,7 +69918,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 title: Porter Author description: Porter Author type: object @@ -69955,7 +69972,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69980,8 +69997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *259 - *260 + - *261 - name: author_id in: path required: true @@ -70011,7 +70028,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: default: value: @@ -70024,7 +70041,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70048,8 +70065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -70090,7 +70107,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70118,8 +70135,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -70146,11 +70163,11 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *445 + default: *446 '422': *15 - '503': *443 + '503': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70173,8 +70190,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -70182,8 +70199,8 @@ paths: application/json: schema: *20 examples: - default: *446 - '301': *271 + default: *447 + '301': *272 '404': *6 x-github: githubCloudOnly: false @@ -70203,8 +70220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -70212,12 +70229,12 @@ paths: application/json: schema: anyOf: - - *174 + - *175 - type: object properties: {} additionalProperties: false examples: - default: &448 + default: &449 value: limit: collaborators_only origin: repository @@ -70242,13 +70259,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: application/json: - schema: *447 + schema: *448 examples: default: summary: Example request body @@ -70260,9 +70277,9 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *448 + default: *449 '409': description: Response x-github: @@ -70284,8 +70301,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -70308,8 +70325,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -70319,9 +70336,9 @@ paths: application/json: schema: type: array - items: *449 + items: *450 examples: - default: &594 + default: &595 value: - id: 1 repository: @@ -70435,7 +70452,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70452,9 +70469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *259 - *260 - - *178 + - *261 + - *179 requestBody: required: false content: @@ -70483,7 +70500,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: default: value: @@ -70614,9 +70631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *259 - *260 - - *178 + - *261 + - *179 responses: '204': description: Response @@ -70647,8 +70664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *259 - *260 + - *261 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -70688,7 +70705,7 @@ paths: required: false schema: type: string - - *180 + - *181 - name: sort description: What to sort results by. in: query @@ -70701,7 +70718,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - *17 - *19 responses: @@ -70711,9 +70728,9 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: &458 + default: &459 value: - id: 1 node_id: MDU6SXNzdWUx @@ -70860,8 +70877,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *56 - '301': *271 + Link: *57 + '301': *272 '422': *15 '404': *6 x-github: @@ -70890,8 +70907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -70972,9 +70989,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: &453 + default: &454 value: id: 1 node_id: MDU6SXNzdWUx @@ -71128,9 +71145,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *61 + '503': *62 '404': *6 - '410': *268 + '410': *269 x-github: triggersNotification: true githubCloudOnly: false @@ -71158,9 +71175,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *259 - *260 - - *82 + - *261 + - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -71170,7 +71187,7 @@ paths: enum: - asc - desc - - *63 + - *64 - *17 - *19 responses: @@ -71180,9 +71197,9 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: &455 + default: &456 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71213,7 +71230,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *56 + Link: *57 '422': *15 '404': *6 x-github: @@ -71240,17 +71257,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '200': description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: &451 + default: &452 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -71304,9 +71321,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -71328,9 +71345,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 '422': *15 x-github: githubCloudOnly: false @@ -71348,9 +71365,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '204': description: Response @@ -71370,9 +71387,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -71398,11 +71415,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -71421,9 +71438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -71455,16 +71472,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -71486,10 +71503,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *259 - *260 - - *72 - - *255 + - *261 + - *73 + - *256 responses: '204': description: Response @@ -71509,8 +71526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -71520,7 +71537,7 @@ paths: application/json: schema: type: array - items: &452 + items: &453 title: Issue Event description: Issue Event type: object @@ -71567,7 +71584,7 @@ paths: issue: anyOf: - type: 'null' - - *73 + - *74 label: title: Issue Event Label description: Issue Event Label @@ -71600,7 +71617,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *179 + requested_team: *180 dismissed_review: title: Issue Event Dismissed Review type: object @@ -71667,7 +71684,7 @@ paths: required: - from - to - author_association: *59 + author_association: *60 lock_reason: type: - string @@ -71841,7 +71858,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -71859,8 +71876,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *259 - *260 + - *261 - name: event_id in: path required: true @@ -71871,7 +71888,7 @@ paths: description: Response content: application/json: - schema: *452 + schema: *453 examples: default: value: @@ -72064,7 +72081,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *268 + '410': *269 '403': *27 x-github: githubCloudOnly: false @@ -72098,9 +72115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *259 - *260 - - &454 + - *261 + - &455 name: issue_number description: The number that identifies the issue. in: path @@ -72112,12 +72129,12 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 - '301': *271 + default: *454 + '301': *272 '404': *6 - '410': *268 + '410': *269 '304': *35 x-github: githubCloudOnly: false @@ -72142,9 +72159,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -72252,15 +72269,15 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 '422': *15 - '503': *61 + '503': *62 '403': *27 - '301': *271 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72278,9 +72295,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -72306,9 +72323,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72324,9 +72341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: content: application/json: @@ -72351,9 +72368,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72375,9 +72392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - name: assignee in: path required: true @@ -72417,10 +72434,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *259 - *260 - - *454 - - *63 + - *261 + - *455 + - *64 - *17 - *19 responses: @@ -72430,13 +72447,13 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: - default: *455 + default: *456 headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72465,9 +72482,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -72489,16 +72506,16 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: - default: *451 + default: *452 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *268 + '410': *269 '422': *15 '404': *6 x-github: @@ -72518,9 +72535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -72534,7 +72551,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &459 + - &460 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -72583,7 +72600,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &460 + - &461 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -72711,7 +72728,7 @@ paths: - performed_via_github_app - assignee - assigner - - &461 + - &462 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -72757,7 +72774,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &462 + - &463 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -72803,7 +72820,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &463 + - &464 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -72852,7 +72869,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &464 + - &465 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -72881,7 +72898,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *179 + requested_team: *180 requested_reviewer: *4 required: - review_requester @@ -72894,7 +72911,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &465 + - &466 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -72923,7 +72940,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *179 + requested_team: *180 requested_reviewer: *4 required: - review_requester @@ -72936,7 +72953,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &466 + - &467 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -72992,7 +73009,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &467 + - &468 title: Locked Issue Event description: Locked Issue Event type: object @@ -73037,7 +73054,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &468 + - &469 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -73098,7 +73115,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &470 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -73159,7 +73176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &470 + - &471 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -73220,7 +73237,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &472 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -73312,8 +73329,8 @@ paths: name: label color: red headers: - Link: *56 - '410': *268 + Link: *57 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73330,9 +73347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -73342,7 +73359,7 @@ paths: application/json: schema: type: array - items: &456 + items: &457 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -73397,7 +73414,7 @@ paths: - color - default examples: - default: &457 + default: &458 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73414,10 +73431,10 @@ paths: color: a2eeef default: false headers: - Link: *56 - '301': *271 + Link: *57 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73434,9 +73451,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -73495,12 +73512,12 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 - '301': *271 + default: *458 + '301': *272 '404': *6 - '410': *268 + '410': *269 '422': *15 x-github: githubCloudOnly: false @@ -73517,9 +73534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -73579,12 +73596,12 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 - '301': *271 + default: *458 + '301': *272 '404': *6 - '410': *268 + '410': *269 '422': *15 x-github: githubCloudOnly: false @@ -73601,15 +73618,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 responses: '204': description: Response - '301': *271 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73628,9 +73645,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - name: name in: path required: true @@ -73643,7 +73660,7 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: default: value: @@ -73654,9 +73671,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *271 + '301': *272 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73676,9 +73693,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: false content: @@ -73707,7 +73724,7 @@ paths: '204': description: Response '403': *27 - '410': *268 + '410': *269 '404': *6 '422': *15 x-github: @@ -73725,9 +73742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 responses: '204': description: Response @@ -73749,9 +73766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -73777,13 +73794,13 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73801,9 +73818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -73835,16 +73852,16 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -73866,10 +73883,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *259 - *260 - - *454 - - *255 + - *261 + - *455 + - *256 responses: '204': description: Response @@ -73898,9 +73915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -73922,9 +73939,9 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -73957,9 +73974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -73969,13 +73986,13 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *458 + default: *459 headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74003,9 +74020,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -74032,16 +74049,16 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *268 + '410': *269 '422': *15 '404': *6 x-github: @@ -74061,9 +74078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 requestBody: required: true content: @@ -74094,13 +74111,13 @@ paths: description: Response content: application/json: - schema: *73 + schema: *74 examples: - default: *453 + default: *454 '403': *27 '404': *6 '422': *7 - '503': *61 + '503': *62 x-github: triggersNotification: true githubCloudOnly: false @@ -74118,9 +74135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *259 - *260 - - *454 + - *261 + - *455 - *17 - *19 responses: @@ -74135,7 +74152,6 @@ paths: description: Timeline Event type: object anyOf: - - *459 - *460 - *461 - *462 @@ -74148,6 +74164,7 @@ paths: - *469 - *470 - *471 + - *472 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -74195,12 +74212,12 @@ paths: issue_url: type: string format: uri - author_association: *59 + author_association: *60 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *60 + reactions: *61 required: - event - actor @@ -74231,7 +74248,7 @@ paths: properties: type: type: string - issue: *73 + issue: *74 required: - event - created_at @@ -74447,7 +74464,7 @@ paths: type: string body_text: type: string - author_association: *59 + author_association: *60 required: - event - id @@ -74470,7 +74487,7 @@ paths: type: string comments: type: array - items: &491 + items: &492 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -74575,7 +74592,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *59 + author_association: *60 _links: type: object properties: @@ -74670,7 +74687,7 @@ paths: enum: - line - file - reactions: *60 + reactions: *61 body_html: type: string examples: @@ -74708,7 +74725,7 @@ paths: type: string comments: type: array - items: *386 + items: *387 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -74981,9 +74998,9 @@ paths: type: User site_admin: true headers: - Link: *56 + Link: *57 '404': *6 - '410': *268 + '410': *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75000,8 +75017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -75011,7 +75028,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -75062,7 +75079,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75078,8 +75095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75115,9 +75132,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: &473 + default: &474 value: id: 1 key: ssh-rsa AAA... @@ -75151,9 +75168,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *259 - *260 - - &474 + - *261 + - &475 name: key_id description: The unique identifier of the key. in: path @@ -75165,9 +75182,9 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: - default: *473 + default: *474 '404': *6 x-github: githubCloudOnly: false @@ -75185,9 +75202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *259 - *260 - - *474 + - *261 + - *475 responses: '204': description: Response @@ -75207,8 +75224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -75218,11 +75235,11 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -75241,8 +75258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75278,9 +75295,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: &475 + default: &476 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75312,8 +75329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -75324,9 +75341,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *475 + default: *476 '404': *6 x-github: githubCloudOnly: false @@ -75343,8 +75360,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -75383,7 +75400,7 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: default: value: @@ -75409,8 +75426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *259 - *260 + - *261 - name: name in: path required: true @@ -75436,8 +75453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -75476,9 +75493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *259 - *260 - - *364 + - *261 + - *365 responses: '200': description: Response @@ -75544,7 +75561,7 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 required: - _links - git_url @@ -75625,8 +75642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75691,8 +75708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75726,9 +75743,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *387 + schema: *388 examples: - default: *476 + default: *477 '204': description: Response when already merged '404': @@ -75753,8 +75770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *259 - *260 + - *261 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -75795,7 +75812,7 @@ paths: application/json: schema: type: array - items: *391 + items: *392 examples: default: value: @@ -75834,7 +75851,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -75851,8 +75868,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -75892,9 +75909,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: &477 + default: &478 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -75953,9 +75970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *259 - *260 - - &478 + - *261 + - &479 name: milestone_number description: The number that identifies the milestone. in: path @@ -75967,9 +75984,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *477 + default: *478 '404': *6 x-github: githubCloudOnly: false @@ -75986,9 +76003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *259 - *260 - - *478 + - *261 + - *479 requestBody: required: false content: @@ -76026,9 +76043,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76044,9 +76061,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *259 - *260 - - *478 + - *261 + - *479 responses: '204': description: Response @@ -76067,9 +76084,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *259 - *260 - - *478 + - *261 + - *479 - *17 - *19 responses: @@ -76079,11 +76096,11 @@ paths: application/json: schema: type: array - items: *456 + items: *457 examples: - default: *457 + default: *458 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76100,12 +76117,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *259 - *260 - - *479 + - *261 - *480 - - *63 - *481 + - *64 + - *482 - *17 - *19 responses: @@ -76115,11 +76132,11 @@ paths: application/json: schema: type: array - items: *85 + items: *86 examples: - default: *482 + default: *483 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76141,8 +76158,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -76200,14 +76217,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: &483 + schema: &484 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -76351,7 +76368,7 @@ paths: - custom_404 - public examples: - default: &484 + default: &485 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -76392,8 +76409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76448,9 +76465,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: *484 + default: *485 '422': *15 '409': *44 x-github: @@ -76473,8 +76490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76574,8 +76591,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -76601,8 +76618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -76612,7 +76629,7 @@ paths: application/json: schema: type: array - items: &485 + items: &486 title: Page Build description: Page Build type: object @@ -76685,7 +76702,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76704,8 +76721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *259 - *260 + - *261 responses: '201': description: Response @@ -76752,16 +76769,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: &486 + default: &487 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -76809,8 +76826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *259 - *260 + - *261 - name: build_id in: path required: true @@ -76821,9 +76838,9 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: - default: *486 + default: *487 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76843,8 +76860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -76953,9 +76970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *259 - *260 - - &487 + - *261 + - &488 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -77013,11 +77030,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *259 - *260 - - *487 + - *261 + - *488 responses: - '204': *136 + '204': *137 '404': *6 x-github: githubCloudOnly: false @@ -77042,8 +77059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -77311,7 +77328,7 @@ paths: description: Empty response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -77338,8 +77355,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Private vulnerability reporting status @@ -77376,10 +77393,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *259 - *260 + - *261 responses: - '204': *136 + '204': *137 '422': *14 x-github: githubCloudOnly: false @@ -77398,10 +77415,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *259 - *260 + - *261 responses: - '204': *136 + '204': *137 '422': *14 x-github: githubCloudOnly: false @@ -77422,8 +77439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *259 - *260 + - *261 - name: state description: Indicates the state of the projects to return. in: query @@ -77444,7 +77461,7 @@ paths: application/json: schema: type: array - items: *211 + items: *212 examples: default: value: @@ -77480,11 +77497,11 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *56 + Link: *57 '401': *23 '403': *27 '404': *6 - '410': *268 + '410': *269 '422': *7 x-github: githubCloudOnly: false @@ -77504,8 +77521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -77531,13 +77548,13 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: - default: *267 + default: *268 '401': *23 '403': *27 '404': *6 - '410': *268 + '410': *269 '422': *7 x-github: githubCloudOnly: false @@ -77557,8 +77574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -77566,7 +77583,7 @@ paths: application/json: schema: type: array - items: *216 + items: *217 examples: default: value: @@ -77597,8 +77614,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -77610,7 +77627,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *216 + items: *217 required: - properties examples: @@ -77660,8 +77677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *259 - *260 + - *261 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -77721,11 +77738,11 @@ paths: application/json: schema: type: array - items: *488 + items: *489 examples: - default: *489 + default: *490 headers: - Link: *56 + Link: *57 '304': *35 '422': *15 x-github: @@ -77755,8 +77772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -77823,7 +77840,7 @@ paths: description: Response content: application/json: - schema: &493 + schema: &494 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -77952,7 +77969,7 @@ paths: milestone: anyOf: - type: 'null' - - *391 + - *392 active_lock_reason: type: - string @@ -78007,7 +78024,7 @@ paths: type: - array - 'null' - items: *194 + items: *195 head: type: object properties: @@ -78015,7 +78032,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: *4 @@ -78032,7 +78049,7 @@ paths: type: string ref: type: string - repo: *58 + repo: *59 sha: type: string user: *4 @@ -78045,14 +78062,14 @@ paths: _links: type: object properties: - comments: *392 - commits: *392 - statuses: *392 - html: *392 - issue: *392 - review_comments: *392 - review_comment: *392 - self: *392 + comments: *393 + commits: *393 + statuses: *393 + html: *393 + issue: *393 + review_comments: *393 + review_comment: *393 + self: *393 required: - comments - commits @@ -78062,8 +78079,8 @@ paths: - review_comments - review_comment - self - author_association: *59 - auto_merge: *490 + author_association: *60 + auto_merge: *491 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -78165,7 +78182,7 @@ paths: - merged_by - review_comments examples: - default: &494 + default: &495 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78692,8 +78709,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *259 - *260 + - *261 - name: sort in: query required: false @@ -78712,7 +78729,7 @@ paths: enum: - asc - desc - - *63 + - *64 - *17 - *19 responses: @@ -78722,9 +78739,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: &496 + default: &497 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78776,7 +78793,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78801,17 +78818,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '200': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: &492 + default: &493 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -78886,9 +78903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -78910,9 +78927,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78928,9 +78945,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *72 + - *261 + - *73 responses: '204': description: Response @@ -78951,9 +78968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -78979,11 +78996,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -79002,9 +79019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *259 - *260 - - *72 + - *261 + - *73 requestBody: required: true content: @@ -79036,16 +79053,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -79067,10 +79084,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *259 - *260 - - *72 - - *255 + - *261 + - *73 + - *256 responses: '204': description: Response @@ -79113,9 +79130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *259 - *260 - - &495 + - *261 + - &496 name: pull_number description: The number that identifies the pull request. in: path @@ -79128,9 +79145,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '304': *35 '404': *6 '406': @@ -79138,8 +79155,8 @@ paths: content: application/json: schema: *3 - '500': *139 - '503': *61 + '500': *140 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79165,9 +79182,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -79209,9 +79226,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 '403': *27 x-github: @@ -79233,9 +79250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: true content: @@ -79296,21 +79313,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '401': *23 '403': *27 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -79336,10 +79353,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *259 - *260 - - *495 - - *82 + - *261 + - *496 + - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -79349,7 +79366,7 @@ paths: enum: - asc - desc - - *63 + - *64 - *17 - *19 responses: @@ -79359,11 +79376,11 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *496 + default: *497 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79394,9 +79411,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: true content: @@ -79502,7 +79519,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: example-for-a-multi-line-comment: value: @@ -79590,10 +79607,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *259 - *260 - - *495 - - *72 + - *261 + - *496 + - *73 requestBody: required: true content: @@ -79615,7 +79632,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -79701,9 +79718,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 - *17 - *19 responses: @@ -79713,11 +79730,11 @@ paths: application/json: schema: type: array - items: *387 + items: *388 examples: - default: *497 + default: *498 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79745,9 +79762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *259 - *260 - - *495 + - *261 + - *496 - *17 - *19 responses: @@ -79757,7 +79774,7 @@ paths: application/json: schema: type: array - items: *399 + items: *400 examples: default: value: @@ -79773,10 +79790,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *56 + Link: *57 '422': *15 - '500': *139 - '503': *61 + '500': *140 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79795,9 +79812,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *259 - *260 - - *495 + - *261 + - *496 responses: '204': description: Response if pull request has been merged @@ -79820,9 +79837,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -79934,9 +79951,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 responses: '200': description: Response @@ -79952,7 +79969,7 @@ paths: items: *4 teams: type: array - items: *179 + items: *180 required: - users - teams @@ -79993,7 +80010,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80011,9 +80028,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -80050,7 +80067,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -80586,9 +80603,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: true content: @@ -80622,7 +80639,7 @@ paths: description: Response content: application/json: - schema: *488 + schema: *489 examples: default: value: @@ -81127,9 +81144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 - *17 - *19 responses: @@ -81139,7 +81156,7 @@ paths: application/json: schema: type: array - items: &498 + items: &499 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -81213,7 +81230,7 @@ paths: type: string body_text: type: string - author_association: *59 + author_association: *60 required: - id - node_id @@ -81262,7 +81279,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81295,9 +81312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -81387,9 +81404,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &500 + default: &501 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81452,10 +81469,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - &499 + - *261 + - *496 + - &500 name: review_id description: The unique identifier of the review. in: path @@ -81467,9 +81484,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &501 + default: &502 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -81528,10 +81545,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 requestBody: required: true content: @@ -81554,7 +81571,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -81616,18 +81633,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 responses: '200': description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *500 + default: *501 '422': *7 '404': *6 x-github: @@ -81654,10 +81671,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 - *17 - *19 responses: @@ -81751,13 +81768,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *59 + author_association: *60 _links: type: object properties: - self: *392 - html: *392 - pull_request: *392 + self: *393 + html: *393 + pull_request: *393 required: - self - html @@ -81766,7 +81783,7 @@ paths: type: string body_html: type: string - reactions: *60 + reactions: *61 side: description: The side of the first line of the range for a multi-line comment. @@ -81879,7 +81896,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -81908,10 +81925,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 requestBody: required: true content: @@ -81940,7 +81957,7 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: default: value: @@ -82003,10 +82020,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *259 - *260 - - *495 - - *499 + - *261 + - *496 + - *500 requestBody: required: true content: @@ -82041,9 +82058,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *501 + default: *502 '404': *6 '422': *7 '403': *27 @@ -82065,9 +82082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *259 - *260 - - *495 + - *261 + - *496 requestBody: required: false content: @@ -82131,8 +82148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *259 - *260 + - *261 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -82145,9 +82162,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: &503 + default: &504 value: type: file encoding: base64 @@ -82189,8 +82206,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *259 - *260 + - *261 - name: dir description: The alternate path to look for a README file in: path @@ -82210,9 +82227,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 '422': *15 x-github: @@ -82234,8 +82251,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -82245,7 +82262,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 title: Release description: A release. type: object @@ -82317,7 +82334,7 @@ paths: author: *4 assets: type: array - items: &505 + items: &506 title: Release Asset description: Data related to a release. type: object @@ -82387,7 +82404,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *60 + reactions: *61 required: - assets_url - upload_url @@ -82477,7 +82494,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -82497,8 +82514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -82574,9 +82591,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -82679,9 +82696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *259 - *260 - - &506 + - *261 + - &507 name: asset_id description: The unique identifier of the asset. in: path @@ -82693,9 +82710,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -82729,7 +82746,7 @@ paths: type: User site_admin: false '404': *6 - '302': *401 + '302': *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82745,9 +82762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *259 - *260 - - *506 + - *261 + - *507 requestBody: required: false content: @@ -82776,9 +82793,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82794,9 +82811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *259 - *260 - - *506 + - *261 + - *507 responses: '204': description: Response @@ -82820,8 +82837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -82907,16 +82924,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *259 - *260 + - *261 responses: '200': description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82933,8 +82950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *259 - *260 + - *261 - name: tag description: tag parameter in: path @@ -82947,9 +82964,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 '404': *6 x-github: githubCloudOnly: false @@ -82971,9 +82988,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *259 - *260 - - &509 + - *261 + - &510 name: release_id description: The unique identifier of the release. in: path @@ -82987,9 +83004,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 '401': description: Unauthorized x-github: @@ -83007,9 +83024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 requestBody: required: false content: @@ -83073,9 +83090,9 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *508 + default: *509 '404': description: Not Found if the discussion category name is invalid content: @@ -83096,9 +83113,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 responses: '204': description: Response @@ -83118,9 +83135,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *259 - *260 - - *509 + - *261 + - *510 - *17 - *19 responses: @@ -83130,7 +83147,7 @@ paths: application/json: schema: type: array - items: *505 + items: *506 examples: default: value: @@ -83166,7 +83183,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83210,9 +83227,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *259 - *260 - - *509 + - *261 + - *510 - name: name in: query required: true @@ -83238,7 +83255,7 @@ paths: description: Response for successful upload content: application/json: - schema: *505 + schema: *506 examples: response-for-successful-upload: value: @@ -83292,9 +83309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -83318,11 +83335,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -83341,9 +83358,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *259 - *260 - - *509 + - *261 + - *510 requestBody: required: true content: @@ -83373,16 +83390,16 @@ paths: description: Reaction exists content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '201': description: Reaction created content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 '422': *15 x-github: githubCloudOnly: false @@ -83404,10 +83421,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *259 - *260 - - *509 - - *255 + - *261 + - *510 + - *256 responses: '204': description: Response @@ -83431,9 +83448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *259 - *260 - - *327 + - *261 + - *328 - *17 - *19 responses: @@ -83449,8 +83466,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *510 - - &512 + - *511 + - &513 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -83470,53 +83487,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *511 - *512 - - allOf: - *513 - - *512 - allOf: - *514 - - *512 + - *513 - allOf: - *515 - - *512 + - *513 - allOf: - *516 - - *512 + - *513 - allOf: - *517 - - *512 + - *513 - allOf: - *518 - - *512 + - *513 - allOf: - *519 - - *512 + - *513 - allOf: - *520 - - *512 + - *513 - allOf: - *521 - - *512 + - *513 - allOf: - *522 - - *512 + - *513 - allOf: - *523 - - *512 + - *513 - allOf: - *524 - - *512 + - *513 - allOf: - *525 - - *512 + - *513 - allOf: - *526 - - *512 + - *513 - allOf: - *527 - - *512 + - *513 + - allOf: + - *528 + - *513 examples: default: value: @@ -83555,8 +83572,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - *17 - *19 - name: includes_parents @@ -83567,7 +83584,7 @@ paths: schema: type: boolean default: true - - *528 + - *529 responses: '200': description: Response @@ -83575,7 +83592,7 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: value: @@ -83606,7 +83623,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -83622,8 +83639,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 requestBody: description: Request body required: true @@ -83643,16 +83660,16 @@ paths: - tag - push default: branch - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *218 + items: *222 + conditions: *219 rules: type: array description: An array of rules within the ruleset. - items: *223 + items: *224 required: - name - enforcement @@ -83683,9 +83700,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: &538 + default: &539 value: id: 42 name: super cool ruleset @@ -83718,7 +83735,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *139 + '500': *140 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -83732,12 +83749,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *259 - *260 - - *529 + - *261 - *530 - *531 - *532 + - *533 - *17 - *19 responses: @@ -83745,11 +83762,11 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83768,19 +83785,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *259 - *260 - - *535 + - *261 + - *536 responses: '200': description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83806,8 +83823,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83827,11 +83844,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *538 + default: *539 '404': *6 - '500': *139 + '500': *140 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -83847,8 +83864,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83873,16 +83890,16 @@ paths: - branch - tag - push - enforcement: *220 + enforcement: *221 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *221 - conditions: *218 + items: *222 + conditions: *219 rules: description: An array of rules within the ruleset. type: array - items: *223 + items: *224 examples: default: value: @@ -83910,11 +83927,11 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *538 + default: *539 '404': *6 - '500': *139 + '500': *140 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -83930,8 +83947,8 @@ paths: category: repos subcategory: rules parameters: - - *259 - *260 + - *261 - name: ruleset_id description: The ID of the ruleset. in: path @@ -83942,7 +83959,7 @@ paths: '204': description: Response '404': *6 - '500': *139 + '500': *140 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -83959,20 +83976,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *259 - *260 - - *226 + - *261 - *227 - *228 - *229 + - *230 - *46 - *19 - *17 - - *539 - *540 - - *230 + - *541 - *231 - *232 + - *233 responses: '200': description: Response @@ -83980,24 +83997,24 @@ paths: application/json: schema: type: array - items: &543 + items: &544 type: object properties: - number: *51 - created_at: *52 + number: *52 + created_at: *53 updated_at: anyOf: - type: 'null' - - *53 - url: *54 - html_url: *55 + - *54 + url: *55 + html_url: *56 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *541 - resolution: *542 + state: *542 + resolution: *543 resolved_at: type: - string @@ -84188,7 +84205,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84210,15 +84227,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -84249,7 +84266,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84270,9 +84287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 requestBody: required: true content: @@ -84280,8 +84297,8 @@ paths: schema: type: object properties: - state: *541 - resolution: *542 + state: *542 + resolution: *543 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -84300,7 +84317,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -84353,7 +84370,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84375,9 +84392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *259 - *260 - - *358 + - *261 + - *359 - *19 - *17 responses: @@ -84388,7 +84405,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &672 + items: &673 type: object properties: type: @@ -84741,11 +84758,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *56 + Link: *57 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84767,8 +84784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -84776,14 +84793,14 @@ paths: schema: type: object properties: - reason: &545 + reason: &546 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *544 + placeholder_id: *545 required: - reason - placeholder_id @@ -84800,7 +84817,7 @@ paths: schema: type: object properties: - reason: *545 + reason: *546 expire_at: type: - string @@ -84824,7 +84841,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *61 + '503': *62 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -84844,13 +84861,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *259 - *260 + - *261 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *61 + '503': *62 '200': description: Response content: @@ -84860,7 +84877,7 @@ paths: properties: incremental_scans: type: array - items: &546 + items: &547 description: Information on a single scan performed by secret scanning on the repository type: object @@ -84888,15 +84905,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *546 + items: *547 backfill_scans: type: array - items: *546 + items: *547 custom_pattern_backfill_scans: type: array items: allOf: - - *546 + - *547 - type: object properties: pattern_name: @@ -84966,8 +84983,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *259 - *260 + - *261 - *46 - name: sort description: The property to sort the results by. @@ -85011,9 +85028,9 @@ paths: application/json: schema: type: array - items: *547 + items: *548 examples: - default: *548 + default: *549 '400': *14 '404': *6 x-github: @@ -85036,8 +85053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -85117,7 +85134,7 @@ paths: login: type: string description: The username of the user credited. - type: *235 + type: *236 required: - login - type @@ -85207,9 +85224,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: &550 + default: &551 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -85442,8 +85459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -85556,7 +85573,7 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: default: value: @@ -85703,17 +85720,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *259 - *260 - - *549 + - *261 + - *550 responses: '200': description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *550 + default: *551 '403': *27 '404': *6 x-github: @@ -85737,9 +85754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *259 - *260 - - *549 + - *261 + - *550 requestBody: required: true content: @@ -85819,7 +85836,7 @@ paths: login: type: string description: The username of the user credited. - type: *235 + type: *236 required: - login - type @@ -85910,17 +85927,17 @@ paths: description: Response content: application/json: - schema: *547 + schema: *548 examples: - default: *550 - add_credit: *550 + default: *551 + add_credit: *551 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *92 + schema: *93 examples: invalid_state_transition: value: @@ -85951,9 +85968,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *259 - *260 - - *549 + - *261 + - *550 responses: '202': *45 '400': *14 @@ -85980,17 +85997,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *259 - *260 - - *549 + - *261 + - *550 responses: '202': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 '400': *14 '422': *15 '403': *27 @@ -86016,8 +86033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -86091,7 +86108,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -86113,8 +86130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -86123,7 +86140,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -86136,7 +86153,7 @@ paths: - 1124 - -435 '202': *45 - '204': *136 + '204': *137 '422': description: Repository contains more than 10,000 commits x-github: @@ -86156,8 +86173,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -86208,7 +86225,7 @@ paths: total: 89 week: 1336280400 '202': *45 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86235,8 +86252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -86308,7 +86325,7 @@ paths: d: 77 c: 10 '202': *45 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86330,8 +86347,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *259 - *260 + - *261 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -86485,8 +86502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *259 - *260 + - *261 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -86496,7 +86513,7 @@ paths: application/json: schema: type: array - items: *551 + items: *552 examples: default: value: @@ -86509,7 +86526,7 @@ paths: - - 0 - 2 - 21 - '204': *136 + '204': *137 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86529,8 +86546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *259 - *260 + - *261 - name: sha in: path required: true @@ -86586,7 +86603,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: default: value: @@ -86640,8 +86657,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -86653,9 +86670,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86673,14 +86690,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *259 - *260 + - *261 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &553 + schema: &554 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -86753,8 +86770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *259 - *260 + - *261 requestBody: required: false content: @@ -86780,7 +86797,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -86807,8 +86824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -86828,8 +86845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -86888,7 +86905,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86911,8 +86928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -86920,7 +86937,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 title: Tag protection description: Tag protection type: object @@ -86977,8 +86994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -87001,7 +87018,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *555 examples: default: value: @@ -87032,8 +87049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *259 - *260 + - *261 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -87070,8 +87087,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *259 - *260 + - *261 - name: ref in: path required: true @@ -87107,8 +87124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *259 - *260 + - *261 - *17 - *19 responses: @@ -87118,11 +87135,11 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - default: *195 + default: *196 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -87140,8 +87157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *259 - *260 + - *261 - *19 - *17 responses: @@ -87149,7 +87166,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -87161,7 +87178,7 @@ paths: required: - names examples: - default: &556 + default: &557 value: names: - octocat @@ -87184,8 +87201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -87216,9 +87233,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '404': *6 '422': *7 x-github: @@ -87239,9 +87256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *259 - *260 - - &557 + - *261 + - &558 name: per description: The time frame to display results for. in: query @@ -87272,7 +87289,7 @@ paths: - 128 clones: type: array - items: &558 + items: &559 title: Traffic type: object properties: @@ -87359,8 +87376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -87454,8 +87471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *259 - *260 + - *261 responses: '200': description: Response @@ -87518,9 +87535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *259 - *260 - - *557 + - *261 + - *558 responses: '200': description: Response @@ -87541,7 +87558,7 @@ paths: - 3782 views: type: array - items: *558 + items: *559 required: - uniques - count @@ -87618,8 +87635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *259 - *260 + - *261 requestBody: required: true content: @@ -87655,7 +87672,7 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: default: value: @@ -87893,8 +87910,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *259 - *260 + - *261 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -87917,8 +87934,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -87940,8 +87957,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -87967,8 +87984,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *259 - *260 + - *261 - name: ref in: path required: true @@ -88060,9 +88077,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -88103,7 +88120,7 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: default: value: @@ -88292,7 +88309,7 @@ paths: html_url: type: string format: uri - repository: *114 + repository: *115 score: type: number file_size: @@ -88311,7 +88328,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &559 + text_matches: &560 title: Search Result Text Matches type: array items: @@ -88426,7 +88443,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *61 + '503': *62 '422': *15 '403': *27 x-github: @@ -88474,7 +88491,7 @@ paths: enum: - author-date - committer-date - - &560 + - &561 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -88543,7 +88560,7 @@ paths: committer: anyOf: - type: 'null' - - *325 + - *326 comment_count: type: integer message: @@ -88562,7 +88579,7 @@ paths: url: type: string format: uri - verification: *436 + verification: *437 required: - author - committer @@ -88577,7 +88594,7 @@ paths: committer: anyOf: - type: 'null' - - *325 + - *326 parents: type: array items: @@ -88589,12 +88606,12 @@ paths: type: string sha: type: string - repository: *114 + repository: *115 score: type: number node_id: type: string - text_matches: *559 + text_matches: *560 required: - sha - node_id @@ -88786,7 +88803,7 @@ paths: - interactions - created - updated - - *560 + - *561 - *17 - *19 responses: @@ -88902,7 +88919,7 @@ paths: milestone: anyOf: - type: 'null' - - *391 + - *392 comments: type: integer created_at: @@ -88916,7 +88933,7 @@ paths: - string - 'null' format: date-time - text_matches: *559 + text_matches: *560 pull_request: type: object properties: @@ -88954,10 +88971,10 @@ paths: type: string score: type: number - author_association: *59 + author_association: *60 draft: type: boolean - repository: *58 + repository: *59 body_html: type: string body_text: @@ -88969,7 +88986,7 @@ paths: anyOf: - type: 'null' - *5 - reactions: *60 + reactions: *61 required: - assignee - closed_at @@ -89085,7 +89102,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *61 + '503': *62 '422': *15 '304': *35 '403': *27 @@ -89138,7 +89155,7 @@ paths: enum: - created - updated - - *560 + - *561 - *17 - *19 responses: @@ -89183,7 +89200,7 @@ paths: - 'null' score: type: number - text_matches: *559 + text_matches: *560 required: - id - node_id @@ -89268,7 +89285,7 @@ paths: - forks - help-wanted-issues - updated - - *560 + - *561 - *17 - *19 responses: @@ -89487,7 +89504,7 @@ paths: license: anyOf: - type: 'null' - - *74 + - *75 permissions: type: object properties: @@ -89505,7 +89522,7 @@ paths: - admin - pull - push - text_matches: *559 + text_matches: *560 temp_clone_token: type: string allow_merge_commit: @@ -89708,7 +89725,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *61 + '503': *62 '422': *15 '304': *35 x-github: @@ -89813,7 +89830,7 @@ paths: - string - 'null' format: uri - text_matches: *559 + text_matches: *560 related: type: - array @@ -90006,7 +90023,7 @@ paths: - followers - repositories - joined - - *560 + - *561 - *17 - *19 responses: @@ -90116,7 +90133,7 @@ paths: type: - boolean - 'null' - text_matches: *559 + text_matches: *560 blog: type: - string @@ -90178,7 +90195,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *61 + '503': *62 '422': *15 x-github: githubCloudOnly: false @@ -90198,7 +90215,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &561 + - &562 name: team_id description: The unique identifier of the team. in: path @@ -90210,9 +90227,9 @@ paths: description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 x-github: githubCloudOnly: false @@ -90239,7 +90256,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *561 + - *562 requestBody: required: true content: @@ -90303,16 +90320,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '201': description: Response content: application/json: - schema: *244 + schema: *245 examples: - default: *245 + default: *246 '404': *6 '422': *15 '403': *27 @@ -90340,7 +90357,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *561 + - *562 responses: '204': description: Response @@ -90371,7 +90388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *561 + - *562 - *46 - *17 - *19 @@ -90382,11 +90399,11 @@ paths: application/json: schema: type: array - items: *246 + items: *247 examples: - default: *562 + default: *563 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90413,7 +90430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *561 + - *562 requestBody: required: true content: @@ -90447,9 +90464,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: triggersNotification: true githubCloudOnly: false @@ -90476,16 +90493,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90510,8 +90527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 requestBody: required: false content: @@ -90534,9 +90551,9 @@ paths: description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *563 + default: *564 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90561,8 +90578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 responses: '204': description: Response @@ -90591,8 +90608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *561 - - *248 + - *562 + - *249 - *46 - *17 - *19 @@ -90603,11 +90620,11 @@ paths: application/json: schema: type: array - items: *249 + items: *250 examples: - default: *564 + default: *565 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90634,8 +90651,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *561 - - *248 + - *562 + - *249 requestBody: required: true content: @@ -90657,9 +90674,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: triggersNotification: true githubCloudOnly: false @@ -90686,17 +90703,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 responses: '200': description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90721,9 +90738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 requestBody: required: true content: @@ -90745,9 +90762,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90772,9 +90789,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 responses: '204': description: Response @@ -90803,9 +90820,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -90831,11 +90848,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90862,9 +90879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *561 - - *248 - - *251 + - *562 + - *249 + - *252 requestBody: required: true content: @@ -90896,9 +90913,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90924,8 +90941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -90951,11 +90968,11 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *254 + default: *255 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90982,8 +90999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *561 - - *248 + - *562 + - *249 requestBody: required: true content: @@ -91015,9 +91032,9 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: - default: *253 + default: *254 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91041,7 +91058,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91051,11 +91068,11 @@ paths: application/json: schema: type: array - items: *176 + items: *177 examples: - default: *177 + default: *178 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91079,7 +91096,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *561 + - *562 - name: role description: Filters members returned by their role in the team. in: query @@ -91102,9 +91119,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -91130,8 +91147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: if user is a member @@ -91167,8 +91184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: Response @@ -91207,8 +91224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: Response @@ -91244,16 +91261,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-user-is-a-team-maintainer: *566 + response-if-user-is-a-team-maintainer: *567 '404': *6 x-github: githubCloudOnly: false @@ -91286,8 +91303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *561 - - *127 + - *562 + - *128 requestBody: required: false content: @@ -91312,9 +91329,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - response-if-users-membership-with-team-is-now-pending: *567 + response-if-users-membership-with-team-is-now-pending: *568 '403': description: Forbidden if team synchronization is set up '422': @@ -91348,8 +91365,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *561 - - *127 + - *562 + - *128 responses: '204': description: Response @@ -91378,7 +91395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91388,11 +91405,11 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: - default: *568 + default: *569 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -91417,16 +91434,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *561 - - *258 + - *562 + - *259 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *569 + default: *570 '404': description: Not Found if project is not managed by this team x-github: @@ -91451,8 +91468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *561 - - *258 + - *562 + - *259 requestBody: required: false content: @@ -91520,8 +91537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *561 - - *258 + - *562 + - *259 responses: '204': description: Response @@ -91548,7 +91565,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91558,11 +91575,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -91590,15 +91607,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *561 - - *259 + - *562 - *260 + - *261 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *570 + schema: *571 examples: alternative-response-with-extra-repository-information: value: @@ -91749,9 +91766,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *561 - - *259 + - *562 - *260 + - *261 requestBody: required: false content: @@ -91801,9 +91818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *561 - - *259 + - *562 - *260 + - *261 responses: '204': description: Response @@ -91828,7 +91845,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *561 + - *562 - *17 - *19 responses: @@ -91838,11 +91855,11 @@ paths: application/json: schema: type: array - items: *179 + items: *180 examples: - response-if-child-teams-exist: *571 + response-if-child-teams-exist: *572 headers: - Link: *56 + Link: *57 '404': *6 '403': *27 '422': *15 @@ -91873,7 +91890,7 @@ paths: application/json: schema: oneOf: - - &573 + - &574 title: Private User description: Private User type: object @@ -92123,7 +92140,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *572 + - *573 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -92283,7 +92300,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -92362,7 +92379,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 '304': *35 '404': *6 '403': *27 @@ -92385,7 +92402,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *127 + - *128 responses: '204': description: If the user is blocked @@ -92413,7 +92430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -92437,7 +92454,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -92486,11 +92503,11 @@ paths: type: integer codespaces: type: array - items: *183 + items: *184 examples: - default: *184 + default: *185 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -92627,21 +92644,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '401': *23 '403': *27 '404': *6 - '503': *61 + '503': *62 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92681,7 +92698,7 @@ paths: type: integer secrets: type: array - items: &574 + items: &575 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -92723,9 +92740,9 @@ paths: - visibility - selected_repositories_url examples: - default: *380 + default: *381 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92795,13 +92812,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *122 + - *123 responses: '200': description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -92831,7 +92848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *122 + - *123 requestBody: required: true content: @@ -92876,7 +92893,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -92904,7 +92921,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *122 + - *123 responses: '204': description: Response @@ -92929,7 +92946,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *122 + - *123 responses: '200': description: Response @@ -92945,13 +92962,13 @@ paths: type: integer repositories: type: array - items: *114 + items: *115 examples: - default: *575 + default: *576 '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92972,7 +92989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *122 + - *123 requestBody: required: true content: @@ -93004,7 +93021,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93026,7 +93043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *122 + - *123 - name: repository_id in: path required: true @@ -93038,7 +93055,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93059,7 +93076,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *122 + - *123 - name: repository_id in: path required: true @@ -93071,7 +93088,7 @@ paths: '401': *23 '403': *27 '404': *6 - '500': *139 + '500': *140 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93091,17 +93108,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93125,7 +93142,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 requestBody: required: false content: @@ -93155,9 +93172,9 @@ paths: description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '401': *23 '403': *27 '404': *6 @@ -93179,11 +93196,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '202': *45 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93208,13 +93225,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '202': description: Response content: application/json: - schema: &576 + schema: &577 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -93267,7 +93284,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &577 + default: &578 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -93275,7 +93292,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93299,7 +93316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *185 + - *186 - name: export_id in: path required: true @@ -93312,9 +93329,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: - default: *577 + default: *578 '404': *6 x-github: githubCloudOnly: false @@ -93335,7 +93352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *185 + - *186 responses: '200': description: Response @@ -93351,11 +93368,11 @@ paths: type: integer machines: type: array - items: *379 + items: *380 examples: - default: *578 + default: *579 '304': *35 - '500': *139 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -93382,7 +93399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *185 + - *186 requestBody: required: true content: @@ -93438,11 +93455,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *270 + repository: *271 machine: anyOf: - type: 'null' - - *379 + - *380 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -94239,17 +94256,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 + default: *379 '304': *35 - '500': *139 + '500': *140 '400': *14 '401': *23 '402': @@ -94279,16 +94296,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *185 + - *186 responses: '200': description: Response content: application/json: - schema: *183 + schema: *184 examples: - default: *378 - '500': *139 + default: *379 + '500': *140 '401': *23 '403': *27 '404': *6 @@ -94317,9 +94334,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: &591 + default: &592 value: - id: 197 name: hello_docker @@ -94420,7 +94437,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Email description: Email type: object @@ -94490,16 +94507,16 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: &593 + default: &594 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -94569,7 +94586,7 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: default: value: @@ -94681,9 +94698,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -94714,9 +94731,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -94736,7 +94753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *127 + - *128 responses: '204': description: if the person is followed by the authenticated user @@ -94766,7 +94783,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -94791,7 +94808,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *127 + - *128 responses: '204': description: Response @@ -94827,7 +94844,7 @@ paths: application/json: schema: type: array - items: &580 + items: &581 title: GPG Key description: A unique encryption key type: object @@ -94972,7 +94989,7 @@ paths: - subkeys - revoked examples: - default: &604 + default: &605 value: - id: 3 name: Octocat's GPG Key @@ -95004,7 +95021,7 @@ paths: revoked: false raw_key: string headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -95057,9 +95074,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: &581 + default: &582 value: id: 3 name: Octocat's GPG Key @@ -95116,7 +95133,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &582 + - &583 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -95128,9 +95145,9 @@ paths: description: Response content: application/json: - schema: *580 + schema: *581 examples: - default: *581 + default: *582 '404': *6 '304': *35 '403': *27 @@ -95153,7 +95170,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *582 + - *583 responses: '204': description: Response @@ -95296,7 +95313,7 @@ paths: suspended_at: suspended_by: headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -95342,11 +95359,11 @@ paths: type: string repositories: type: array - items: *58 + items: *59 examples: - default: *583 + default: *584 headers: - Link: *56 + Link: *57 '404': *6 '403': *27 '304': *35 @@ -95369,7 +95386,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *104 + - *105 responses: '204': description: Response @@ -95395,7 +95412,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *104 + - *105 responses: '204': description: Response @@ -95429,12 +95446,12 @@ paths: application/json: schema: anyOf: - - *174 + - *175 - type: object properties: {} additionalProperties: false examples: - default: *175 + default: *176 '204': description: Response when there are no restrictions x-github: @@ -95458,7 +95475,7 @@ paths: required: true content: application/json: - schema: *447 + schema: *448 examples: default: value: @@ -95469,7 +95486,7 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: default: value: @@ -95550,7 +95567,7 @@ paths: - closed - all default: open - - *180 + - *181 - name: sort description: What to sort results by. in: query @@ -95563,7 +95580,7 @@ paths: - comments default: created - *46 - - *63 + - *64 - *17 - *19 responses: @@ -95573,11 +95590,11 @@ paths: application/json: schema: type: array - items: *73 + items: *74 examples: - default: *181 + default: *182 headers: - Link: *56 + Link: *57 '404': *6 '304': *35 x-github: @@ -95608,7 +95625,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Key description: Key type: object @@ -95655,7 +95672,7 @@ paths: verified: false read_only: false headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -95706,9 +95723,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &585 + default: &586 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -95741,15 +95758,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *475 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *585 + default: *586 '404': *6 '304': *35 '403': *27 @@ -95772,7 +95789,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *474 + - *475 responses: '204': description: Response @@ -95805,7 +95822,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -95873,7 +95890,7 @@ paths: - id - type - login - plan: *76 + plan: *77 required: - billing_cycle - next_billing_date @@ -95884,7 +95901,7 @@ paths: - account - plan examples: - default: &587 + default: &588 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -95917,7 +95934,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *56 + Link: *57 '304': *35 '401': *23 '404': *6 @@ -95946,11 +95963,11 @@ paths: application/json: schema: type: array - items: *586 + items: *587 examples: - default: *587 + default: *588 headers: - Link: *56 + Link: *57 '304': *35 '401': *23 x-github: @@ -95988,7 +96005,7 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: default: value: @@ -96065,7 +96082,7 @@ paths: type: User site_admin: false headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -96090,13 +96107,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 responses: '200': description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -96154,7 +96171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *89 + - *90 requestBody: required: true content: @@ -96179,7 +96196,7 @@ paths: description: Response content: application/json: - schema: *187 + schema: *188 examples: default: value: @@ -96247,7 +96264,7 @@ paths: application/json: schema: type: array - items: *189 + items: *190 examples: default: value: @@ -96400,7 +96417,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -96509,7 +96526,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -96689,7 +96706,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *190 + - *191 - name: exclude in: query required: false @@ -96702,7 +96719,7 @@ paths: description: Response content: application/json: - schema: *189 + schema: *190 examples: default: value: @@ -96896,7 +96913,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *190 + - *191 responses: '302': description: Response @@ -96922,7 +96939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *190 + - *191 responses: '204': description: Response @@ -96951,8 +96968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *190 - - *588 + - *191 + - *589 responses: '204': description: Response @@ -96976,7 +96993,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *190 + - *191 - *17 - *19 responses: @@ -96986,11 +97003,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 '404': *6 x-github: githubCloudOnly: false @@ -97023,11 +97040,11 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *589 + default: *590 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -97067,7 +97084,7 @@ paths: - docker - nuget - container - - *590 + - *591 - *19 - *17 responses: @@ -97077,10 +97094,10 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *591 - '400': *592 + default: *592 + '400': *593 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97100,16 +97117,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *198 - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: &605 + default: &606 value: id: 40201 name: octo-name @@ -97222,8 +97239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *198 - *199 + - *200 responses: '204': description: Response @@ -97253,8 +97270,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *198 - *199 + - *200 - name: token description: package token schema: @@ -97286,8 +97303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *198 - *199 + - *200 - *19 - *17 - name: state @@ -97307,7 +97324,7 @@ paths: application/json: schema: type: array - items: *200 + items: *201 examples: default: value: @@ -97356,15 +97373,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *198 - *199 - - *201 + - *200 + - *202 responses: '200': description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -97400,9 +97417,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *198 - *199 - - *201 + - *200 + - *202 responses: '204': description: Response @@ -97432,9 +97449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *198 - *199 - - *201 + - *200 + - *202 responses: '204': description: Response @@ -97492,7 +97509,7 @@ paths: description: Response content: application/json: - schema: *211 + schema: *212 examples: default: value: @@ -97561,11 +97578,11 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *593 + default: *594 headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -97674,9 +97691,9 @@ paths: application/json: schema: type: array - items: *58 + items: *59 examples: - default: &600 + default: &601 summary: Default response value: - id: 1296269 @@ -97992,9 +98009,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *272 + default: *273 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -98032,11 +98049,11 @@ paths: application/json: schema: type: array - items: *449 + items: *450 examples: - default: *594 + default: *595 headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98057,7 +98074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *178 + - *179 responses: '204': description: Response @@ -98080,7 +98097,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *178 + - *179 responses: '204': description: Response @@ -98113,7 +98130,7 @@ paths: application/json: schema: type: array - items: &595 + items: &596 title: Social account description: Social media account type: object @@ -98130,12 +98147,12 @@ paths: - provider - url examples: - default: &596 + default: &597 value: - provider: twitter url: https://twitter.com/github headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98193,9 +98210,9 @@ paths: application/json: schema: type: array - items: *595 + items: *596 examples: - default: *596 + default: *597 '422': *15 '304': *35 '404': *6 @@ -98283,7 +98300,7 @@ paths: application/json: schema: type: array - items: &597 + items: &598 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -98303,7 +98320,7 @@ paths: - title - created_at examples: - default: &612 + default: &613 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98316,7 +98333,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98370,9 +98387,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: &598 + default: &599 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98403,7 +98420,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &599 + - &600 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -98415,9 +98432,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *598 examples: - default: *598 + default: *599 '404': *6 '304': *35 '403': *27 @@ -98440,7 +98457,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *599 + - *600 responses: '204': description: Response @@ -98469,7 +98486,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &613 + - &614 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -98492,13 +98509,13 @@ paths: application/json: schema: type: array - items: *58 + items: *59 examples: - default-response: *600 + default-response: *601 application/vnd.github.v3.star+json: schema: type: array - items: &614 + items: &615 title: Starred Repository description: Starred Repository type: object @@ -98506,7 +98523,7 @@ paths: starred_at: type: string format: date-time - repo: *58 + repo: *59 required: - starred_at - repo @@ -98634,7 +98651,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -98654,8 +98671,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response if this repository is starred by you @@ -98683,8 +98700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -98708,8 +98725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *259 - *260 + - *261 responses: '204': description: Response @@ -98742,11 +98759,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 '304': *35 '403': *27 '401': *23 @@ -98781,7 +98798,7 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: default: value: @@ -98832,7 +98849,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *56 + Link: *57 '304': *35 '404': *6 '403': *27 @@ -98859,7 +98876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *78 + - *79 responses: '200': description: Response @@ -98867,10 +98884,10 @@ paths: application/json: schema: oneOf: + - *574 - *573 - - *572 examples: - default-response: &602 + default-response: &603 summary: Default response value: login: octocat @@ -98905,7 +98922,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &603 + response-with-git-hub-plan-information: &604 summary: Response with GitHub plan information value: login: octocat @@ -98965,7 +98982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *601 + - *602 - *17 responses: '200': @@ -98976,7 +98993,7 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: Link: example: ; rel="next" @@ -99006,7 +99023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *127 + - *128 responses: '200': description: Response @@ -99014,11 +99031,11 @@ paths: application/json: schema: oneOf: + - *574 - *573 - - *572 examples: - default-response: *602 - response-with-git-hub-plan-information: *603 + default-response: *603 + response-with-git-hub-plan-information: *604 '404': *6 x-github: githubCloudOnly: false @@ -99044,7 +99061,7 @@ paths: - *17 - *37 - *38 - - *127 + - *128 - name: subject_digest description: Subject Digest in: path @@ -99148,7 +99165,7 @@ paths: description: Response content: application/json: - schema: *123 + schema: *124 examples: default: value: @@ -99174,7 +99191,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *127 + - *128 responses: '200': description: Response @@ -99182,9 +99199,9 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *591 + default: *592 '403': *27 '401': *23 x-github: @@ -99207,7 +99224,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99217,7 +99234,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -99288,8 +99305,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *127 - - *89 + - *128 + - *90 - *17 - *19 responses: @@ -99299,7 +99316,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -99378,7 +99395,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99388,7 +99405,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -99455,7 +99472,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99467,9 +99484,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99486,7 +99503,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99498,9 +99515,9 @@ paths: type: array items: *4 examples: - default: *182 + default: *183 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99517,7 +99534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *127 + - *128 - name: target_user in: path required: true @@ -99544,8 +99561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *127 - - *63 + - *128 + - *64 - *17 - *19 responses: @@ -99555,11 +99572,11 @@ paths: application/json: schema: type: array - items: *64 + items: *65 examples: - default: *65 + default: *66 headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -99578,7 +99595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99588,11 +99605,11 @@ paths: application/json: schema: type: array - items: *580 + items: *581 examples: - default: *604 + default: *605 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99614,7 +99631,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *127 + - *128 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -99686,7 +99703,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *127 + - *128 responses: '200': description: Response @@ -99694,7 +99711,7 @@ paths: application/json: schema: *20 examples: - default: *446 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99712,7 +99729,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99740,7 +99757,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99760,7 +99777,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -99770,11 +99787,11 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *589 + default: *590 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99811,8 +99828,8 @@ paths: - docker - nuget - container - - *590 - - *127 + - *591 + - *128 - *19 - *17 responses: @@ -99822,12 +99839,12 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: - default: *591 + default: *592 '403': *27 '401': *23 - '400': *592 + '400': *593 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99847,17 +99864,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: - default: *605 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99878,9 +99895,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 responses: '204': description: Response @@ -99912,9 +99929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 - name: token description: package token schema: @@ -99946,9 +99963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *198 - *199 - - *127 + - *200 + - *128 responses: '200': description: Response @@ -99956,7 +99973,7 @@ paths: application/json: schema: type: array - items: *200 + items: *201 examples: default: value: @@ -100014,16 +100031,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *198 - *199 - - *201 - - *127 + - *200 + - *202 + - *128 responses: '200': description: Response content: application/json: - schema: *200 + schema: *201 examples: default: value: @@ -100058,10 +100075,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *198 - *199 - - *127 - - *201 + - *200 + - *128 + - *202 responses: '204': description: Response @@ -100093,10 +100110,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *198 - *199 - - *127 - - *201 + - *200 + - *128 + - *202 responses: '204': description: Response @@ -100119,7 +100136,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *127 + - *128 - name: state description: Indicates the state of the projects to return. in: query @@ -100140,7 +100157,7 @@ paths: application/json: schema: type: array - items: *211 + items: *212 examples: default: value: @@ -100176,7 +100193,7 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *56 + Link: *57 '422': *15 x-github: githubCloudOnly: false @@ -100199,7 +100216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100209,7 +100226,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -100288,7 +100305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100298,7 +100315,7 @@ paths: application/json: schema: type: array - items: *84 + items: *85 examples: default: value: @@ -100375,7 +100392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *127 + - *128 - name: type description: Limit results to repositories of the specified type. in: query @@ -100418,11 +100435,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100444,15 +100461,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100474,15 +100491,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *608 + schema: *609 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100504,15 +100521,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *127 + - *128 responses: '200': description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100530,7 +100547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100540,11 +100557,11 @@ paths: application/json: schema: type: array - items: *595 + items: *596 examples: - default: *596 + default: *597 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100562,7 +100579,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100572,11 +100589,11 @@ paths: application/json: schema: type: array - items: *597 + items: *598 examples: - default: *612 + default: *613 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100598,8 +100615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *127 - - *613 + - *128 + - *614 - *46 - *17 - *19 @@ -100611,13 +100628,13 @@ paths: schema: anyOf: - type: array - items: *614 + items: *615 - type: array - items: *58 + items: *59 examples: - default-response: *600 + default-response: *601 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100634,7 +100651,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *127 + - *128 - *17 - *19 responses: @@ -100644,11 +100661,11 @@ paths: application/json: schema: type: array - items: *114 + items: *115 examples: - default: *202 + default: *203 headers: - Link: *56 + Link: *57 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100775,7 +100792,7 @@ webhooks: type: string enum: - disabled - enterprise: &615 + enterprise: &616 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -100844,7 +100861,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &616 + installation: &617 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -100865,7 +100882,7 @@ webhooks: required: - id - node_id - organization: &617 + organization: &618 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -100938,7 +100955,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &618 + repository: &619 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -100967,7 +100984,7 @@ webhooks: license: anyOf: - type: 'null' - - *74 + - *75 organization: anyOf: - type: 'null' @@ -101851,10 +101868,10 @@ webhooks: type: string enum: - enabled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -101930,11 +101947,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: &619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: &620 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -102157,11 +102174,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *4 required: - action @@ -102349,11 +102366,11 @@ webhooks: - everyone required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - rule: *619 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + rule: *620 sender: *4 required: - action @@ -102437,7 +102454,7 @@ webhooks: type: string enum: - completed - check_run: &621 + check_run: &622 title: CheckRun description: A check performed on the code of a given code change type: object @@ -102505,8 +102522,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *338 - repository: *114 + items: *339 + repository: *115 status: type: string enum: @@ -102550,7 +102567,7 @@ webhooks: - examples: - neutral - deployment: *620 + deployment: *621 details_url: type: string examples: @@ -102610,7 +102627,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *338 + items: *339 started_at: type: string format: date-time @@ -102648,9 +102665,9 @@ webhooks: - output - app - pull_requests - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - check_run @@ -103043,10 +103060,10 @@ webhooks: type: string enum: - created - check_run: *621 - installation: *616 - organization: *617 - repository: *618 + check_run: *622 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - check_run @@ -103442,10 +103459,10 @@ webhooks: type: string enum: - requested_action - check_run: *621 - installation: *616 - organization: *617 - repository: *618 + check_run: *622 + installation: *617 + organization: *618 + repository: *619 requested_action: description: The action requested by the user. type: object @@ -103850,10 +103867,10 @@ webhooks: type: string enum: - rerequested - check_run: *621 - installation: *616 - organization: *617 - repository: *618 + check_run: *622 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - check_run @@ -104845,10 +104862,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -105533,10 +105550,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -106215,10 +106232,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -106384,7 +106401,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106536,20 +106553,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &622 + commit_oid: &623 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *615 - installation: *616 - organization: *617 - ref: &623 + enterprise: *616 + installation: *617 + organization: *618 + ref: &624 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *618 + repository: *619 sender: *4 required: - action @@ -106713,7 +106730,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -106883,12 +106900,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -106986,7 +107003,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107165,12 +107182,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -107336,7 +107353,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -107513,12 +107530,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -107618,7 +107635,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -107798,9 +107815,9 @@ webhooks: type: - string - 'null' - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -107808,7 +107825,7 @@ webhooks: type: - string - 'null' - repository: *618 + repository: *619 sender: *4 required: - action @@ -107904,7 +107921,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *354 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -108051,12 +108068,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *622 - enterprise: *615 - installation: *616 - organization: *617 - ref: *623 - repository: *618 + commit_oid: *623 + enterprise: *616 + installation: *617 + organization: *618 + ref: *624 + repository: *619 sender: *4 required: - action @@ -108318,10 +108335,10 @@ webhooks: - updated_at - author_association - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -108402,18 +108419,18 @@ webhooks: type: - string - 'null' - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *617 - pusher_type: &624 + organization: *618 + pusher_type: &625 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &625 + ref: &626 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -108423,7 +108440,7 @@ webhooks: enum: - tag - branch - repository: *618 + repository: *619 sender: *4 required: - ref @@ -108505,10 +108522,10 @@ webhooks: type: string enum: - created - definition: *212 - enterprise: *615 - installation: *616 - organization: *617 + definition: *213 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -108593,9 +108610,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -108672,10 +108689,10 @@ webhooks: type: string enum: - updated - definition: *212 - enterprise: *615 - installation: *616 - organization: *617 + definition: *213 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -108752,19 +108769,19 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - repository: *618 - organization: *617 + enterprise: *616 + installation: *617 + repository: *619 + organization: *618 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *216 + items: *217 old_property_values: type: array description: The old custom property values for the repository. - items: *216 + items: *217 required: - action - repository @@ -108840,18 +108857,18 @@ webhooks: title: delete event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - pusher_type: *624 - ref: *625 + enterprise: *616 + installation: *617 + organization: *618 + pusher_type: *625 + ref: *626 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *618 + repository: *619 sender: *4 required: - ref @@ -108935,11 +108952,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109023,11 +109040,11 @@ webhooks: type: string enum: - auto_reopened - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109111,11 +109128,11 @@ webhooks: type: string enum: - created - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109197,11 +109214,11 @@ webhooks: type: string enum: - dismissed - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109283,11 +109300,11 @@ webhooks: type: string enum: - fixed - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109370,11 +109387,11 @@ webhooks: type: string enum: - reintroduced - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109456,11 +109473,11 @@ webhooks: type: string enum: - reopened - alert: *405 - installation: *616 - organization: *617 - enterprise: *615 - repository: *618 + alert: *406 + installation: *617 + organization: *618 + enterprise: *616 + repository: *619 sender: *4 required: - action @@ -109537,9 +109554,9 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - key: &626 + enterprise: *616 + installation: *617 + key: &627 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -109577,8 +109594,8 @@ webhooks: - verified - created_at - read_only - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -109655,11 +109672,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - key: *626 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + key: *627 + organization: *618 + repository: *619 sender: *4 required: - action @@ -110231,12 +110248,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: &630 + workflow: &631 title: Workflow type: - object @@ -110974,13 +110991,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *411 + deployment: *412 pull_requests: type: array - items: *493 - repository: *618 - organization: *617 - installation: *616 + items: *494 + repository: *619 + organization: *618 + installation: *617 sender: *4 responses: '200': @@ -111051,7 +111068,7 @@ webhooks: type: string enum: - approved - approver: &627 + approver: &628 type: object properties: avatar_url: @@ -111094,11 +111111,11 @@ webhooks: type: string comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: &628 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: &629 type: array items: type: object @@ -111179,7 +111196,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &629 + workflow_job_run: &630 type: object properties: conclusion: @@ -111925,18 +111942,18 @@ webhooks: type: string enum: - rejected - approver: *627 + approver: *628 comment: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - reviewers: *628 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + reviewers: *629 sender: *4 since: type: string - workflow_job_run: *629 + workflow_job_run: *630 workflow_job_runs: type: array items: @@ -112653,13 +112670,13 @@ webhooks: type: string enum: - requested - enterprise: *615 + enterprise: *616 environment: type: string - installation: *616 - organization: *617 - repository: *618 - requestor: &635 + installation: *617 + organization: *618 + repository: *619 + requestor: &636 title: User type: - object @@ -114602,12 +114619,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Deployment Workflow Run type: @@ -115298,7 +115315,7 @@ webhooks: type: string enum: - answered - answer: &633 + answer: &634 type: object properties: author_association: @@ -115458,7 +115475,7 @@ webhooks: - created_at - updated_at - body - discussion: &631 + discussion: &632 title: Discussion description: A Discussion in a repository. type: object @@ -115754,7 +115771,7 @@ webhooks: - id labels: type: array - items: *456 + items: *457 required: - repository_url - category @@ -115776,10 +115793,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -115906,11 +115923,11 @@ webhooks: - from required: - category - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -115993,11 +116010,11 @@ webhooks: type: string enum: - closed - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116079,7 +116096,7 @@ webhooks: type: string enum: - created - comment: &632 + comment: &633 type: object properties: author_association: @@ -116239,11 +116256,11 @@ webhooks: - updated_at - body - reactions - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116326,12 +116343,12 @@ webhooks: type: string enum: - deleted - comment: *632 - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *633 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116426,12 +116443,12 @@ webhooks: - from required: - body - comment: *632 - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + comment: *633 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116515,11 +116532,11 @@ webhooks: type: string enum: - created - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116601,11 +116618,11 @@ webhooks: type: string enum: - deleted - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116705,11 +116722,11 @@ webhooks: type: string required: - from - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116791,10 +116808,10 @@ webhooks: type: string enum: - labeled - discussion: *631 - enterprise: *615 - installation: *616 - label: &634 + discussion: *632 + enterprise: *616 + installation: *617 + label: &635 title: Label type: object properties: @@ -116827,8 +116844,8 @@ webhooks: - color - default - description - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116911,11 +116928,11 @@ webhooks: type: string enum: - locked - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -116997,11 +117014,11 @@ webhooks: type: string enum: - pinned - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117083,11 +117100,11 @@ webhooks: type: string enum: - reopened - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117172,16 +117189,16 @@ webhooks: changes: type: object properties: - new_discussion: *631 - new_repository: *618 + new_discussion: *632 + new_repository: *619 required: - new_discussion - new_repository - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117264,10 +117281,10 @@ webhooks: type: string enum: - unanswered - discussion: *631 - old_answer: *633 - organization: *617 - repository: *618 + discussion: *632 + old_answer: *634 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117349,12 +117366,12 @@ webhooks: type: string enum: - unlabeled - discussion: *631 - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117437,11 +117454,11 @@ webhooks: type: string enum: - unlocked - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117523,11 +117540,11 @@ webhooks: type: string enum: - unpinned - discussion: *631 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + discussion: *632 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -117600,7 +117617,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *615 + enterprise: *616 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -118278,9 +118295,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - forkee @@ -118426,9 +118443,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pages: description: The pages that were updated. type: array @@ -118466,7 +118483,7 @@ webhooks: - action - sha - html_url - repository: *618 + repository: *619 sender: *4 required: - pages @@ -118542,10 +118559,10 @@ webhooks: type: string enum: - created - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: &636 + organization: *618 + repositories: &637 description: An array of repository objects that the installation can access. type: array @@ -118571,8 +118588,8 @@ webhooks: - name - full_name - private - repository: *618 - requester: *635 + repository: *619 + requester: *636 sender: *4 required: - action @@ -118647,11 +118664,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -118728,11 +118745,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -118809,10 +118826,10 @@ webhooks: type: string enum: - added - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories_added: &637 + organization: *618 + repositories_added: &638 description: An array of repository objects, which were added to the installation. type: array @@ -118858,15 +118875,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *618 - repository_selection: &638 + repository: *619 + repository_selection: &639 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *635 + requester: *636 sender: *4 required: - action @@ -118945,10 +118962,10 @@ webhooks: type: string enum: - removed - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories_added: *637 + organization: *618 + repositories_added: *638 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -118975,9 +118992,9 @@ webhooks: - name - full_name - private - repository: *618 - repository_selection: *638 - requester: *635 + repository: *619 + repository_selection: *639 + requester: *636 sender: *4 required: - action @@ -119056,11 +119073,11 @@ webhooks: type: string enum: - suspend - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -119242,10 +119259,10 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 target_type: type: string @@ -119324,11 +119341,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *615 + enterprise: *616 installation: *20 - organization: *617 - repositories: *636 - repository: *618 + organization: *618 + repositories: *637 + repository: *619 requester: type: - 'null' @@ -119576,8 +119593,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120767,8 +120784,8 @@ webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -120848,7 +120865,7 @@ webhooks: type: string enum: - deleted - comment: &639 + comment: &640 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -121015,8 +121032,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -122204,8 +122221,8 @@ webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -122285,7 +122302,7 @@ webhooks: type: string enum: - edited - changes: &664 + changes: &665 description: The changes to the comment. type: object properties: @@ -122297,9 +122314,9 @@ webhooks: type: string required: - from - comment: *639 - enterprise: *615 - installation: *616 + comment: *640 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123488,8 +123505,8 @@ webhooks: - state - locked - assignee - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -123571,10 +123588,10 @@ webhooks: type: string enum: - assigned - assignee: *635 - enterprise: *615 - installation: *616 - issue: &642 + assignee: *636 + enterprise: *616 + installation: *617 + issue: &643 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -124518,8 +124535,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -124599,8 +124616,8 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -125692,8 +125709,8 @@ webhooks: required: - state - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -125772,8 +125789,8 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126710,8 +126727,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -126790,8 +126807,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127732,7 +127749,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &640 + milestone: &641 title: Milestone description: A collection of related issues and pull requests. type: object @@ -127875,8 +127892,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -127975,8 +127992,8 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128920,9 +128937,9 @@ webhooks: - active_lock_reason - body - reactions - label: *634 - organization: *617 - repository: *618 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -129002,8 +129019,8 @@ webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129946,9 +129963,9 @@ webhooks: - active_lock_reason - body - reactions - label: *634 - organization: *617 - repository: *618 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -130028,8 +130045,8 @@ webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130974,8 +130991,8 @@ webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -131054,8 +131071,8 @@ webhooks: type: string enum: - milestoned - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131994,9 +132011,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *640 - organization: *617 - repository: *618 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -133496,8 +133513,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134440,8 +134457,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -134521,9 +134538,9 @@ webhooks: type: string enum: - pinned - enterprise: *615 - installation: *616 - issue: &641 + enterprise: *616 + installation: *617 + issue: &642 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -135460,8 +135477,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -135540,8 +135557,8 @@ webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136485,8 +136502,8 @@ webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -137986,11 +138003,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *615 - installation: *616 - issue: *641 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *642 + organization: *618 + repository: *619 sender: *4 required: - action @@ -138071,7 +138088,7 @@ webhooks: type: string enum: - unassigned - assignee: &667 + assignee: &668 title: User type: - object @@ -138143,11 +138160,11 @@ webhooks: required: - login - id - enterprise: *615 - installation: *616 - issue: *642 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *643 + organization: *618 + repository: *619 sender: *4 required: - action @@ -138226,12 +138243,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - issue: *642 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *643 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -138311,8 +138328,8 @@ webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139255,8 +139272,8 @@ webhooks: format: uri user_view_type: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139336,11 +139353,11 @@ webhooks: type: string enum: - unpinned - enterprise: *615 - installation: *616 - issue: *641 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + issue: *642 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139419,11 +139436,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139501,11 +139518,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139615,11 +139632,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - label: *634 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + label: *635 + organization: *618 + repository: *619 sender: *4 required: - action @@ -139701,9 +139718,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: &643 + enterprise: *616 + installation: *617 + marketplace_purchase: &644 title: Marketplace Purchase type: object required: @@ -139791,8 +139808,8 @@ webhooks: type: integer unit_count: type: integer - organization: *617 - previous_marketplace_purchase: &644 + organization: *618 + previous_marketplace_purchase: &645 title: Marketplace Purchase type: object properties: @@ -139876,7 +139893,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *618 + repository: *619 sender: *4 required: - action @@ -139956,10 +139973,10 @@ webhooks: - changed effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: *643 - organization: *617 + enterprise: *616 + installation: *617 + marketplace_purchase: *644 + organization: *618 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140047,7 +140064,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *618 + repository: *619 sender: *4 required: - action @@ -140129,10 +140146,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: *643 - organization: *617 + enterprise: *616 + installation: *617 + marketplace_purchase: *644 + organization: *618 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -140218,7 +140235,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *618 + repository: *619 sender: *4 required: - action @@ -140299,8 +140316,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 marketplace_purchase: title: Marketplace Purchase type: object @@ -140386,9 +140403,9 @@ webhooks: type: integer unit_count: type: integer - organization: *617 - previous_marketplace_purchase: *644 - repository: *618 + organization: *618 + previous_marketplace_purchase: *645 + repository: *619 sender: *4 required: - action @@ -140468,12 +140485,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *615 - installation: *616 - marketplace_purchase: *643 - organization: *617 - previous_marketplace_purchase: *644 - repository: *618 + enterprise: *616 + installation: *617 + marketplace_purchase: *644 + organization: *618 + previous_marketplace_purchase: *645 + repository: *619 sender: *4 required: - action @@ -140575,11 +140592,11 @@ webhooks: type: string required: - to - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 sender: *4 required: - action @@ -140681,11 +140698,11 @@ webhooks: type: - string - 'null' - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 sender: *4 required: - action @@ -140764,11 +140781,11 @@ webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 sender: *4 required: - action @@ -140846,11 +140863,11 @@ webhooks: type: string enum: - added - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -140928,7 +140945,7 @@ webhooks: required: - login - id - team: &645 + team: &646 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -141121,11 +141138,11 @@ webhooks: type: string enum: - removed - enterprise: *615 - installation: *616 - member: *635 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + member: *636 + organization: *618 + repository: *619 scope: description: The scope of the membership. Currently, can only be `team`. @@ -141204,7 +141221,7 @@ webhooks: required: - login - id - team: *645 + team: *646 required: - action - scope @@ -141286,8 +141303,8 @@ webhooks: type: string enum: - checks_requested - installation: *616 - merge_group: &646 + installation: *617 + merge_group: &647 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -141306,15 +141323,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *342 + head_commit: *343 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141400,10 +141417,10 @@ webhooks: - merged - invalidated - dequeued - installation: *616 - merge_group: *646 - organization: *617 - repository: *618 + installation: *617 + merge_group: *647 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141476,7 +141493,7 @@ webhooks: type: string enum: - deleted - enterprise: *615 + enterprise: *616 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -141584,12 +141601,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *616 - organization: *617 + installation: *617 + organization: *618 repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -141669,11 +141686,11 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - milestone: *640 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141752,9 +141769,9 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - milestone: &647 + enterprise: *616 + installation: *617 + milestone: &648 title: Milestone description: A collection of related issues and pull requests. type: object @@ -141896,8 +141913,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -141976,11 +141993,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - milestone: *640 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142090,11 +142107,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - milestone: *640 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *641 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142174,11 +142191,11 @@ webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - milestone: *647 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + milestone: *648 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142257,11 +142274,11 @@ webhooks: type: string enum: - blocked - blocked_user: *635 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + blocked_user: *636 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142340,11 +142357,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *635 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + blocked_user: *636 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142423,9 +142440,9 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - membership: &648 + enterprise: *616 + installation: *617 + membership: &649 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -142519,8 +142536,8 @@ webhooks: - role - organization_url - user - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142598,11 +142615,11 @@ webhooks: type: string enum: - member_added - enterprise: *615 - installation: *616 - membership: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *649 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142681,8 +142698,8 @@ webhooks: type: string enum: - member_invited - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -142804,10 +142821,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 - user: *635 + user: *636 required: - action - invitation @@ -142885,11 +142902,11 @@ webhooks: type: string enum: - member_removed - enterprise: *615 - installation: *616 - membership: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *649 + organization: *618 + repository: *619 sender: *4 required: - action @@ -142976,11 +142993,11 @@ webhooks: properties: from: type: string - enterprise: *615 - installation: *616 - membership: *648 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + membership: *649 + organization: *618 + repository: *619 sender: *4 required: - action @@ -143056,9 +143073,9 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -143581,7 +143598,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &649 + items: &650 title: Ruby Gems metadata type: object properties: @@ -143678,7 +143695,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -143754,9 +143771,9 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 package: description: Information about the package. type: object @@ -144118,7 +144135,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 source_url: type: string format: uri @@ -144189,7 +144206,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -144370,12 +144387,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *615 + enterprise: *616 id: type: integer - installation: *616 - organization: *617 - repository: *618 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - id @@ -144455,7 +144472,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &650 + personal_access_token_request: &651 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -144605,10 +144622,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *615 - organization: *617 + enterprise: *616 + organization: *618 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144687,11 +144704,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *650 - enterprise: *615 - organization: *617 + personal_access_token_request: *651 + enterprise: *616 + organization: *618 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144769,11 +144786,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *650 - enterprise: *615 - organization: *617 + personal_access_token_request: *651 + enterprise: *616 + organization: *618 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144850,11 +144867,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *650 - organization: *617 - enterprise: *615 + personal_access_token_request: *651 + organization: *618 + enterprise: *616 sender: *4 - installation: *616 + installation: *617 required: - action - personal_access_token_request @@ -144958,7 +144975,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *651 + last_response: *652 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -144990,8 +145007,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 zen: description: Random string of GitHub zen. @@ -145236,10 +145253,10 @@ webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: &652 + enterprise: *616 + installation: *617 + organization: *618 + project_card: &653 title: Project Card type: object properties: @@ -145362,7 +145379,7 @@ webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *4 required: - action @@ -145443,11 +145460,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_card: *652 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *653 + repository: *619 sender: *4 required: - action @@ -145527,9 +145544,9 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: title: Project Card type: object @@ -145659,7 +145676,7 @@ webhooks: repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -145753,11 +145770,11 @@ webhooks: - from required: - note - enterprise: *615 - installation: *616 - organization: *617 - project_card: *652 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_card: *653 + repository: *619 sender: *4 required: - action @@ -145851,9 +145868,9 @@ webhooks: - from required: - column_id - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 project_card: allOf: - title: Project Card @@ -146050,7 +146067,7 @@ webhooks: type: string required: - after_id - repository: *618 + repository: *619 sender: *4 required: - action @@ -146130,10 +146147,10 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - organization: *617 - project: &654 + enterprise: *616 + installation: *617 + organization: *618 + project: &655 title: Project type: object properties: @@ -146260,7 +146277,7 @@ webhooks: - creator - created_at - updated_at - repository: *618 + repository: *619 sender: *4 required: - action @@ -146340,10 +146357,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project_column: &653 + enterprise: *616 + installation: *617 + organization: *618 + project_column: &654 title: Project Column type: object properties: @@ -146383,7 +146400,7 @@ webhooks: - name - created_at - updated_at - repository: *618 + repository: *619 sender: *4 required: - action @@ -146462,14 +146479,14 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project_column: *653 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *654 repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -146558,11 +146575,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project_column: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *654 + repository: *619 sender: *4 required: - action @@ -146642,11 +146659,11 @@ webhooks: type: string enum: - moved - enterprise: *615 - installation: *616 - organization: *617 - project_column: *653 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project_column: *654 + repository: *619 sender: *4 required: - action @@ -146726,11 +146743,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - project: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 + repository: *619 sender: *4 required: - action @@ -146810,14 +146827,14 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - project: *654 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 repository: anyOf: - type: 'null' - - *618 + - *619 sender: *4 required: - action @@ -146918,11 +146935,11 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - project: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 + repository: *619 sender: *4 required: - action @@ -147001,11 +147018,11 @@ webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - organization: *617 - project: *654 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + project: *655 + repository: *619 sender: *4 required: - action @@ -147086,9 +147103,9 @@ webhooks: type: string enum: - closed - installation: *616 - organization: *617 - projects_v2: &655 + installation: *617 + organization: *618 + projects_v2: &656 title: Projects v2 Project description: A projects v2 project type: object @@ -147236,9 +147253,9 @@ webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -147319,9 +147336,9 @@ webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -147442,9 +147459,9 @@ webhooks: type: string to: type: string - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -147527,7 +147544,7 @@ webhooks: type: string enum: - archived - changes: &659 + changes: &660 type: object properties: archived_at: @@ -147543,9 +147560,9 @@ webhooks: - string - 'null' format: date-time - installation: *616 - organization: *617 - projects_v2_item: &656 + installation: *617 + organization: *618 + projects_v2_item: &657 title: Projects v2 Item description: An item belonging to a project type: object @@ -147684,9 +147701,9 @@ webhooks: - 'null' to: type: string - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -147768,9 +147785,9 @@ webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -147851,9 +147868,9 @@ webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -147958,7 +147975,7 @@ webhooks: oneOf: - type: string - type: integer - - &657 + - &658 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -147978,7 +147995,7 @@ webhooks: required: - id - name - - &658 + - &659 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -148007,8 +148024,8 @@ webhooks: oneOf: - type: string - type: integer - - *657 - *658 + - *659 type: - 'null' - string @@ -148031,9 +148048,9 @@ webhooks: - 'null' required: - body - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -148130,9 +148147,9 @@ webhooks: type: - string - 'null' - installation: *616 - organization: *617 - projects_v2_item: *656 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -148215,10 +148232,10 @@ webhooks: type: string enum: - restored - changes: *659 - installation: *616 - organization: *617 - projects_v2_item: *656 + changes: *660 + installation: *617 + organization: *618 + projects_v2_item: *657 sender: *4 required: - action @@ -148300,9 +148317,9 @@ webhooks: type: string enum: - reopened - installation: *616 - organization: *617 - projects_v2: *655 + installation: *617 + organization: *618 + projects_v2: *656 sender: *4 required: - action @@ -148383,9 +148400,9 @@ webhooks: type: string enum: - created - installation: *616 - organization: *617 - projects_v2_status_update: &660 + installation: *617 + organization: *618 + projects_v2_status_update: &661 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -148520,9 +148537,9 @@ webhooks: type: string enum: - deleted - installation: *616 - organization: *617 - projects_v2_status_update: *660 + installation: *617 + organization: *618 + projects_v2_status_update: *661 sender: *4 required: - action @@ -148668,9 +148685,9 @@ webhooks: - string - 'null' format: date - installation: *616 - organization: *617 - projects_v2_status_update: *660 + installation: *617 + organization: *618 + projects_v2_status_update: *661 sender: *4 required: - action @@ -148741,10 +148758,10 @@ webhooks: title: public event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - repository @@ -148821,13 +148838,13 @@ webhooks: type: string enum: - assigned - assignee: *635 - enterprise: *615 - installation: *616 - number: &661 + assignee: *636 + enterprise: *616 + installation: *617 + number: &662 description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -151176,7 +151193,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -151258,11 +151275,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -153604,7 +153621,7 @@ webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *4 required: - action @@ -153686,11 +153703,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -156032,7 +156049,7 @@ webhooks: - draft reason: type: string - repository: *618 + repository: *619 sender: *4 required: - action @@ -156114,13 +156131,13 @@ webhooks: type: string enum: - closed - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: &662 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: &663 allOf: - - *493 + - *494 - type: object properties: allow_auto_merge: @@ -156182,7 +156199,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *618 + repository: *619 sender: *4 required: - action @@ -156263,12 +156280,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -156348,11 +156365,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *615 - milestone: *391 - number: *661 - organization: *617 - pull_request: &663 + enterprise: *616 + milestone: *392 + number: *662 + organization: *618 + pull_request: &664 title: Pull Request type: object properties: @@ -158679,7 +158696,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -158758,11 +158775,11 @@ webhooks: type: string enum: - dequeued - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -161108,7 +161125,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *618 + repository: *619 sender: *4 required: - action @@ -161232,12 +161249,12 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -161317,11 +161334,11 @@ webhooks: type: string enum: - enqueued - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -163652,7 +163669,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -163732,11 +163749,11 @@ webhooks: type: string enum: - labeled - enterprise: *615 - installation: *616 - label: *634 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *635 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -166084,7 +166101,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -166165,10 +166182,10 @@ webhooks: type: string enum: - locked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -168514,7 +168531,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -168594,12 +168611,12 @@ webhooks: type: string enum: - milestoned - enterprise: *615 - milestone: *391 - number: *661 - organization: *617 - pull_request: *663 - repository: *618 + enterprise: *616 + milestone: *392 + number: *662 + organization: *618 + pull_request: *664 + repository: *619 sender: *4 required: - action @@ -168678,12 +168695,12 @@ webhooks: type: string enum: - opened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -168764,12 +168781,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -168849,12 +168866,12 @@ webhooks: type: string enum: - reopened - enterprise: *615 - installation: *616 - number: *661 - organization: *617 - pull_request: *662 - repository: *618 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 + pull_request: *663 + repository: *619 sender: *4 required: - action @@ -169229,9 +169246,9 @@ webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -171461,7 +171478,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *4 required: - action @@ -171541,7 +171558,7 @@ webhooks: type: string enum: - deleted - comment: &665 + comment: &666 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -171834,9 +171851,9 @@ webhooks: - start_side - side - reactions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -174054,7 +174071,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *4 required: - action @@ -174134,11 +174151,11 @@ webhooks: type: string enum: - edited - changes: *664 - comment: *665 - enterprise: *615 - installation: *616 - organization: *617 + changes: *665 + comment: *666 + enterprise: *616 + installation: *617 + organization: *618 pull_request: type: object properties: @@ -176359,7 +176376,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *618 + repository: *619 sender: *4 required: - action @@ -176440,9 +176457,9 @@ webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -178675,7 +178692,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 review: description: The review that was affected. type: object @@ -178921,9 +178938,9 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -181037,8 +181054,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: &666 + repository: *619 + review: &667 description: The review that was affected. type: object properties: @@ -181271,12 +181288,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -183623,7 +183640,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: @@ -183709,12 +183726,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -186068,7 +186085,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186263,12 +186280,12 @@ webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -188617,7 +188634,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_reviewer: title: User type: @@ -188704,12 +188721,12 @@ webhooks: type: string enum: - review_requested - enterprise: *615 - installation: *616 + enterprise: *616 + installation: *617 number: description: The pull request number. type: integer - organization: *617 + organization: *618 pull_request: title: Pull Request type: object @@ -191049,7 +191066,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 requested_team: title: Team description: Groups of organization members that gives permissions @@ -191233,9 +191250,9 @@ webhooks: type: string enum: - submitted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -193471,8 +193488,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 - review: *666 + repository: *619 + review: *667 sender: *4 required: - action @@ -193552,9 +193569,9 @@ webhooks: type: string enum: - resolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -195685,7 +195702,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *4 thread: type: object @@ -196077,9 +196094,9 @@ webhooks: type: string enum: - unresolved - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 pull_request: title: Simple Pull Request type: object @@ -198193,7 +198210,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *618 + repository: *619 sender: *4 thread: type: object @@ -198587,10 +198604,10 @@ webhooks: type: string before: type: string - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -200925,7 +200942,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -201007,11 +201024,11 @@ webhooks: type: string enum: - unassigned - assignee: *667 - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + assignee: *668 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -203361,7 +203378,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -203440,11 +203457,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *615 - installation: *616 - label: *634 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + label: *635 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -205783,7 +205800,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -205864,10 +205881,10 @@ webhooks: type: string enum: - unlocked - enterprise: *615 - installation: *616 - number: *661 - organization: *617 + enterprise: *616 + installation: *617 + number: *662 + organization: *618 pull_request: title: Pull Request type: object @@ -208196,7 +208213,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *618 + repository: *619 sender: *4 required: - action @@ -208399,7 +208416,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *615 + enterprise: *616 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -208494,8 +208511,8 @@ webhooks: - url - author - committer - installation: *616 - organization: *617 + installation: *617 + organization: *618 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -209083,9 +209100,9 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -209562,7 +209579,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -209618,7 +209635,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -209696,9 +209713,9 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 registry_package: type: object properties: @@ -210010,7 +210027,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *649 + items: *650 summary: type: string tag_name: @@ -210060,7 +210077,7 @@ webhooks: - owner - package_version - registry - repository: *618 + repository: *619 sender: *4 required: - action @@ -210137,10 +210154,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - release: &668 + enterprise: *616 + installation: *617 + organization: *618 + release: &669 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -210456,7 +210473,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *618 + repository: *619 sender: *4 required: - action @@ -210533,11 +210550,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *4 required: - action @@ -210645,11 +210662,11 @@ webhooks: type: boolean required: - to - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *4 required: - action @@ -210727,9 +210744,9 @@ webhooks: type: string enum: - prereleased - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -211050,7 +211067,7 @@ webhooks: - string - 'null' format: uri - repository: *618 + repository: *619 sender: *4 required: - action @@ -211126,10 +211143,10 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - release: &669 + enterprise: *616 + installation: *617 + organization: *618 + release: &670 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -211447,7 +211464,7 @@ webhooks: - string - 'null' format: uri - repository: *618 + repository: *619 sender: *4 required: - action @@ -211523,11 +211540,11 @@ webhooks: type: string enum: - released - enterprise: *615 - installation: *616 - organization: *617 - release: *668 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *669 + repository: *619 sender: *4 required: - action @@ -211603,11 +211620,11 @@ webhooks: type: string enum: - unpublished - enterprise: *615 - installation: *616 - organization: *617 - release: *669 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + release: *670 + repository: *619 sender: *4 required: - action @@ -211683,11 +211700,11 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_advisory: *547 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_advisory: *548 sender: *4 required: - action @@ -211763,11 +211780,11 @@ webhooks: type: string enum: - reported - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_advisory: *547 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_advisory: *548 sender: *4 required: - action @@ -211843,10 +211860,10 @@ webhooks: type: string enum: - archived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -211923,10 +211940,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212004,10 +212021,10 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212092,10 +212109,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212210,10 +212227,10 @@ webhooks: - 'null' items: type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212285,10 +212302,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 status: type: string @@ -212369,10 +212386,10 @@ webhooks: type: string enum: - privatized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212449,10 +212466,10 @@ webhooks: type: string enum: - publicized - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212546,10 +212563,10 @@ webhooks: - name required: - repository - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -212629,11 +212646,11 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_ruleset: *224 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_ruleset: *225 sender: *4 required: - action @@ -212711,11 +212728,11 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_ruleset: *224 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_ruleset: *225 sender: *4 required: - action @@ -212793,11 +212810,11 @@ webhooks: type: string enum: - edited - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - repository_ruleset: *224 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + repository_ruleset: *225 changes: type: object properties: @@ -212816,16 +212833,16 @@ webhooks: properties: added: type: array - items: *218 + items: *219 deleted: type: array - items: *218 + items: *219 updated: type: array items: type: object properties: - condition: *218 + condition: *219 changes: type: object properties: @@ -212858,16 +212875,16 @@ webhooks: properties: added: type: array - items: *223 + items: *224 deleted: type: array - items: *223 + items: *224 updated: type: array items: type: object properties: - rule: *223 + rule: *224 changes: type: object properties: @@ -213104,10 +213121,10 @@ webhooks: - from required: - owner - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213185,10 +213202,10 @@ webhooks: type: string enum: - unarchived - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213266,7 +213283,7 @@ webhooks: type: string enum: - create - alert: &670 + alert: &671 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -213390,10 +213407,10 @@ webhooks: type: string enum: - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213603,10 +213620,10 @@ webhooks: type: string enum: - dismissed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213684,11 +213701,11 @@ webhooks: type: string enum: - reopen - alert: *670 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *671 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213890,10 +213907,10 @@ webhooks: enum: - fixed - open - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -213971,17 +213988,17 @@ webhooks: type: string enum: - created - alert: &671 + alert: &672 type: object properties: - number: *51 - created_at: *52 + number: *52 + created_at: *53 updated_at: anyOf: - type: 'null' - - *53 - url: *54 - html_url: *55 + - *54 + url: *55 + html_url: *56 locations_url: type: string format: uri @@ -214081,10 +214098,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214165,11 +214182,11 @@ webhooks: type: string enum: - created - alert: *671 - installation: *616 - location: *672 - organization: *617 - repository: *618 + alert: *672 + installation: *617 + location: *673 + organization: *618 + repository: *619 sender: *4 required: - location @@ -214407,11 +214424,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214489,11 +214506,11 @@ webhooks: type: string enum: - reopened - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214571,11 +214588,11 @@ webhooks: type: string enum: - resolved - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214653,11 +214670,11 @@ webhooks: type: string enum: - validated - alert: *671 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + alert: *672 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -214787,10 +214804,10 @@ webhooks: - organization - enterprise - - repository: *618 - enterprise: *615 - installation: *616 - organization: *617 + repository: *619 + enterprise: *616 + installation: *617 + organization: *618 sender: *4 required: - action @@ -214868,11 +214885,11 @@ webhooks: type: string enum: - published - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: &673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: &674 description: The details of the security advisory, including summary, description, and severity. type: object @@ -215058,11 +215075,11 @@ webhooks: type: string enum: - updated - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 - security_advisory: *673 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 + security_advisory: *674 sender: *4 required: - action @@ -215135,10 +215152,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -215324,11 +215341,11 @@ webhooks: from: type: object properties: - security_and_analysis: *217 - enterprise: *615 - installation: *616 - organization: *617 - repository: *270 + security_and_analysis: *218 + enterprise: *616 + installation: *617 + organization: *618 + repository: *271 sender: *4 required: - changes @@ -215406,12 +215423,12 @@ webhooks: type: string enum: - cancelled - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: &674 + sponsorship: &675 type: object properties: created_at: @@ -215716,12 +215733,12 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -215809,12 +215826,12 @@ webhooks: type: string required: - from - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -215891,17 +215908,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &675 + effective_date: &676 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - sponsorship @@ -215975,7 +215992,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &676 + changes: &677 type: object properties: tier: @@ -216019,13 +216036,13 @@ webhooks: - from required: - tier - effective_date: *675 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + effective_date: *676 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -216102,13 +216119,13 @@ webhooks: type: string enum: - tier_changed - changes: *676 - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + changes: *677 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - sponsorship: *674 + sponsorship: *675 required: - action - changes @@ -216182,10 +216199,10 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216269,10 +216286,10 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -216705,15 +216722,15 @@ webhooks: type: - string - 'null' - enterprise: *615 + enterprise: *616 id: description: The unique identifier of the status. type: integer - installation: *616 + installation: *617 name: type: string - organization: *617 - repository: *618 + organization: *618 + repository: *619 sender: *4 sha: description: The Commit SHA. @@ -216823,15 +216840,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - parent_issue_repo: *58 + parent_issue: *74 + parent_issue_repo: *59 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - installation: *616 - organization: *617 - repository: *618 + sub_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -216915,15 +216932,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - parent_issue_repo: *58 + parent_issue: *74 + parent_issue_repo: *59 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - installation: *616 - organization: *617 - repository: *618 + sub_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -217007,15 +217024,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - sub_issue_repo: *58 + sub_issue: *74 + sub_issue_repo: *59 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - installation: *616 - organization: *617 - repository: *618 + parent_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -217099,15 +217116,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *73 - sub_issue_repo: *58 + sub_issue: *74 + sub_issue_repo: *59 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *73 - installation: *616 - organization: *617 - repository: *618 + parent_issue: *74 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -217184,12 +217201,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - team: &677 + team: &678 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -217382,9 +217399,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -217854,7 +217871,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -217930,9 +217947,9 @@ webhooks: type: string enum: - created - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -218402,7 +218419,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -218479,9 +218496,9 @@ webhooks: type: string enum: - deleted - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -218951,7 +218968,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -219095,9 +219112,9 @@ webhooks: - from required: - permissions - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -219567,7 +219584,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - changes @@ -219645,9 +219662,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *615 - installation: *616 - organization: *617 + enterprise: *616 + installation: *617 + organization: *618 repository: title: Repository description: A git repository @@ -220117,7 +220134,7 @@ webhooks: - topics - visibility sender: *4 - team: *677 + team: *678 required: - action - team @@ -220193,10 +220210,10 @@ webhooks: type: string enum: - started - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 required: - action @@ -220269,17 +220286,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *615 + enterprise: *616 inputs: type: - object - 'null' additionalProperties: true - installation: *616 - organization: *617 + installation: *617 + organization: *618 ref: type: string - repository: *618 + repository: *619 sender: *4 workflow: type: string @@ -220361,10 +220378,10 @@ webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: allOf: @@ -220620,7 +220637,7 @@ webhooks: type: string required: - conclusion - deployment: *411 + deployment: *412 required: - action - repository @@ -220699,10 +220716,10 @@ webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: allOf: @@ -220984,7 +221001,7 @@ webhooks: required: - status - steps - deployment: *411 + deployment: *412 required: - action - repository @@ -221063,10 +221080,10 @@ webhooks: type: string enum: - queued - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: type: object @@ -221212,7 +221229,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *411 + deployment: *412 required: - action - repository @@ -221291,10 +221308,10 @@ webhooks: type: string enum: - waiting - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 workflow_job: type: object @@ -221441,7 +221458,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *411 + deployment: *412 required: - action - repository @@ -221521,12 +221538,12 @@ webhooks: type: string enum: - completed - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Workflow Run type: object @@ -222545,12 +222562,12 @@ webhooks: type: string enum: - in_progress - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Workflow Run type: object @@ -223554,12 +223571,12 @@ webhooks: type: string enum: - requested - enterprise: *615 - installation: *616 - organization: *617 - repository: *618 + enterprise: *616 + installation: *617 + organization: *618 + repository: *619 sender: *4 - workflow: *630 + workflow: *631 workflow_run: title: Workflow Run type: object 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 7c861d0c4..e174320c5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -1014,6 +1014,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1038,20 +1058,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -1811,6 +1817,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1835,20 +1861,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -36861,6 +36873,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -37930,6 +37962,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -119198,6 +119236,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -120267,6 +120325,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -187540,7 +187604,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -187691,7 +187755,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -187704,7 +187768,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -187847,7 +187911,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -187862,7 +187926,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -187974,7 +188038,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -187987,7 +188051,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -188135,7 +188199,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -188148,7 +188212,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -188178,7 +188242,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -188193,7 +188257,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -188294,7 +188358,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -330448,6 +330512,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -330965,6 +331049,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -331655,6 +331745,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -332181,6 +332291,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -332676,6 +332792,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -769817,6 +769953,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -772530,6 +772686,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -775243,6 +775419,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -777956,6 +778152,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -780669,6 +780885,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -783382,6 +783618,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -786095,6 +786351,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", 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 63f0e00ad..e143f5dae 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -742,6 +742,22 @@ paths: required: - vector_string - score + epss: &97 + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction + Scoring System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 cwes: type: - array @@ -759,15 +775,6 @@ paths: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -898,7 +905,7 @@ paths: - subscriptions_url - type - url - type: &314 + type: &315 type: string description: The type of credit the user is receiving. enum: @@ -1031,7 +1038,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &170 + schema: &171 title: Validation Error Simple description: Validation Error Simple type: object @@ -1064,7 +1071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &628 + - &629 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1660,7 +1667,7 @@ paths: schema: type: integer default: 30 - - &243 + - &244 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1676,7 +1683,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1769,7 +1776,7 @@ paths: - installation_id - repository_id examples: - default: &245 + default: &246 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1801,7 +1808,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &638 + schema: &639 title: Scim Error description: Scim Error type: object @@ -1832,7 +1839,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &169 + schema: &170 title: Validation Error description: Validation Error type: object @@ -1904,7 +1911,7 @@ paths: description: Response content: application/json: - schema: &246 + schema: &247 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2039,7 +2046,7 @@ paths: - request - response examples: - default: &247 + default: &248 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2243,7 +2250,7 @@ paths: parameters: - *17 - *19 - - &134 + - &135 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -3005,7 +3012,7 @@ paths: license: anyOf: - type: 'null' - - &145 + - &146 title: License Simple description: License Simple type: object @@ -7600,7 +7607,7 @@ paths: description: Response content: application/json: - schema: &171 + schema: &172 type: object properties: total_active_caches_count: @@ -7615,7 +7622,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &172 + default: &173 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7827,7 +7834,7 @@ paths: - public_ip_enabled - platform examples: - default: &173 + default: &174 value: total_count: 2 runners: @@ -8124,7 +8131,7 @@ paths: description: Response content: application/json: - schema: &174 + schema: &175 type: object properties: public_ips: @@ -8151,7 +8158,7 @@ paths: required: - public_ips examples: - default: &175 + default: &176 value: public_ips: current_usage: 17 @@ -8191,7 +8198,7 @@ paths: type: array items: *42 examples: - default: &176 + default: &177 value: id: 4-core cpu_cores: 4 @@ -8456,7 +8463,7 @@ paths: - all - local_only - selected - selected_actions_url: &179 + selected_actions_url: &180 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -8837,7 +8844,7 @@ paths: description: Success response content: application/json: - schema: &182 + schema: &183 type: object properties: default_workflow_permissions: &50 @@ -8885,7 +8892,7 @@ paths: required: true content: application/json: - schema: &183 + schema: &184 type: object properties: default_workflow_permissions: *50 @@ -9726,7 +9733,7 @@ paths: application/json: schema: type: array - items: &187 + items: &188 title: Runner Application description: Runner Application type: object @@ -9751,7 +9758,7 @@ paths: - download_url - filename examples: - default: &188 + default: &189 value: - os: osx architecture: x64 @@ -9835,7 +9842,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &189 + '201': &190 description: Response content: application/json: @@ -9949,7 +9956,7 @@ paths: - token - expires_at examples: - default: &190 + default: &191 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -9989,7 +9996,7 @@ paths: application/json: schema: *62 examples: - default: &191 + default: &192 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10021,7 +10028,7 @@ paths: application/json: schema: *59 examples: - default: &192 + default: &193 value: id: 23 name: MBP @@ -10235,7 +10242,7 @@ paths: - *38 - *58 responses: - '200': &193 + '200': &194 description: Response content: application/json: @@ -10291,7 +10298,7 @@ paths: parameters: - *38 - *58 - - &194 + - &195 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10388,7 +10395,7 @@ paths: required: true content: application/json: - schema: &201 + schema: &202 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -10459,7 +10466,7 @@ paths: required: false schema: type: string - - &202 + - &203 name: include description: |- The event types to include: @@ -10477,7 +10484,7 @@ paths: - web - git - all - - &203 + - &204 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -10485,7 +10492,7 @@ paths: required: false schema: type: string - - &204 + - &205 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -10493,7 +10500,7 @@ paths: required: false schema: type: string - - &205 + - &206 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -10515,7 +10522,7 @@ paths: application/json: schema: type: array - items: &206 + items: &207 type: object properties: "@timestamp": @@ -10637,7 +10644,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &207 + default: &208 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11201,7 +11208,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *38 - - &209 + - &210 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -11211,7 +11218,7 @@ paths: schema: &83 type: string description: The name of the tool used to generate the code scanning analysis. - - &210 + - &211 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -11235,7 +11242,7 @@ paths: be returned. in: query required: false - schema: &211 + schema: &212 type: string description: State of a code scanning alert. enum: @@ -11260,36 +11267,36 @@ paths: application/json: schema: type: array - items: &212 + items: &213 type: object properties: number: &94 type: integer description: The security alert number. readOnly: true - created_at: &100 + created_at: &101 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &101 + updated_at: &102 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &98 + url: &99 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &99 + html_url: &100 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &431 + instances_url: &432 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11305,7 +11312,7 @@ paths: - dismissed - fixed - - fixed_at: &103 + fixed_at: &104 type: - string - 'null' @@ -11317,7 +11324,7 @@ paths: anyOf: - type: 'null' - *4 - dismissed_at: &102 + dismissed_at: &103 type: - string - 'null' @@ -11325,7 +11332,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &432 + dismissed_reason: &433 type: - string - 'null' @@ -11336,14 +11343,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &433 + dismissed_comment: &434 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &434 + rule: &435 type: object properties: id: @@ -11404,7 +11411,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &435 + tool: &436 type: object properties: name: *83 @@ -11415,15 +11422,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *84 - most_recent_instance: &436 + most_recent_instance: &437 type: object properties: - ref: &429 + ref: &430 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &446 + analysis_key: &447 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11434,7 +11441,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &447 + category: &448 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -11818,7 +11825,7 @@ paths: - most_recent_instance - repository examples: - default: &213 + default: &214 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -12049,7 +12056,7 @@ paths: headers: Link: *37 '404': *6 - '503': &124 + '503': &125 description: Service unavailable content: application/json: @@ -12579,7 +12586,7 @@ paths: description: Response content: application/json: - schema: &215 + schema: &216 type: array description: A list of default code security configurations items: @@ -12595,7 +12602,7 @@ paths: default configuration: *86 examples: - default: &216 + default: &217 value: - default_for_new_repos: public configuration: @@ -12877,7 +12884,7 @@ paths: - *38 - *88 responses: - '204': &111 + '204': &112 description: A header with no content is returned. '400': *14 '403': *27 @@ -13005,7 +13012,7 @@ paths: default: value: default_for_new_repos: all - configuration: &214 + configuration: &215 value: id: 1325 target_type: organization @@ -13085,7 +13092,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 type: object description: Repositories associated with a code security configuration and attachment status @@ -13109,7 +13116,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &218 + repository: &219 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -13592,7 +13599,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &220 + items: &221 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -13607,7 +13614,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &265 + - &266 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13666,7 +13673,7 @@ paths: parent: anyOf: - type: 'null' - - &278 + - &279 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -13870,7 +13877,7 @@ paths: - created_at additionalProperties: false examples: - default: &221 + default: &222 value: total_seats: 2 seats: @@ -14005,7 +14012,7 @@ paths: application/json: schema: type: array - items: &126 + items: &127 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -14321,7 +14328,7 @@ paths: - date additionalProperties: true examples: - default: &127 + default: &128 value: - date: '2024-06-24' total_active_users: 24 @@ -14423,7 +14430,7 @@ paths: '500': *93 '403': *27 '404': *6 - '422': &128 + '422': &129 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -14493,7 +14500,7 @@ paths: application/json: schema: type: array - items: &129 + items: &130 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -14673,7 +14680,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *38 - - &228 + - &229 name: state in: query description: |- @@ -14682,7 +14689,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &229 + - &230 name: severity in: query description: |- @@ -14691,7 +14698,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &230 + - &231 name: ecosystem in: query description: |- @@ -14700,14 +14707,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &231 + - &232 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &232 + - &233 name: epss_percentage in: query description: |- @@ -14719,7 +14726,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &233 + - &234 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14729,7 +14736,7 @@ paths: enum: - development - runtime - - &234 + - &235 name: sort in: query description: |- @@ -14747,7 +14754,7 @@ paths: - *82 - *80 - *81 - - &235 + - &236 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14760,7 +14767,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &236 + - &237 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14780,7 +14787,7 @@ paths: application/json: schema: type: array - items: &237 + items: &238 type: object description: A Dependabot alert. properties: @@ -14832,7 +14839,7 @@ paths: - development - runtime - - security_advisory: &483 + security_advisory: &484 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14863,7 +14870,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &97 + items: &98 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -14938,6 +14945,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *96 + epss: *97 cwes: type: array description: Details for the advisory pertaining to Common @@ -15037,12 +15045,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *97 - url: *98 - html_url: *99 - created_at: *100 - updated_at: *101 - dismissed_at: *102 + security_vulnerability: *98 + url: *99 + html_url: *100 + created_at: *101 + updated_at: *102 + dismissed_at: *103 dismissed_by: anyOf: - type: 'null' @@ -15066,8 +15074,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *103 - auto_dismissed_at: &484 + fixed_at: *104 + auto_dismissed_at: &485 type: - string - 'null' @@ -15094,7 +15102,7 @@ paths: - repository additionalProperties: false examples: - default: &238 + default: &239 value: - number: 2 state: dismissed @@ -15142,6 +15150,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -15517,7 +15528,7 @@ paths: type: integer network_configurations: type: array - items: &104 + items: &105 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -15562,7 +15573,7 @@ paths: - name - created_on examples: - default: &323 + default: &324 value: total_count: 2 network_configurations: @@ -15640,9 +15651,9 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: &105 + default: &106 value: id: 123456789ABCDEF name: My network configuration @@ -15669,7 +15680,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *38 - - &106 + - &107 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -15681,9 +15692,9 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 headers: Link: *37 x-github: @@ -15703,7 +15714,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *38 - - *106 + - *107 requestBody: required: true content: @@ -15742,9 +15753,9 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -15762,7 +15773,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - *38 - - *106 + - *107 responses: '204': description: Response @@ -15785,7 +15796,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *38 - - &324 + - &325 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15797,7 +15808,7 @@ paths: description: Response content: application/json: - schema: &325 + schema: &326 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15836,7 +15847,7 @@ paths: - subnet_id - region examples: - default: &326 + default: &327 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15874,7 +15885,7 @@ paths: application/json: schema: type: array - items: &107 + items: &108 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -15950,7 +15961,7 @@ paths: - property_name - value_type examples: - default: &108 + default: &109 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16006,7 +16017,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *107 + items: *108 minItems: 1 maxItems: 100 required: @@ -16036,9 +16047,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 '403': *27 '404': *6 x-github: @@ -16063,7 +16074,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *38 - - &109 + - &110 name: custom_property_name description: The custom property name in: path @@ -16075,9 +16086,9 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: &110 + default: &111 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16113,12 +16124,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - *38 - - *109 + - *110 requestBody: required: true content: application/json: - schema: &296 + schema: &297 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16180,9 +16191,9 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *110 + default: *111 '403': *27 '404': *6 x-github: @@ -16207,9 +16218,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *38 - - *109 + - *110 responses: - '204': *111 + '204': *112 '403': *27 '404': *6 x-github: @@ -16249,7 +16260,7 @@ paths: - push - repository default: branch - enforcement: &118 + enforcement: &119 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -16262,7 +16273,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &119 + items: &120 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -16300,7 +16311,7 @@ paths: - always - pull_request default: always - conditions: &123 + conditions: &124 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -16314,7 +16325,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &112 + - &113 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -16340,7 +16351,7 @@ paths: type: string required: - organization_name - - &115 + - &116 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -16369,7 +16380,7 @@ paths: is prevented. required: - repository_name - - &114 + - &115 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -16397,8 +16408,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *112 - - &117 + - *113 + - &118 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -16411,7 +16422,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &113 + items: &114 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -16442,16 +16453,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *113 + items: *114 required: - repository_property - - *114 + - *115 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &116 + - &117 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -16468,25 +16479,25 @@ paths: type: integer required: - organization_id + - *116 - *115 - - *114 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *116 - *117 - - *114 + - *118 + - *115 rules: type: array description: An array of rules within the ruleset. - items: &120 + items: &121 title: Repository Rule type: object description: A repository rule. oneOf: - - &590 + - &591 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16498,7 +16509,7 @@ paths: type: string enum: - creation - - &591 + - &592 title: update description: Only allow users with bypass permission to update matching refs. @@ -16519,7 +16530,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &593 + - &594 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16531,7 +16542,7 @@ paths: type: string enum: - deletion - - &594 + - &595 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16543,7 +16554,7 @@ paths: type: string enum: - required_linear_history - - &595 + - &596 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16619,7 +16630,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &596 + - &597 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16643,7 +16654,7 @@ paths: type: string required: - required_deployment_environments - - &597 + - &598 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16655,7 +16666,7 @@ paths: type: string enum: - required_signatures - - &598 + - &599 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -16706,7 +16717,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &599 + - &600 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16753,7 +16764,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &600 + - &601 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16765,7 +16776,7 @@ paths: type: string enum: - non_fast_forward - - &601 + - &602 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16801,7 +16812,7 @@ paths: required: - operator - pattern - - &602 + - &603 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16837,7 +16848,7 @@ paths: required: - operator - pattern - - &603 + - &604 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16873,7 +16884,7 @@ paths: required: - operator - pattern - - &604 + - &605 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16909,7 +16920,7 @@ paths: required: - operator - pattern - - &605 + - &606 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17035,7 +17046,7 @@ paths: maximum: 100 required: - max_file_size - - &606 + - &607 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17084,7 +17095,7 @@ paths: - repository_id required: - workflows - - &607 + - &608 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17170,7 +17181,7 @@ paths: description: Response content: application/json: - schema: &121 + schema: &122 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -17205,11 +17216,11 @@ paths: source: type: string description: The name of the source - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 + items: *120 current_user_can_bypass: type: string description: |- @@ -17240,8 +17251,8 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - *114 - - &301 + - *115 + - &302 title: Organization ruleset conditions type: object description: |- @@ -17255,14 +17266,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *114 - *115 + - *116 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *114 + - *115 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -17284,14 +17295,14 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *114 - - *117 + - *115 + - *118 type: - 'null' - object rules: type: array - items: *120 + items: *121 created_at: type: string format: date-time @@ -17299,7 +17310,7 @@ paths: type: string format: date-time examples: - default: &122 + default: &123 value: id: 21 name: super cool ruleset @@ -17358,9 +17369,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 '404': *6 '500': *93 x-github: @@ -17404,16 +17415,16 @@ paths: - tag - push - repository - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *123 + items: *120 + conditions: *124 rules: description: An array of rules within the ruleset. type: array - items: *120 + items: *121 examples: default: value: @@ -17437,9 +17448,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 '404': *6 '500': *93 x-github: @@ -17488,7 +17499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &305 + - &306 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17499,7 +17510,7 @@ paths: enum: - open - resolved - - &306 + - &307 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17509,7 +17520,7 @@ paths: required: false schema: type: string - - &307 + - &308 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17518,7 +17529,7 @@ paths: required: false schema: type: string - - &308 + - &309 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -17534,7 +17545,7 @@ paths: - *17 - *80 - *81 - - &309 + - &310 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17543,7 +17554,7 @@ paths: required: false schema: type: string - - &310 + - &311 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17552,7 +17563,7 @@ paths: schema: type: boolean default: false - - &311 + - &312 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17568,30 +17579,30 @@ paths: application/json: schema: type: array - items: &312 + items: &313 type: object properties: number: *94 - created_at: *100 + created_at: *101 updated_at: anyOf: - type: 'null' - - *101 - url: *98 - html_url: *99 + - *102 + url: *99 + html_url: *100 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &620 + state: &621 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &621 + resolution: &622 type: - string - 'null' @@ -17690,7 +17701,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &313 + default: &314 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17925,7 +17936,7 @@ paths: headers: Link: *37 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17953,7 +17964,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 type: object properties: total_minutes_used: @@ -18023,7 +18034,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &316 + default: &317 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18061,7 +18072,7 @@ paths: description: Success content: application/json: - schema: &317 + schema: &318 type: object properties: total_advanced_security_committers: @@ -18124,7 +18135,7 @@ paths: required: - repositories examples: - default: &318 + default: &319 value: total_advanced_security_committers: 2 total_count: 2 @@ -18212,7 +18223,7 @@ paths: '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18233,7 +18244,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-users-to-a-cost-center parameters: - *38 - - &125 + - &126 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -18277,7 +18288,7 @@ paths: '403': *27 '409': *90 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18297,7 +18308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-users-from-a-cost-center parameters: - *38 - - *125 + - *126 requestBody: required: true content: @@ -18335,7 +18346,7 @@ paths: '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18363,7 +18374,7 @@ paths: description: Response content: application/json: - schema: &319 + schema: &320 type: object properties: total_gigabytes_bandwidth_used: @@ -18381,7 +18392,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &320 + default: &321 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18413,7 +18424,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 type: object properties: days_left_in_billing_cycle: @@ -18431,7 +18442,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &322 + default: &323 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18456,7 +18467,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *38 - - &160 + - &161 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -18465,7 +18476,7 @@ paths: required: false schema: type: integer - - &161 + - &162 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. @@ -18473,7 +18484,7 @@ paths: required: false schema: type: integer - - &162 + - &163 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. @@ -18481,7 +18492,7 @@ paths: required: false schema: type: integer - - &163 + - &164 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. @@ -18501,7 +18512,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &164 + schema: &165 type: object properties: usageItems: @@ -18554,7 +18565,7 @@ paths: - netAmount - organizationName examples: - default: &165 + default: &166 value: usageItems: - date: '2023-08-01' @@ -18571,7 +18582,7 @@ paths: '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18642,13 +18653,13 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 + default: *128 '500': *93 '403': *27 '404': *6 - '422': *128 + '422': *129 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18683,7 +18694,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team parameters: - *38 - - &277 + - &278 name: team_slug description: The slug of the team name. in: path @@ -18721,9 +18732,9 @@ paths: application/json: schema: type: array - items: *129 + items: *130 examples: - default: &222 + default: &223 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -18879,7 +18890,7 @@ paths: application/json: schema: type: array - items: &155 + items: &156 title: Event description: Event type: object @@ -18890,7 +18901,7 @@ paths: type: - string - 'null' - actor: &130 + actor: &131 title: Actor description: Actor type: object @@ -18931,13 +18942,13 @@ paths: - id - name - url - org: *130 + org: *131 payload: type: object properties: action: type: string - issue: &144 + issue: &145 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -19057,7 +19068,7 @@ paths: milestone: anyOf: - type: 'null' - - &471 + - &472 title: Milestone description: A collection of related issues and pull requests. @@ -19234,7 +19245,7 @@ paths: anyOf: - type: 'null' - *5 - author_association: &131 + author_association: &132 title: author_association type: string description: How the author is associated with the repository. @@ -19249,7 +19260,7 @@ paths: - OWNER examples: - OWNER - reactions: &132 + reactions: &133 title: Reaction Rollup type: object properties: @@ -19321,7 +19332,7 @@ paths: - author_association - created_at - updated_at - comment: &530 + comment: &531 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19371,12 +19382,12 @@ paths: issue_url: type: string format: uri - author_association: *131 + author_association: *132 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *132 + reactions: *133 required: - id - node_id @@ -19473,7 +19484,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19563,7 +19574,7 @@ paths: _links: type: object properties: - timeline: &133 + timeline: &134 title: Link With Type description: Hypermedia Link with Type type: object @@ -19575,17 +19586,17 @@ paths: required: - href - type - user: *133 - security_advisories: *133 - current_user: *133 - current_user_public: *133 - current_user_actor: *133 - current_user_organization: *133 + user: *134 + security_advisories: *134 + current_user: *134 + current_user_public: *134 + current_user_actor: *134 + current_user_organization: *134 current_user_organizations: type: array - items: *133 - repository_discussions: *133 - repository_discussions_category: *133 + items: *134 + repository_discussions: *134 + repository_discussions_category: *134 required: - timeline - user @@ -19647,7 +19658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *134 + - *135 - *17 - *19 responses: @@ -19657,7 +19668,7 @@ paths: application/json: schema: type: array - items: &135 + items: &136 title: Base Gist description: Base Gist type: object @@ -19754,7 +19765,7 @@ paths: - created_at - updated_at examples: - default: &136 + default: &137 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -19878,7 +19889,7 @@ paths: description: Response content: application/json: - schema: &137 + schema: &138 title: Gist Simple description: Gist Simple type: object @@ -19896,7 +19907,7 @@ paths: url: type: string format: uri - user: &677 + user: &678 title: Public User description: Public User type: object @@ -20270,7 +20281,7 @@ paths: truncated: type: boolean examples: - default: &138 + default: &139 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -20374,7 +20385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *134 + - *135 - *17 - *19 responses: @@ -20384,9 +20395,9 @@ paths: application/json: schema: type: array - items: *135 + items: *136 examples: - default: *136 + default: *137 headers: Link: *37 '422': *15 @@ -20408,7 +20419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *134 + - *135 - *17 - *19 responses: @@ -20418,9 +20429,9 @@ paths: application/json: schema: type: array - items: *135 + items: *136 examples: - default: *136 + default: *137 headers: Link: *37 '401': *23 @@ -20448,7 +20459,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &139 + - &140 name: gist_id description: The unique identifier of the gist. in: path @@ -20460,10 +20471,10 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: - default: *138 - '403': &142 + default: *139 + '403': &143 description: Forbidden Gist content: application/json: @@ -20512,7 +20523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *139 + - *140 requestBody: required: true content: @@ -20576,9 +20587,9 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: - updateGist: *138 + updateGist: *139 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -20736,7 +20747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *139 + - *140 responses: '204': description: Response @@ -20765,7 +20776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *139 + - *140 - *17 - *19 responses: @@ -20775,7 +20786,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Gist Comment description: A comment made to a gist. type: object @@ -20813,7 +20824,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *131 + author_association: *132 required: - url - id @@ -20878,7 +20889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *139 + - *140 requestBody: required: true content: @@ -20904,9 +20915,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: &141 + default: &142 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -20964,8 +20975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *139 - - &143 + - *140 + - &144 name: comment_id description: The unique identifier of the comment. in: path @@ -20978,12 +20989,12 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '304': *35 '404': *6 - '403': *142 + '403': *143 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21005,8 +21016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *139 - - *143 + - *140 + - *144 requestBody: required: true content: @@ -21032,9 +21043,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '404': *6 x-github: githubCloudOnly: false @@ -21051,8 +21062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *139 - - *143 + - *140 + - *144 responses: '204': description: Response @@ -21075,7 +21086,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *139 + - *140 - *17 - *19 responses: @@ -21176,7 +21187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *139 + - *140 - *17 - *19 responses: @@ -21186,7 +21197,7 @@ paths: application/json: schema: type: array - items: *137 + items: *138 examples: default: value: @@ -21251,13 +21262,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *139 + - *140 responses: '201': description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -21328,7 +21339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *139 + - *140 responses: '204': description: Response if gist is starred @@ -21358,7 +21369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *139 + - *140 responses: '204': description: Response @@ -21380,7 +21391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *139 + - *140 responses: '204': description: Response @@ -21409,7 +21420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *139 + - *140 - name: sha in: path required: true @@ -21420,9 +21431,9 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: - default: *138 + default: *139 '422': *15 '404': *6 '403': *27 @@ -21791,7 +21802,7 @@ paths: - closed - all default: open - - &266 + - &267 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21810,7 +21821,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - name: collab in: query required: false @@ -21840,9 +21851,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: &267 + default: &268 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22122,7 +22133,7 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: default: value: @@ -22419,7 +22430,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &146 + X-CommonMarker-Version: &147 example: 0.17.4 schema: type: string @@ -22474,7 +22485,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *146 + X-CommonMarker-Version: *147 content: text/html: schema: @@ -22503,7 +22514,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &149 + - &150 name: account_id description: account_id parameter in: path @@ -22515,7 +22526,7 @@ paths: description: Response content: application/json: - schema: &148 + schema: &149 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -22549,7 +22560,7 @@ paths: - 'null' id: type: integer - plan: &147 + plan: &148 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -22652,7 +22663,7 @@ paths: - 'null' updated_at: type: string - plan: *147 + plan: *148 required: - url - id @@ -22660,7 +22671,7 @@ paths: - login - marketplace_purchase examples: - default: &150 + default: &151 value: url: https://api.github.com/orgs/github type: Organization @@ -22745,9 +22756,9 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: &151 + default: &152 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -22787,14 +22798,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &152 + - &153 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &153 + - &154 name: sort description: The property to sort the results by. in: query @@ -22824,9 +22835,9 @@ paths: application/json: schema: type: array - items: *148 + items: *149 examples: - default: &154 + default: &155 value: - url: https://api.github.com/orgs/github type: Organization @@ -22900,15 +22911,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *149 + - *150 responses: '200': description: Response content: application/json: - schema: *148 + schema: *149 examples: - default: *150 + default: *151 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -22940,9 +22951,9 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *151 + default: *152 headers: Link: *37 '401': *23 @@ -22965,8 +22976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *152 - *153 + - *154 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -22986,9 +22997,9 @@ paths: application/json: schema: type: array - items: *148 + items: *149 examples: - default: *154 + default: *155 headers: Link: *37 '401': *23 @@ -23253,14 +23264,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &346 + - &347 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &347 + - &348 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23277,7 +23288,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -23331,7 +23342,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &360 + '301': &361 description: Moved permanently content: application/json: @@ -23353,7 +23364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &559 + - &560 name: all description: If `true`, show notifications marked as read. in: query @@ -23361,7 +23372,7 @@ paths: schema: type: boolean default: false - - &560 + - &561 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23370,8 +23381,8 @@ paths: schema: type: boolean default: false - - *134 - - &561 + - *135 + - &562 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -23396,14 +23407,14 @@ paths: application/json: schema: type: array - items: &156 + items: &157 title: Thread description: Thread type: object properties: id: type: string - repository: &186 + repository: &187 title: Minimal Repository description: Minimal Repository type: object @@ -23742,7 +23753,7 @@ paths: type: boolean examples: - false - security_and_analysis: &298 + security_and_analysis: &299 type: - object - 'null' @@ -23897,7 +23908,7 @@ paths: - url - subscription_url examples: - default: &562 + default: &563 value: - id: '1' repository: @@ -24063,7 +24074,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &157 + - &158 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -24077,7 +24088,7 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: default: value: @@ -24180,7 +24191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *157 + - *158 responses: '205': description: Reset Content @@ -24203,7 +24214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *157 + - *158 responses: '204': description: No content @@ -24226,13 +24237,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *157 + - *158 responses: '200': description: Response content: application/json: - schema: &158 + schema: &159 title: Thread Subscription description: Thread Subscription type: object @@ -24276,7 +24287,7 @@ paths: - url - subscribed examples: - default: &159 + default: &160 value: subscribed: true ignored: false @@ -24307,7 +24318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *157 + - *158 requestBody: required: false content: @@ -24328,9 +24339,9 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: - default: *159 + default: *160 '304': *35 '403': *27 '401': *23 @@ -24353,7 +24364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *157 + - *158 responses: '204': description: Response @@ -24450,7 +24461,7 @@ paths: type: array items: *56 examples: - default: &694 + default: &695 value: - login: github id: 1 @@ -24515,7 +24526,7 @@ paths: - 3 custom_roles: type: array - items: &223 + items: &224 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -24564,7 +24575,7 @@ paths: - created_at - updated_at examples: - default: &224 + default: &225 value: id: 8030 name: Security Engineer @@ -24610,29 +24621,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - &166 + - &167 name: org description: The organization name. The name is not case sensitive. in: path required: true schema: type: string - - *160 - *161 - *162 - *163 + - *164 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24658,13 +24669,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &167 + schema: &168 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -25034,7 +25045,7 @@ paths: - updated_at - archived_at examples: - default-response: &168 + default-response: &169 value: login: github id: 1 @@ -25127,7 +25138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *166 + - *167 requestBody: required: false content: @@ -25351,17 +25362,17 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '422': description: Validation failed content: application/json: schema: oneOf: - - *169 - *170 + - *171 '409': *90 x-github: githubCloudOnly: false @@ -25385,7 +25396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *166 + - *167 responses: '202': *91 '404': *6 @@ -25410,15 +25421,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 headers: Link: *37 x-github: @@ -25441,7 +25452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -25459,7 +25470,7 @@ paths: type: integer repository_cache_usages: type: array - items: &365 + items: &366 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25517,7 +25528,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -25537,7 +25548,7 @@ paths: type: array items: *39 examples: - default: *173 + default: *174 headers: Link: *37 x-github: @@ -25557,7 +25568,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -25651,7 +25662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25687,7 +25698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25722,15 +25733,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25748,7 +25759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25766,7 +25777,7 @@ paths: type: array items: *42 examples: - default: *176 + default: *177 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25784,7 +25795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25828,7 +25839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *44 responses: '200': @@ -25857,7 +25868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *44 requestBody: required: true @@ -25921,7 +25932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *44 responses: '202': @@ -25950,13 +25961,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *166 + - *167 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &177 + schema: &178 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -25970,7 +25981,7 @@ paths: required: - include_claim_keys examples: - default: &178 + default: &179 value: include_claim_keys: - repo @@ -25992,20 +26003,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 responses: '201': description: Empty response content: application/json: - schema: &197 + schema: &198 title: Empty Object description: An object without any properties. type: object @@ -26035,7 +26046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -26044,7 +26055,7 @@ paths: schema: type: object properties: - enabled_repositories: &180 + enabled_repositories: &181 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -26058,7 +26069,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *46 - selected_actions_url: *179 + selected_actions_url: *180 required: - enabled_repositories examples: @@ -26087,7 +26098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -26098,7 +26109,7 @@ paths: schema: type: object properties: - enabled_repositories: *180 + enabled_repositories: *181 allowed_actions: *46 required: - enabled_repositories @@ -26126,7 +26137,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -26146,7 +26157,7 @@ paths: type: array items: *61 examples: - default: &688 + default: &689 value: total_count: 1 repositories: @@ -26286,7 +26297,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -26330,8 +26341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *166 - - &181 + - *167 + - &182 name: repository_id description: The unique identifier of the repository. in: path @@ -26359,8 +26370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *166 - - *181 + - *167 + - *182 responses: '204': description: Response @@ -26383,7 +26394,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -26414,7 +26425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -26446,13 +26457,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: default: *52 x-github: @@ -26475,7 +26486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Success response @@ -26486,7 +26497,7 @@ paths: required: false content: application/json: - schema: *183 + schema: *184 examples: default: *52 x-github: @@ -26508,7 +26519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *166 + - *167 - *17 - *19 - name: visible_to_repository @@ -26533,7 +26544,7 @@ paths: type: number runner_groups: type: array - items: &184 + items: &185 type: object properties: id: @@ -26650,7 +26661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -26723,9 +26734,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: &185 + default: &186 value: id: 2 name: octo-runner-group @@ -26760,14 +26771,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *166 + - *167 - *55 responses: '200': description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -26803,7 +26814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *166 + - *167 - *55 requestBody: required: true @@ -26860,9 +26871,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26881,7 +26892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *166 + - *167 - *55 responses: '204': @@ -26905,7 +26916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *17 - *19 @@ -26926,7 +26937,7 @@ paths: type: array items: *39 examples: - default: *173 + default: *174 headers: Link: *37 x-github: @@ -26948,7 +26959,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 - *19 - *17 @@ -26967,9 +26978,9 @@ paths: type: number repositories: type: array - items: *186 + items: *187 examples: - default: &680 + default: &681 value: total_count: 1 repositories: @@ -27221,7 +27232,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 requestBody: required: true @@ -27266,9 +27277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 - - *181 + - *182 responses: '204': description: Response @@ -27290,9 +27301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 - - *181 + - *182 responses: '204': description: Response @@ -27315,7 +27326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *17 - *19 @@ -27357,7 +27368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *166 + - *167 - *55 requestBody: required: true @@ -27402,7 +27413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *58 responses: @@ -27426,7 +27437,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *58 responses: @@ -27458,7 +27469,7 @@ paths: in: query schema: type: string - - *166 + - *167 - *17 - *19 responses: @@ -27502,7 +27513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -27510,9 +27521,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *188 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27534,7 +27545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -27577,7 +27588,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *189 + '201': *190 '404': *6 '422': *7 x-github: @@ -27607,7 +27618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *166 + - *167 responses: '201': description: Response @@ -27615,7 +27626,7 @@ paths: application/json: schema: *62 examples: - default: *190 + default: *191 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27643,7 +27654,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *166 + - *167 responses: '201': description: Response @@ -27651,7 +27662,7 @@ paths: application/json: schema: *62 examples: - default: *191 + default: *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27673,7 +27684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 responses: '200': @@ -27682,7 +27693,7 @@ paths: application/json: schema: *59 examples: - default: *192 + default: *193 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27703,7 +27714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *166 + - *167 - *58 responses: '204': @@ -27729,7 +27740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 responses: '200': *64 @@ -27754,7 +27765,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 requestBody: required: true @@ -27803,7 +27814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 requestBody: required: true @@ -27853,10 +27864,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 responses: - '200': *193 + '200': *194 '404': *6 x-github: githubCloudOnly: false @@ -27883,9 +27894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 - - *194 + - *195 responses: '200': *64 '404': *6 @@ -27912,7 +27923,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *166 + - *167 - *17 - *19 responses: @@ -27930,7 +27941,7 @@ paths: type: integer secrets: type: array - items: &195 + items: &196 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -28005,13 +28016,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28046,7 +28057,7 @@ paths: - key_id - key examples: - default: &386 + default: &387 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28071,8 +28082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *166 - - &196 + - *167 + - &197 name: secret_name description: The name of the secret. in: path @@ -28084,7 +28095,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -28114,8 +28125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -28170,7 +28181,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28196,8 +28207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -28223,8 +28234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - *19 - *17 responses: @@ -28242,9 +28253,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: &200 + default: &201 value: total_count: 1 repositories: @@ -28336,8 +28347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -28389,8 +28400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -28423,8 +28434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -28456,8 +28467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *166 - - &370 + - *167 + - &371 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -28481,7 +28492,7 @@ paths: type: integer variables: type: array - items: &198 + items: &199 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -28571,7 +28582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *166 + - *167 requestBody: required: true content: @@ -28619,7 +28630,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28644,8 +28655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *166 - - &199 + - *167 + - &200 name: name description: The name of the variable. in: path @@ -28657,7 +28668,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -28687,8 +28698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 requestBody: required: true content: @@ -28750,8 +28761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 responses: '204': description: Response @@ -28777,8 +28788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 - *19 - *17 responses: @@ -28796,9 +28807,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *200 + default: *201 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28824,8 +28835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 requestBody: required: true content: @@ -28874,8 +28885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 - name: repository_id in: path required: true @@ -28909,8 +28920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 - name: repository_id in: path required: true @@ -28941,7 +28952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -28968,11 +28979,11 @@ paths: required: true content: application/json: - schema: *201 + schema: *202 examples: default: *67 parameters: - - *166 + - *167 responses: '200': description: Response @@ -28996,7 +29007,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -29024,7 +29035,7 @@ paths: - *17 - *80 - *81 - - *166 + - *167 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -29067,7 +29078,7 @@ paths: bundle_url: type: string examples: - default: &399 + default: &400 value: attestations: - bundle: @@ -29185,7 +29196,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *166 + - *167 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -29193,10 +29204,10 @@ paths: required: false schema: type: string - - *202 - *203 - *204 - *205 + - *206 - *17 responses: '200': @@ -29205,9 +29216,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *207 + default: *208 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -29224,7 +29235,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -29236,7 +29247,7 @@ paths: type: array items: *4 examples: - default: &268 + default: &269 value: - login: octocat id: 1 @@ -29274,8 +29285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *166 - - &208 + - *167 + - &209 name: username description: The handle for the GitHub user account. in: path @@ -29306,8 +29317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -29327,8 +29338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -29354,14 +29365,14 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *166 - - &302 + - *167 + - &303 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &416 + - &417 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -29369,7 +29380,7 @@ paths: required: false schema: type: string - - &417 + - &418 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -29377,7 +29388,7 @@ paths: required: false schema: type: string - - &303 + - &304 name: time_period description: |- The time period to filter by. @@ -29393,7 +29404,7 @@ paths: - week - month default: day - - &418 + - &419 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -29418,7 +29429,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -29579,7 +29590,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &420 + default: &421 value: - id: 21 number: 42 @@ -29665,9 +29676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *166 - - *209 + - *167 - *210 + - *211 - *80 - *81 - *19 @@ -29678,7 +29689,7 @@ paths: be returned. in: query required: false - schema: *211 + schema: *212 - name: sort description: The property by which to sort the results. in: query @@ -29694,7 +29705,7 @@ paths: be returned. in: query required: false - schema: &430 + schema: &431 type: string description: Severity of a code scanning alert. enum: @@ -29712,13 +29723,13 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: - default: *213 + default: *214 headers: Link: *37 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29740,7 +29751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *166 + - *167 - name: target_type in: query description: The target type of the code security configuration @@ -29847,7 +29858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *166 + - *167 requestBody: required: true content: @@ -30022,7 +30033,7 @@ paths: application/json: schema: *86 examples: - default: *214 + default: *215 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30044,15 +30055,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *215 + schema: *216 examples: - default: *216 + default: *217 '304': *35 '403': *27 '404': *6 @@ -30078,7 +30089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *166 + - *167 requestBody: required: true content: @@ -30101,7 +30112,7 @@ paths: - 32 - 91 responses: - '204': *111 + '204': *112 '400': *14 '403': *27 '404': *6 @@ -30127,7 +30138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *166 + - *167 - *88 responses: '200': @@ -30136,7 +30147,7 @@ paths: application/json: schema: *86 examples: - default: *214 + default: *215 '304': *35 '403': *27 '404': *6 @@ -30160,7 +30171,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *166 + - *167 - *88 requestBody: required: true @@ -30368,10 +30379,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *166 + - *167 - *88 responses: - '204': *111 + '204': *112 '400': *14 '403': *27 '404': *6 @@ -30399,7 +30410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *166 + - *167 - *88 requestBody: required: true @@ -30463,7 +30474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *166 + - *167 - *88 requestBody: required: true @@ -30509,7 +30520,7 @@ paths: default: value: default_for_new_repos: all - configuration: *214 + configuration: *215 '403': *27 '404': *6 x-github: @@ -30533,7 +30544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *166 + - *167 - *88 - name: per_page description: The number of results per page (max 100). For more information, @@ -30562,13 +30573,13 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *218 + repository: *219 '403': *27 '404': *6 x-github: @@ -30592,7 +30603,7 @@ paths: parameters: - *17 - *19 - - *166 + - *167 responses: '200': description: Response @@ -30608,7 +30619,7 @@ paths: type: integer codespaces: type: array - items: &269 + items: &270 type: object title: Codespace description: A codespace. @@ -30639,11 +30650,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *186 + repository: *187 machine: anyOf: - type: 'null' - - &459 + - &460 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -30930,7 +30941,7 @@ paths: - pulls_url - recent_folders examples: - default: &270 + default: &271 value: total_count: 3 codespaces: @@ -31362,7 +31373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *166 + - *167 deprecated: true requestBody: required: true @@ -31429,7 +31440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *166 + - *167 deprecated: true requestBody: required: true @@ -31484,7 +31495,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *166 + - *167 requestBody: required: true content: @@ -31536,7 +31547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *166 + - *167 - *17 - *19 responses: @@ -31554,7 +31565,7 @@ paths: type: integer secrets: type: array - items: &219 + items: &220 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -31595,7 +31606,7 @@ paths: - updated_at - visibility examples: - default: &460 + default: &461 value: total_count: 2 secrets: @@ -31627,13 +31638,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31668,7 +31679,7 @@ paths: - key_id - key examples: - default: &462 + default: &463 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31691,16 +31702,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: &464 + default: &465 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -31727,8 +31738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -31783,7 +31794,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -31809,8 +31820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -31835,8 +31846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - *19 - *17 responses: @@ -31854,9 +31865,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *200 + default: *201 '404': *6 x-github: githubCloudOnly: false @@ -31878,8 +31889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -31929,8 +31940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -31963,8 +31974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -32003,7 +32014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *166 + - *167 responses: '200': description: OK @@ -32146,7 +32157,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *166 + - *167 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -32169,9 +32180,9 @@ paths: currently being billed. seats: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 headers: Link: *37 '500': *93 @@ -32207,7 +32218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32285,7 +32296,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32365,7 +32376,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32442,7 +32453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32523,7 +32534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *166 + - *167 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -32555,13 +32566,13 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 + default: *128 '500': *93 '403': *27 '404': *6 - '422': *128 + '422': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32592,7 +32603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-organization-members parameters: - - *166 + - *167 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -32624,9 +32635,9 @@ paths: application/json: schema: type: array - items: *129 + items: *130 examples: - default: *222 + default: *223 '500': *93 '401': *23 '403': *27 @@ -32652,7 +32663,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *166 + - *167 - *17 - name: page description: Page token @@ -32811,7 +32822,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *166 + - *167 - name: credential_id in: path required: true @@ -32842,7 +32853,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response - list of custom role names @@ -32858,7 +32869,7 @@ paths: - 3 custom_roles: type: array - items: *223 + items: *224 examples: default: value: @@ -32945,12 +32956,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: &226 + schema: &227 type: object properties: name: @@ -32992,9 +33003,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33018,8 +33029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *166 - - &225 + - *167 + - &226 name: role_id description: The unique identifier of the role. in: path @@ -33031,9 +33042,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 x-github: githubCloudOnly: true @@ -33055,13 +33066,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *166 - - *225 + - *167 + - *226 requestBody: required: true content: application/json: - schema: &227 + schema: &228 type: object properties: name: @@ -33100,9 +33111,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33126,8 +33137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '204': description: Response @@ -33155,12 +33166,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: *226 + schema: *227 examples: default: value: @@ -33174,9 +33185,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33206,16 +33217,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 x-github: githubCloudOnly: true @@ -33243,13 +33254,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *166 - - *225 + - *167 + - *226 requestBody: required: true content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -33264,9 +33275,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33296,8 +33307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '204': description: Response @@ -33325,19 +33336,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *166 - - *228 + - *167 - *229 - *230 - *231 - *232 - *233 - *234 + - *235 - *82 - *80 - *81 - - *235 - *236 + - *237 - *17 responses: '200': @@ -33346,9 +33357,9 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: - default: *238 + default: *239 '304': *35 '400': *14 '403': *27 @@ -33374,7 +33385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *166 + - *167 - *17 - *19 responses: @@ -33392,7 +33403,7 @@ paths: type: integer secrets: type: array - items: &239 + items: &240 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -33465,13 +33476,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &487 + schema: &488 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33490,7 +33501,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33513,14 +33524,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: default: value: @@ -33548,8 +33559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -33604,7 +33615,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -33628,8 +33639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -33653,8 +33664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - *19 - *17 responses: @@ -33672,9 +33683,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *200 + default: *201 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33695,8 +33706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -33746,8 +33757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -33778,8 +33789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -33809,7 +33820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -33817,7 +33828,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package description: A software package type: object @@ -33870,7 +33881,7 @@ paths: repository: anyOf: - type: 'null' - - *186 + - *187 created_at: type: string format: date-time @@ -33888,7 +33899,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &282 value: - id: 197 name: hello_docker @@ -33966,7 +33977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *166 + - *167 - *17 - *19 responses: @@ -33976,7 +33987,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: 200-response: value: @@ -34046,7 +34057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *166 + - *167 - name: group_id description: The unique identifier of the group. in: path @@ -34072,7 +34083,7 @@ paths: description: Response content: application/json: - schema: &341 + schema: &342 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -34162,7 +34173,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &342 + default: &343 value: group_id: '123' group_name: Octocat admins @@ -34200,7 +34211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *166 + - *167 - *17 - name: page description: Page token @@ -34217,7 +34228,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34257,7 +34268,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &340 + default: &341 value: groups: - group_id: '123' @@ -34291,7 +34302,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *166 + - *167 - *17 - *19 responses: @@ -34301,7 +34312,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Organization Invitation description: Organization Invitation type: object @@ -34355,7 +34366,7 @@ paths: - invitation_teams_url - node_id examples: - default: &263 + default: &264 value: - id: 1 login: monalisa @@ -34414,7 +34425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -34422,7 +34433,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34436,7 +34447,7 @@ paths: - name - description examples: - default: &300 + default: &301 value: - name: add_assignee description: Assign or remove a user @@ -34467,7 +34478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *166 + - *167 - *17 - *19 responses: @@ -34477,7 +34488,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Org Hook description: Org Hook type: object @@ -34598,7 +34609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *166 + - *167 requestBody: required: true content: @@ -34660,9 +34671,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &241 + default: &242 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34706,8 +34717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *166 - - &242 + - *167 + - &243 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -34720,9 +34731,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 x-github: githubCloudOnly: false @@ -34743,8 +34754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 requestBody: required: false content: @@ -34790,7 +34801,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -34829,8 +34840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 responses: '204': description: Response @@ -34855,8 +34866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *166 - - *242 + - *167 + - *243 responses: '200': description: Response @@ -34884,8 +34895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *166 - - *242 + - *167 + - *243 requestBody: required: false content: @@ -34933,10 +34944,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *166 - - *242 - - *17 + - *167 - *243 + - *17 + - *244 responses: '200': description: Response @@ -34944,9 +34955,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 '400': *14 '422': *15 x-github: @@ -34969,17 +34980,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 - *16 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 '400': *14 '422': *15 x-github: @@ -35002,8 +35013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 - *16 responses: '202': *91 @@ -35029,8 +35040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 responses: '204': description: Response @@ -35052,8 +35063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *166 - - &252 + - *167 + - &253 name: actor_type in: path description: The type of the actor @@ -35066,14 +35077,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &253 + - &254 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &248 + - &249 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -35081,7 +35092,7 @@ paths: required: true schema: type: string - - &249 + - &250 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -35175,13 +35186,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *166 - - *248 + - *167 - *249 + - *250 - *19 - *17 - *82 - - &258 + - &259 name: sort description: The property to sort the results by. in: query @@ -35260,15 +35271,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *166 - - *248 + - *167 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: &250 + schema: &251 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -35284,7 +35295,7 @@ paths: type: integer format: int64 examples: - default: &251 + default: &252 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35304,24 +35315,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *166 - - &254 + - *167 + - &255 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *248 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 x-github: enabledForGitHubApps: true category: orgs @@ -35339,19 +35350,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *166 - - *248 + - *167 - *249 - - *252 + - *250 - *253 + - *254 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 x-github: enabledForGitHubApps: true category: orgs @@ -35368,10 +35379,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *166 - - *248 + - *167 - *249 - - &255 + - *250 + - &256 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35384,7 +35395,7 @@ paths: description: Response content: application/json: - schema: &256 + schema: &257 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35400,7 +35411,7 @@ paths: type: integer format: int64 examples: - default: &257 + default: &258 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35436,19 +35447,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *166 - - *254 - - *248 - - *249 + - *167 - *255 + - *249 + - *250 + - *256 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: enabledForGitHubApps: true category: orgs @@ -35465,20 +35476,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *166 - - *252 + - *167 - *253 - - *248 + - *254 - *249 - - *255 + - *250 + - *256 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: enabledForGitHubApps: true category: orgs @@ -35495,14 +35506,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *166 - - *254 - - *248 + - *167 + - *255 - *249 + - *250 - *19 - *17 - *82 - - *258 + - *259 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35578,7 +35589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *166 + - *167 responses: '200': description: Response @@ -35586,7 +35597,7 @@ paths: application/json: schema: *20 examples: - default: &526 + default: &527 value: id: 1 account: @@ -35655,7 +35666,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -35744,7 +35755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -35752,12 +35763,12 @@ paths: application/json: schema: anyOf: - - &260 + - &261 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &259 + limit: &260 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -35785,7 +35796,7 @@ paths: properties: {} additionalProperties: false examples: - default: &261 + default: &262 value: limit: collaborators_only origin: organization @@ -35809,18 +35820,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: &527 + schema: &528 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *259 + limit: *260 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -35845,9 +35856,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -35865,7 +35876,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -35891,7 +35902,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *166 + - *167 - *17 - *19 - name: role @@ -35925,9 +35936,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *37 '404': *6 @@ -35951,7 +35962,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *166 + - *167 requestBody: required: false content: @@ -36005,7 +36016,7 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: default: value: @@ -36061,8 +36072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *166 - - &264 + - *167 + - &265 name: invitation_id description: The unique identifier of the invitation. in: path @@ -36095,8 +36106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *166 - - *264 + - *167 + - *265 - *17 - *19 responses: @@ -36106,9 +36117,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: &279 + default: &280 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36153,7 +36164,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *166 + - *167 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -36183,7 +36194,7 @@ paths: - closed - all default: open - - *266 + - *267 - name: sort description: What to sort results by. in: query @@ -36196,7 +36207,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - *17 - *19 responses: @@ -36206,9 +36217,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *267 + default: *268 headers: Link: *37 '404': *6 @@ -36230,7 +36241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *166 + - *167 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -36266,7 +36277,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '422': *15 @@ -36286,8 +36297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response if requester is an organization member and user is @@ -36318,8 +36329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -36345,8 +36356,8 @@ paths: parameters: - *17 - *19 - - *166 - - *208 + - *167 + - *209 responses: '200': description: Response @@ -36362,9 +36373,9 @@ paths: type: integer codespaces: type: array - items: *269 + items: *270 examples: - default: *270 + default: *271 '304': *35 '500': *93 '401': *23 @@ -36389,9 +36400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *166 - - *208 - - &271 + - *167 + - *209 + - &272 name: codespace_name in: path required: true @@ -36424,17 +36435,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *166 - - *208 - - *271 + - *167 + - *209 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &458 + default: &459 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -36607,14 +36618,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -36682,14 +36693,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '200': description: Response content: application/json: - schema: &272 + schema: &273 title: Org Membership description: Org Membership type: object @@ -36742,7 +36753,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &273 + response-if-user-has-an-active-admin-membership-with-organization: &274 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -36810,8 +36821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 requestBody: required: false content: @@ -36839,9 +36850,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - response-if-user-already-had-membership-with-organization: *273 + response-if-user-already-had-membership-with-organization: *274 '422': *15 '403': *27 x-github: @@ -36862,8 +36873,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -36888,7 +36899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *166 + - *167 - *17 - *19 - name: exclude @@ -36910,7 +36921,7 @@ paths: application/json: schema: type: array - items: &274 + items: &275 title: Migration description: A migration. type: object @@ -37167,7 +37178,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *166 + - *167 requestBody: required: true content: @@ -37248,7 +37259,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -37426,8 +37437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *166 - - &275 + - *167 + - &276 name: migration_id description: The unique identifier of the migration. in: path @@ -37455,7 +37466,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -37624,8 +37635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *166 - - *275 + - *167 + - *276 responses: '302': description: Response @@ -37646,8 +37657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *166 - - *275 + - *167 + - *276 responses: '204': description: Response @@ -37670,9 +37681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *166 - - *275 - - &693 + - *167 + - *276 + - &694 name: repo_name description: repo_name parameter in: path @@ -37699,8 +37710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *166 - - *275 + - *167 + - *276 - *17 - *19 responses: @@ -37710,9 +37721,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: &286 + default: &287 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37851,7 +37862,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -37905,7 +37916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response - list of organization roles @@ -37921,7 +37932,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &276 + items: &277 title: Organization Role description: Organization roles type: object @@ -38083,7 +38094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *166 + - *167 requestBody: required: true content: @@ -38130,7 +38141,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38181,8 +38192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -38207,9 +38218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *166 - - *277 - - *225 + - *167 + - *278 + - *226 responses: '204': description: Response @@ -38238,9 +38249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *166 - - *277 - - *225 + - *167 + - *278 + - *226 responses: '204': description: Response @@ -38265,8 +38276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -38291,9 +38302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *166 - - *208 - - *225 + - *167 + - *209 + - *226 responses: '204': description: Response @@ -38323,9 +38334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *166 - - *208 - - *225 + - *167 + - *209 + - *226 responses: '204': description: Response @@ -38353,14 +38364,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38417,8 +38428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *166 - - *225 + - *167 + - *226 requestBody: required: true content: @@ -38457,7 +38468,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38510,8 +38521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '204': description: Response @@ -38536,8 +38547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *166 - - *225 + - *167 + - *226 - *17 - *19 responses: @@ -38616,7 +38627,7 @@ paths: parent: anyOf: - type: 'null' - - *278 + - *279 required: - id - node_id @@ -38630,7 +38641,7 @@ paths: - slug - parent examples: - default: *279 + default: *280 headers: Link: *37 '404': @@ -38659,8 +38670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *166 - - *225 + - *167 + - *226 - *17 - *19 responses: @@ -38689,7 +38700,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *278 + items: *279 name: type: - string @@ -38806,7 +38817,7 @@ paths: - type - url examples: - default: *268 + default: *269 headers: Link: *37 '404': @@ -38830,7 +38841,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *166 + - *167 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -38854,7 +38865,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -38879,8 +38890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *166 - - *208 + - *167 + - *209 requestBody: required: false content: @@ -38937,8 +38948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -38995,8 +39006,8 @@ paths: - docker - nuget - container - - *166 - - &695 + - *167 + - &696 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39032,12 +39043,12 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *281 + default: *282 '403': *27 '401': *23 - '400': &697 + '400': &698 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39059,7 +39070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &282 + - &283 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -39077,20 +39088,20 @@ paths: - docker - nuget - container - - &283 + - &284 name: package_name description: The name of the package. in: path required: true schema: type: string - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -39142,9 +39153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *282 - *283 - - *166 + - *284 + - *167 responses: '204': description: Response @@ -39176,9 +39187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *282 - *283 - - *166 + - *284 + - *167 - name: token description: package token schema: @@ -39210,9 +39221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *282 - *283 - - *166 + - *284 + - *167 - *19 - *17 - name: state @@ -39232,7 +39243,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Package Version description: A version of a software package type: object @@ -39367,10 +39378,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *282 - *283 - - *166 - - &285 + - *284 + - *167 + - &286 name: package_version_id description: Unique identifier of the package version. in: path @@ -39382,7 +39393,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -39418,10 +39429,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *282 - *283 - - *166 - - *285 + - *284 + - *167 + - *286 responses: '204': description: Response @@ -39453,10 +39464,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *282 - *283 - - *166 - - *285 + - *284 + - *167 + - *286 responses: '204': description: Response @@ -39483,10 +39494,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *166 + - *167 - *17 - *19 - - &287 + - &288 name: sort description: The property by which to sort the results. in: query @@ -39497,7 +39508,7 @@ paths: - created_at default: created_at - *82 - - &288 + - &289 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -39509,7 +39520,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &289 + - &290 name: repository description: The name of the repository to use to filter the results. in: query @@ -39518,7 +39529,7 @@ paths: type: string examples: - Hello-World - - &290 + - &291 name: permission description: The permission to use to filter the results. in: query @@ -39527,7 +39538,7 @@ paths: type: string examples: - issues_read - - &291 + - &292 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39537,7 +39548,7 @@ paths: schema: type: string format: date-time - - &292 + - &293 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39703,7 +39714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *166 + - *167 requestBody: required: true content: @@ -39770,7 +39781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *166 + - *167 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -39811,7 +39822,7 @@ paths: '422': *15 '404': *6 '403': *27 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39832,7 +39843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *166 + - *167 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -39852,9 +39863,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -39877,16 +39888,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *166 + - *167 - *17 - *19 - - *287 - - *82 - *288 + - *82 - *289 - *290 - *291 - *292 + - *293 responses: '500': *93 '422': *15 @@ -40037,7 +40048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *166 + - *167 requestBody: required: true content: @@ -40097,7 +40108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *166 + - *167 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -40127,7 +40138,7 @@ paths: responses: '500': *93 '404': *6 - '204': *111 + '204': *112 '403': *27 '422': *15 x-github: @@ -40149,7 +40160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *166 + - *167 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -40168,9 +40179,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -40196,7 +40207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -40214,7 +40225,7 @@ paths: type: integer configurations: type: array - items: &293 + items: &294 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40293,7 +40304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -40426,7 +40437,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &294 + org-private-registry-with-selected-visibility: &295 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40469,7 +40480,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -40521,16 +40532,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *166 - - *196 + - *167 + - *197 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 '404': *6 x-github: githubCloudOnly: false @@ -40553,8 +40564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -40634,8 +40645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -40660,7 +40671,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *166 + - *167 - name: state description: Indicates the state of the projects to return. in: query @@ -40681,7 +40692,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Project description: Projects are a way to organize columns and cards of work. @@ -40834,7 +40845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *166 + - *167 requestBody: required: true content: @@ -40860,7 +40871,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -40898,7 +40909,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &357 + '410': &358 description: Gone content: application/json: @@ -40922,7 +40933,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -40930,9 +40941,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 '403': *27 '404': *6 x-github: @@ -40955,7 +40966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -40966,7 +40977,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *107 + items: *108 minItems: 1 maxItems: 100 required: @@ -40996,9 +41007,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 '403': *27 '404': *6 x-github: @@ -41019,16 +41030,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *166 - - *109 + - *167 + - *110 responses: '200': description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *110 + default: *111 '403': *27 '404': *6 x-github: @@ -41051,13 +41062,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *166 - - *109 + - *167 + - *110 requestBody: required: true content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -41073,9 +41084,9 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *110 + default: *111 '403': *27 '404': *6 x-github: @@ -41098,10 +41109,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *166 - - *109 + - *167 + - *110 responses: - '204': *111 + '204': *112 '403': *27 '404': *6 x-github: @@ -41122,7 +41133,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *166 + - *167 - *17 - *19 - name: repository_query @@ -41163,7 +41174,7 @@ paths: - octocat/Hello-World properties: type: array - items: &297 + items: &298 title: Custom Property Value description: Custom property name and associated value type: object @@ -41233,7 +41244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *166 + - *167 requestBody: required: true content: @@ -41253,7 +41264,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *297 + items: *298 required: - repository_names - properties @@ -41294,7 +41305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *166 + - *167 - *17 - *19 responses: @@ -41306,7 +41317,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -41325,8 +41336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response if user is a public member @@ -41350,8 +41361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -41372,8 +41383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -41397,7 +41408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *166 + - *167 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -41444,9 +41455,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -41467,7 +41478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *166 + - *167 requestBody: required: true content: @@ -41650,7 +41661,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Full Repository description: Full Repository type: object @@ -42096,7 +42107,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 organization: anyOf: - type: 'null' @@ -42115,7 +42126,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &477 + code_of_conduct: &478 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -42145,7 +42156,7 @@ paths: - key - name - html_url - security_and_analysis: *298 + security_and_analysis: *299 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -42229,7 +42240,7 @@ paths: - network_count - subscribers_count examples: - default: &361 + default: &362 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42747,7 +42758,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -42755,9 +42766,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42779,10 +42790,10 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - *17 - *19 - - &608 + - &609 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42801,7 +42812,7 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: default: value: @@ -42848,7 +42859,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 requestBody: description: Request body required: true @@ -42869,16 +42880,16 @@ paths: - push - repository default: branch - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *301 + items: *120 + conditions: *302 rules: type: array description: An array of rules within the ruleset. - items: *120 + items: *121 required: - name - enforcement @@ -42916,9 +42927,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &304 + default: &305 value: id: 21 name: super cool ruleset @@ -42972,8 +42983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *166 - - &609 + - *167 + - &610 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -42983,16 +42994,16 @@ paths: schema: type: string x-multi-segment: true - - *302 - *303 - - &610 + - *304 + - &611 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &611 + - &612 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -43012,7 +43023,7 @@ paths: description: Response content: application/json: - schema: &612 + schema: &613 title: Rule Suites description: Response type: array @@ -43068,7 +43079,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &613 + default: &614 value: - id: 21 actor_id: 12 @@ -43111,8 +43122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *166 - - &614 + - *167 + - &615 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43128,7 +43139,7 @@ paths: description: Response content: application/json: - schema: &615 + schema: &616 title: Rule Suite description: Response type: object @@ -43235,7 +43246,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &616 + default: &617 value: id: 21 actor_id: 12 @@ -43296,7 +43307,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43308,9 +43319,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *304 + default: *305 '404': *6 '500': *93 put: @@ -43328,7 +43339,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43354,16 +43365,16 @@ paths: - tag - push - repository - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *301 + items: *120 + conditions: *302 rules: description: An array of rules within the ruleset. type: array - items: *120 + items: *121 examples: default: value: @@ -43398,9 +43409,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *304 + default: *305 '404': *6 '500': *93 delete: @@ -43418,7 +43429,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43446,15 +43457,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *166 - - *305 + - *167 - *306 - *307 - *308 + - *309 - *82 - *19 - *17 - - &618 + - &619 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -43464,7 +43475,7 @@ paths: required: false schema: type: string - - &619 + - &620 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -43474,9 +43485,9 @@ paths: required: false schema: type: string - - *309 - *310 - *311 + - *312 responses: '200': description: Response @@ -43484,13 +43495,13 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *37 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43512,7 +43523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *166 + - *167 - *82 - name: sort description: The property to sort the results by. @@ -43556,7 +43567,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 description: A repository security advisory. type: object properties: @@ -43800,7 +43811,7 @@ paths: login: type: string description: The username of the user credited. - type: *314 + type: *315 credits_detailed: type: - array @@ -43811,7 +43822,7 @@ paths: type: object properties: user: *4 - type: *314 + type: *315 state: type: string description: The state of the user's acceptance of the @@ -43837,7 +43848,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *265 + items: *266 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -43875,7 +43886,7 @@ paths: - private_fork additionalProperties: false examples: - default: &627 + default: &628 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -44254,7 +44265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *166 + - *167 responses: '200': description: Response @@ -44262,9 +44273,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44287,8 +44298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -44313,8 +44324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -44343,15 +44354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44375,7 +44386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -44383,9 +44394,9 @@ paths: description: Success content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44407,15 +44418,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44437,15 +44448,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44463,9 +44474,9 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -44483,15 +44494,15 @@ paths: type: integer network_configurations: type: array - items: *104 + items: *105 examples: - default: *323 + default: *324 headers: Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -44504,9 +44515,9 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -44548,13 +44559,13 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -44568,24 +44579,24 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *166 - - *106 + - *167 + - *107 responses: '200': description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 headers: Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -44598,10 +44609,10 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *166 - - *106 + - *167 + - *107 requestBody: required: true content: @@ -44640,13 +44651,13 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -44659,17 +44670,17 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *166 - - *106 + - *167 + - *107 responses: '204': description: Response x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -44683,24 +44694,24 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *166 - - *324 + - *167 + - *325 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 + default: *327 headers: Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -44713,7 +44724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *166 + - *167 - *17 - name: page description: Page token @@ -44732,7 +44743,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44784,7 +44795,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &349 + default: &350 value: groups: - group_id: '123' @@ -44829,8 +44840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -44862,13 +44873,13 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 + default: *128 '500': *93 '403': *27 '404': *6 - '422': *128 + '422': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44902,8 +44913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -44935,9 +44946,9 @@ paths: application/json: schema: type: array - items: *129 + items: *130 examples: - default: *222 + default: *223 '500': *93 '401': *23 '403': *27 @@ -44959,7 +44970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *166 + - *167 - *17 - *19 responses: @@ -44969,9 +44980,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 headers: Link: *37 '403': *27 @@ -44993,7 +45004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *166 + - *167 requestBody: required: true content: @@ -45065,7 +45076,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45139,7 +45150,7 @@ paths: parent: anyOf: - type: 'null' - - *278 + - *279 members_count: type: integer examples: @@ -45445,7 +45456,7 @@ paths: - repos_count - organization examples: - default: &328 + default: &329 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45515,16 +45526,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *166 - - *277 + - *167 + - *278 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: false @@ -45545,8 +45556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: false content: @@ -45609,16 +45620,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 '422': *15 '403': *27 @@ -45643,8 +45654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -45670,8 +45681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *166 - - *277 + - *167 + - *278 - *82 - *17 - *19 @@ -45688,7 +45699,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45779,7 +45790,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *132 + reactions: *133 required: - author - body @@ -45799,7 +45810,7 @@ paths: - updated_at - url examples: - default: &667 + default: &668 value: - author: login: octocat @@ -45873,8 +45884,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: true content: @@ -45908,9 +45919,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: author: login: octocat @@ -45982,9 +45993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *166 - - *277 - - &331 + - *167 + - *278 + - &332 name: discussion_number description: The number that identifies the discussion. in: path @@ -45996,9 +46007,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46020,9 +46031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 requestBody: required: false content: @@ -46045,9 +46056,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &668 + default: &669 value: author: login: octocat @@ -46117,9 +46128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 responses: '204': description: Response @@ -46145,9 +46156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 - *82 - *17 - *19 @@ -46158,7 +46169,7 @@ paths: application/json: schema: type: array - items: &332 + items: &333 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -46223,7 +46234,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *132 + reactions: *133 required: - author - body @@ -46238,7 +46249,7 @@ paths: - updated_at - url examples: - default: &669 + default: &670 value: - author: login: octocat @@ -46306,9 +46317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 requestBody: required: true content: @@ -46330,9 +46341,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &333 + default: &334 value: author: login: octocat @@ -46398,10 +46409,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *166 - - *277 - - *331 - - &334 + - *167 + - *278 + - *332 + - &335 name: comment_number description: The number that identifies the comment. in: path @@ -46413,9 +46424,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46437,10 +46448,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 requestBody: required: true content: @@ -46462,9 +46473,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &670 + default: &671 value: author: login: octocat @@ -46528,10 +46539,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 responses: '204': description: Response @@ -46557,10 +46568,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -46586,7 +46597,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46630,7 +46641,7 @@ paths: - content - created_at examples: - default: &337 + default: &338 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46680,10 +46691,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 requestBody: required: true content: @@ -46716,9 +46727,9 @@ paths: team discussion comment content: application/json: - schema: *335 + schema: *336 examples: - default: &336 + default: &337 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46747,9 +46758,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46772,11 +46783,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *166 - - *277 - - *331 - - *334 - - &338 + - *167 + - *278 + - *332 + - *335 + - &339 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46808,9 +46819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -46836,9 +46847,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 x-github: @@ -46864,9 +46875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 requestBody: required: true content: @@ -46898,16 +46909,16 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46930,10 +46941,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *166 - - *277 - - *331 - - *338 + - *167 + - *278 + - *332 + - *339 responses: '204': description: Response @@ -46956,16 +46967,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46984,8 +46995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: true content: @@ -47009,9 +47020,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47030,8 +47041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -47055,8 +47066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -47066,9 +47077,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *37 x-github: @@ -47090,8 +47101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *166 - - *277 + - *167 + - *278 - name: role description: Filters members returned by their role in the team. in: query @@ -47114,7 +47125,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -47144,15 +47155,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *166 - - *277 - - *208 + - *167 + - *278 + - *209 responses: '200': description: Response content: application/json: - schema: &343 + schema: &344 title: Team Membership description: Team Membership type: object @@ -47180,7 +47191,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &671 + response-if-user-is-a-team-maintainer: &672 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -47216,9 +47227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *166 - - *277 - - *208 + - *167 + - *278 + - *209 requestBody: required: false content: @@ -47243,9 +47254,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - response-if-users-membership-with-team-is-now-pending: &672 + response-if-users-membership-with-team-is-now-pending: &673 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -47280,9 +47291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *166 - - *277 - - *208 + - *167 + - *278 + - *209 responses: '204': description: Response @@ -47308,8 +47319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -47319,7 +47330,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Team Project description: A team's access to a project. type: object @@ -47388,7 +47399,7 @@ paths: - updated_at - permissions examples: - default: &673 + default: &674 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47449,9 +47460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *166 - - *277 - - &345 + - *167 + - *278 + - &346 name: project_id description: The unique identifier of the project. in: path @@ -47463,9 +47474,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &674 + default: &675 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47525,9 +47536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *166 - - *277 - - *345 + - *167 + - *278 + - *346 requestBody: required: false content: @@ -47592,9 +47603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *166 - - *277 - - *345 + - *167 + - *278 + - *346 responses: '204': description: Response @@ -47618,8 +47629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -47629,9 +47640,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -47660,16 +47671,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *166 - - *277 - - *346 + - *167 + - *278 - *347 + - *348 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &675 + schema: &676 title: Team Repository description: A team's access to a repository. type: object @@ -47695,7 +47706,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 forks: type: integer permissions: @@ -48310,10 +48321,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *166 - - *277 - - *346 + - *167 + - *278 - *347 + - *348 requestBody: required: false content: @@ -48358,10 +48369,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *166 - - *277 - - *346 + - *167 + - *278 - *347 + - *348 responses: '204': description: Response @@ -48387,16 +48398,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48418,8 +48429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: true content: @@ -48462,7 +48473,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -48494,8 +48505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -48505,9 +48516,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: &676 + response-if-child-teams-exist: &677 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48560,7 +48571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *166 + - *167 - name: security_product in: path description: The security feature to enable or disable. @@ -48631,7 +48642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &350 + - &351 name: card_id description: The unique identifier of the card. in: path @@ -48643,7 +48654,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Project Card description: Project cards represent a scope of work. type: object @@ -48718,7 +48729,7 @@ paths: - created_at - updated_at examples: - default: &352 + default: &353 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48768,7 +48779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *350 + - *351 requestBody: required: false content: @@ -48798,9 +48809,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '304': *35 '403': *27 '401': *23 @@ -48821,7 +48832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *350 + - *351 responses: '204': description: Response @@ -48859,7 +48870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *350 + - *351 requestBody: required: true content: @@ -48966,7 +48977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &353 + - &354 name: column_id description: The unique identifier of the column. in: path @@ -48978,7 +48989,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Project Column description: Project columns contain cards of work. type: object @@ -49032,7 +49043,7 @@ paths: - created_at - updated_at examples: - default: &355 + default: &356 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -49061,7 +49072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *353 + - *354 requestBody: required: true content: @@ -49086,9 +49097,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '304': *35 '403': *27 '401': *23 @@ -49107,7 +49118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *353 + - *354 responses: '204': description: Response @@ -49130,7 +49141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *353 + - *354 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -49151,7 +49162,7 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: default: value: @@ -49204,7 +49215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *353 + - *354 requestBody: required: true content: @@ -49248,9 +49259,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '304': *35 '403': *27 '401': *23 @@ -49260,8 +49271,8 @@ paths: application/json: schema: oneOf: - - *169 - *170 + - *171 '503': description: Response content: @@ -49300,7 +49311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *353 + - *354 requestBody: required: true content: @@ -49357,15 +49368,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *345 + - *346 responses: '200': description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: &356 + default: &357 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -49418,7 +49429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *345 + - *346 requestBody: required: false content: @@ -49467,9 +49478,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *356 + default: *357 '404': description: Not Found if the authenticated user does not have access to the project @@ -49490,7 +49501,7 @@ paths: items: type: string '401': *23 - '410': *357 + '410': *358 '422': *7 x-github: githubCloudOnly: false @@ -49508,7 +49519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *345 + - *346 responses: '204': description: Delete Success @@ -49529,7 +49540,7 @@ paths: items: type: string '401': *23 - '410': *357 + '410': *358 '404': *6 x-github: githubCloudOnly: false @@ -49552,7 +49563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *345 + - *346 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -49579,7 +49590,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '404': *6 @@ -49604,8 +49615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *345 - - *208 + - *346 + - *209 requestBody: required: false content: @@ -49654,8 +49665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *345 - - *208 + - *346 + - *209 responses: '204': description: Response @@ -49683,8 +49694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *345 - - *208 + - *346 + - *209 responses: '200': description: Response @@ -49748,7 +49759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *345 + - *346 - *17 - *19 responses: @@ -49758,7 +49769,7 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: default: value: @@ -49790,7 +49801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *345 + - *346 requestBody: required: true content: @@ -49814,7 +49825,7 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: default: value: @@ -49875,7 +49886,7 @@ paths: resources: type: object properties: - core: &358 + core: &359 title: Rate Limit type: object properties: @@ -49892,20 +49903,20 @@ paths: - remaining - reset - used - graphql: *358 - search: *358 - code_search: *358 - source_import: *358 - integration_manifest: *358 - code_scanning_upload: *358 - actions_runner_registration: *358 - scim: *358 - dependency_snapshots: *358 - code_scanning_autofix: *358 + graphql: *359 + search: *359 + code_search: *359 + source_import: *359 + integration_manifest: *359 + code_scanning_upload: *359 + actions_runner_registration: *359 + scim: *359 + dependency_snapshots: *359 + code_scanning_autofix: *359 required: - core - search - rate: *358 + rate: *359 required: - rate - resources @@ -50009,14 +50020,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: default-response: summary: Default response @@ -50521,7 +50532,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *360 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50539,8 +50550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -50787,10 +50798,10 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 - '307': &362 + default: *362 + '307': &363 description: Temporary Redirect content: application/json: @@ -50819,8 +50830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -50842,7 +50853,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *362 + '307': *363 '404': *6 x-github: githubCloudOnly: false @@ -50865,11 +50876,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 - - &377 + - &378 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50892,7 +50903,7 @@ paths: type: integer artifacts: type: array - items: &363 + items: &364 title: Artifact description: An artifact type: object @@ -50978,7 +50989,7 @@ paths: - expires_at - updated_at examples: - default: &378 + default: &379 value: total_count: 2 artifacts: @@ -51037,9 +51048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *346 - *347 - - &364 + - *348 + - &365 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51051,7 +51062,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: default: value: @@ -51088,9 +51099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *346 - *347 - - *364 + - *348 + - *365 responses: '204': description: Response @@ -51114,9 +51125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *346 - *347 - - *364 + - *348 + - *365 - name: archive_format in: path required: true @@ -51130,7 +51141,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51153,14 +51164,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: default: value: @@ -51186,11 +51197,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 - - &366 + - &367 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -51224,7 +51235,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Repository actions caches description: Repository actions caches type: object @@ -51274,7 +51285,7 @@ paths: - total_count - actions_caches examples: - default: &368 + default: &369 value: total_count: 1 actions_caches: @@ -51306,23 +51317,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *346 - *347 + - *348 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51342,8 +51353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *346 - *347 + - *348 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51374,9 +51385,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *346 - *347 - - &369 + - *348 + - &370 name: job_id description: The unique identifier of the job. in: path @@ -51388,7 +51399,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Job description: Information of a job execution in a workflow run type: object @@ -51735,9 +51746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *346 - *347 - - *369 + - *348 + - *370 responses: '302': description: Response @@ -51765,9 +51776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *346 - *347 - - *369 + - *348 + - *370 requestBody: required: false content: @@ -51789,7 +51800,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -51813,8 +51824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Status response @@ -51864,8 +51875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -51899,7 +51910,7 @@ paths: description: Empty response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -51928,8 +51939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -51947,7 +51958,7 @@ paths: type: integer secrets: type: array - items: &383 + items: &384 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51968,7 +51979,7 @@ paths: - created_at - updated_at examples: - default: &384 + default: &385 value: total_count: 2 secrets: @@ -52001,9 +52012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *346 - *347 - - *370 + - *348 + - *371 - *19 responses: '200': @@ -52020,7 +52031,7 @@ paths: type: integer variables: type: array - items: &387 + items: &388 title: Actions Variable type: object properties: @@ -52054,7 +52065,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &389 value: total_count: 2 variables: @@ -52087,8 +52098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -52097,11 +52108,11 @@ paths: schema: type: object properties: - enabled: &371 + enabled: &372 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 - selected_actions_url: *179 + selected_actions_url: *180 required: - enabled examples: @@ -52130,8 +52141,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -52142,7 +52153,7 @@ paths: schema: type: object properties: - enabled: *371 + enabled: *372 allowed_actions: *46 required: - enabled @@ -52173,14 +52184,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: &372 + schema: &373 type: object properties: access_level: @@ -52198,7 +52209,7 @@ paths: required: - access_level examples: - default: &373 + default: &374 value: access_level: organization x-github: @@ -52223,15 +52234,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 responses: '204': description: Response @@ -52255,8 +52266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -52287,8 +52298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -52320,14 +52331,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: default: *52 x-github: @@ -52350,8 +52361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Success response @@ -52362,7 +52373,7 @@ paths: required: true content: application/json: - schema: *183 + schema: *184 examples: default: *52 x-github: @@ -52391,8 +52402,8 @@ paths: in: query schema: type: string - - *346 - *347 + - *348 - *17 - *19 responses: @@ -52436,8 +52447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -52445,9 +52456,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *188 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52469,8 +52480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -52513,7 +52524,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *189 + '201': *190 '404': *6 '422': *7 x-github: @@ -52543,8 +52554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *346 - *347 + - *348 responses: '201': description: Response @@ -52552,7 +52563,7 @@ paths: application/json: schema: *62 examples: - default: *190 + default: *191 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52580,8 +52591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *346 - *347 + - *348 responses: '201': description: Response @@ -52589,7 +52600,7 @@ paths: application/json: schema: *62 examples: - default: *191 + default: *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52611,8 +52622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: '200': @@ -52621,7 +52632,7 @@ paths: application/json: schema: *59 examples: - default: *192 + default: *193 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52642,8 +52653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: '204': @@ -52669,8 +52680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: '200': *64 @@ -52695,8 +52706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 requestBody: required: true @@ -52745,8 +52756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 requestBody: required: true @@ -52796,11 +52807,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: - '200': *193 + '200': *194 '404': *6 x-github: githubCloudOnly: false @@ -52827,10 +52838,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 - - *194 + - *195 responses: '200': *64 '404': *6 @@ -52858,9 +52869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *346 - *347 - - &391 + - *348 + - &392 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -52868,7 +52879,7 @@ paths: required: false schema: type: string - - &392 + - &393 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52876,7 +52887,7 @@ paths: required: false schema: type: string - - &393 + - &394 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52885,7 +52896,7 @@ paths: required: false schema: type: string - - &394 + - &395 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -52912,7 +52923,7 @@ paths: - pending - *17 - *19 - - &395 + - &396 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -52921,7 +52932,7 @@ paths: schema: type: string format: date-time - - &374 + - &375 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52930,13 +52941,13 @@ paths: schema: type: boolean default: false - - &396 + - &397 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &397 + - &398 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52959,7 +52970,7 @@ paths: type: integer workflow_runs: type: array - items: &375 + items: &376 title: Workflow Run description: An invocation of a workflow type: object @@ -53076,7 +53087,7 @@ paths: type: - array - 'null' - items: &421 + items: &422 title: Pull Request Minimal type: object properties: @@ -53203,7 +53214,7 @@ paths: head_commit: anyOf: - type: 'null' - - &425 + - &426 title: Simple Commit description: A commit. type: object @@ -53277,8 +53288,8 @@ paths: - timestamp - author - committer - repository: *186 - head_repository: *186 + repository: *187 + head_repository: *187 head_repository_id: type: integer examples: @@ -53318,7 +53329,7 @@ paths: - workflow_url - pull_requests examples: - default: &398 + default: &399 value: total_count: 1 workflow_runs: @@ -53554,24 +53565,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *346 - *347 - - &376 + - *348 + - &377 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &379 + default: &380 value: id: 30433642 name: Build @@ -53812,9 +53823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '204': description: Response @@ -53837,9 +53848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '200': description: Response @@ -53967,15 +53978,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '201': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54002,12 +54013,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *346 - *347 - - *376 + - *348 + - *377 - *17 - *19 - - *377 + - *378 responses: '200': description: Response @@ -54023,9 +54034,9 @@ paths: type: integer artifacts: type: array - items: *363 + items: *364 examples: - default: *378 + default: *379 headers: Link: *37 x-github: @@ -54049,25 +54060,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *346 - *347 - - *376 - - &380 + - *348 + - *377 + - &381 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *379 + default: *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54090,10 +54101,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *346 - *347 - - *376 - - *380 + - *348 + - *377 + - *381 - *17 - *19 responses: @@ -54111,9 +54122,9 @@ paths: type: integer jobs: type: array - items: *381 + items: *382 examples: - default: &382 + default: &383 value: total_count: 1 jobs: @@ -54226,10 +54237,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *346 - *347 - - *376 - - *380 + - *348 + - *377 + - *381 responses: '302': description: Response @@ -54257,15 +54268,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '202': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54292,9 +54303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: true content: @@ -54361,15 +54372,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '202': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54396,9 +54407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -54428,9 +54439,9 @@ paths: type: integer jobs: type: array - items: *381 + items: *382 examples: - default: *382 + default: *383 headers: Link: *37 x-github: @@ -54455,9 +54466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '302': description: Response @@ -54484,9 +54495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '204': description: Response @@ -54513,9 +54524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '200': description: Response @@ -54584,7 +54595,7 @@ paths: items: type: object properties: - type: &496 + type: &497 type: string description: The type of reviewer. enum: @@ -54595,7 +54606,7 @@ paths: reviewer: anyOf: - *4 - - *265 + - *266 required: - environment - wait_timer @@ -54670,9 +54681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: true content: @@ -54722,7 +54733,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54834,7 +54845,7 @@ paths: - created_at - updated_at examples: - default: &492 + default: &493 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54890,9 +54901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: false content: @@ -54914,7 +54925,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54937,9 +54948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: false content: @@ -54961,7 +54972,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54986,9 +54997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '200': description: Response @@ -55125,8 +55136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -55144,9 +55155,9 @@ paths: type: integer secrets: type: array - items: *383 + items: *384 examples: - default: *384 + default: *385 headers: Link: *37 x-github: @@ -55171,16 +55182,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55202,17 +55213,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &509 + default: &510 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55238,9 +55249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 requestBody: required: true content: @@ -55268,7 +55279,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -55294,9 +55305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '204': description: Response @@ -55321,9 +55332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *346 - *347 - - *370 + - *348 + - *371 - *19 responses: '200': @@ -55340,9 +55351,9 @@ paths: type: integer variables: type: array - items: *387 + items: *388 examples: - default: *388 + default: *389 headers: Link: *37 x-github: @@ -55365,8 +55376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -55393,7 +55404,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -55418,17 +55429,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *346 - *347 - - *199 + - *348 + - *200 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &510 + default: &511 value: name: USERNAME value: octocat @@ -55454,9 +55465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *346 - *347 - - *199 + - *348 + - *200 requestBody: required: true content: @@ -55498,9 +55509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *346 - *347 - - *199 + - *348 + - *200 responses: '204': description: Response @@ -55525,8 +55536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -55544,7 +55555,7 @@ paths: type: integer workflows: type: array - items: &389 + items: &390 title: Workflow description: A GitHub Actions workflow type: object @@ -55662,9 +55673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *346 - *347 - - &390 + - *348 + - &391 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55679,7 +55690,7 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: default: value: @@ -55712,9 +55723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '204': description: Response @@ -55739,9 +55750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '204': description: Response @@ -55792,9 +55803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '204': description: Response @@ -55821,19 +55832,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *346 - *347 - - *390 + - *348 - *391 - *392 - *393 - *394 + - *395 - *17 - *19 - - *395 - - *374 - *396 + - *375 - *397 + - *398 responses: '200': description: Response @@ -55849,9 +55860,9 @@ paths: type: integer workflow_runs: type: array - items: *375 + items: *376 examples: - default: *398 + default: *399 headers: Link: *37 x-github: @@ -55877,9 +55888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '200': description: Response @@ -55940,8 +55951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *346 - *347 + - *348 - *82 - *17 - *80 @@ -56109,8 +56120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -56122,7 +56133,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '404': *6 @@ -56147,8 +56158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *346 - *347 + - *348 - name: assignee in: path required: true @@ -56184,8 +56195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -56297,8 +56308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *346 - *347 + - *348 - *17 - *80 - *81 @@ -56344,7 +56355,7 @@ paths: bundle_url: type: string examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56364,8 +56375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -56373,7 +56384,7 @@ paths: application/json: schema: type: array - items: &400 + items: &401 title: Autolink reference description: An autolink reference. type: object @@ -56427,8 +56438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -56467,9 +56478,9 @@ paths: description: response content: application/json: - schema: *400 + schema: *401 examples: - default: &401 + default: &402 value: id: 1 key_prefix: TICKET- @@ -56500,9 +56511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *346 - *347 - - &402 + - *348 + - &403 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56514,9 +56525,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -56536,9 +56547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *346 - *347 - - *402 + - *348 + - *403 responses: '204': description: Response @@ -56562,8 +56573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response if Dependabot is enabled @@ -56613,8 +56624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -56635,8 +56646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -56656,8 +56667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *346 - *347 + - *348 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56695,7 +56706,7 @@ paths: - url protected: type: boolean - protection: &404 + protection: &405 title: Branch Protection description: Branch Protection type: object @@ -56738,7 +56749,7 @@ paths: required: - contexts - checks - enforce_admins: &407 + enforce_admins: &408 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56755,7 +56766,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &409 + required_pull_request_reviews: &410 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56777,7 +56788,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *265 + items: *266 apps: description: The list of apps with review dismissal access. @@ -56809,7 +56820,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *265 + items: *266 apps: description: The list of apps allowed to bypass pull request requirements. @@ -56839,7 +56850,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &406 + restrictions: &407 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57164,9 +57175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *346 - *347 - - &405 + - *348 + - &406 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -57180,14 +57191,14 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &467 + commit: &468 title: Commit description: Commit type: object @@ -57226,7 +57237,7 @@ paths: author: anyOf: - type: 'null' - - &403 + - &404 title: Git User description: Metaproperties for Git author/committer information. @@ -57247,7 +57258,7 @@ paths: committer: anyOf: - type: 'null' - - *403 + - *404 message: type: string examples: @@ -57271,7 +57282,7 @@ paths: required: - sha - url - verification: &516 + verification: &517 title: Verification type: object properties: @@ -57306,14 +57317,14 @@ paths: author: oneOf: - *4 - - *197 + - *198 type: - 'null' - object committer: oneOf: - *4 - - *197 + - *198 type: - 'null' - object @@ -57350,7 +57361,7 @@ paths: type: integer files: type: array - items: &479 + items: &480 title: Diff Entry description: Diff Entry type: object @@ -57444,7 +57455,7 @@ paths: - self protected: type: boolean - protection: *404 + protection: *405 protection_url: type: string format: uri @@ -57553,7 +57564,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *360 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -57575,15 +57586,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -57777,9 +57788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -58039,7 +58050,7 @@ paths: url: type: string format: uri - required_status_checks: &412 + required_status_checks: &413 title: Status Check Policy description: Status Check Policy type: object @@ -58120,7 +58131,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -58138,7 +58149,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -58198,7 +58209,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *406 + restrictions: *407 required_conversation_resolution: type: object properties: @@ -58310,9 +58321,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58337,17 +58348,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &408 + default: &409 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58369,17 +58380,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58398,9 +58409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58425,17 +58436,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &410 + default: &411 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58531,9 +58542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -58631,9 +58642,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 '422': *15 x-github: githubCloudOnly: false @@ -58654,9 +58665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58683,17 +58694,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58716,17 +58727,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *411 + default: *412 '404': *6 x-github: githubCloudOnly: false @@ -58746,9 +58757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58773,17 +58784,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58809,9 +58820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -58863,9 +58874,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 '404': *6 '422': *15 x-github: @@ -58887,9 +58898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58913,9 +58924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -58949,9 +58960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59018,9 +59029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59084,9 +59095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: content: application/json: @@ -59152,15 +59163,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -59251,9 +59262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -59276,9 +59287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -59288,7 +59299,7 @@ paths: type: array items: *5 examples: - default: &414 + default: &415 value: - id: 1 slug: octoapp @@ -59345,9 +59356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59381,7 +59392,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59402,9 +59413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59438,7 +59449,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59459,9 +59470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59495,7 +59506,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59517,9 +59528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -59527,9 +59538,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '404': *6 x-github: githubCloudOnly: false @@ -59549,9 +59560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59587,9 +59598,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '422': *15 x-github: githubCloudOnly: false @@ -59610,9 +59621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59648,9 +59659,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '422': *15 x-github: githubCloudOnly: false @@ -59671,9 +59682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: content: application/json: @@ -59708,9 +59719,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '422': *15 x-github: githubCloudOnly: false @@ -59732,9 +59743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -59744,7 +59755,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '404': *6 x-github: githubCloudOnly: false @@ -59768,9 +59779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59803,7 +59814,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -59828,9 +59839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59863,7 +59874,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -59888,9 +59899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59923,7 +59934,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -59950,9 +59961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59974,7 +59985,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -60088,12 +60099,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *346 - *347 - - *416 + - *348 - *417 - - *303 - *418 + - *304 + - *419 - *17 - *19 responses: @@ -60103,9 +60114,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 '404': *6 '500': *93 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -60125,8 +60136,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *346 - *347 + - *348 - name: bypass_request_number in: path required: true @@ -60140,7 +60151,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -60198,8 +60209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -60478,7 +60489,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60613,8 +60624,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *421 - deployment: &726 + items: *422 + deployment: &727 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60901,9 +60912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *346 - *347 - - &423 + - *348 + - &424 name: check_run_id description: The unique identifier of the check run. in: path @@ -60915,9 +60926,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &424 + default: &425 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61017,9 +61028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *346 - *347 - - *423 + - *348 + - *424 requestBody: required: true content: @@ -61259,9 +61270,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *424 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61281,9 +61292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *346 - *347 - - *423 + - *348 + - *424 - *17 - *19 responses: @@ -61395,15 +61406,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *346 - *347 - - *423 + - *348 + - *424 responses: '201': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -61441,8 +61452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -61464,7 +61475,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &426 + schema: &427 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61546,12 +61557,12 @@ paths: type: - array - 'null' - items: *421 + items: *422 app: anyOf: - type: 'null' - *5 - repository: *186 + repository: *187 created_at: type: - string @@ -61562,7 +61573,7 @@ paths: - string - 'null' format: date-time - head_commit: *425 + head_commit: *426 latest_check_runs_count: type: integer check_runs_url: @@ -61590,7 +61601,7 @@ paths: - check_runs_url - pull_requests examples: - default: &427 + default: &428 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61881,9 +61892,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61902,8 +61913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -61964,7 +61975,7 @@ paths: required: - app_id - setting - repository: *186 + repository: *187 examples: default: value: @@ -62212,9 +62223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *346 - *347 - - &428 + - *348 + - &429 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62226,9 +62237,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62251,17 +62262,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *346 - *347 - - *428 - - &474 + - *348 + - *429 + - &475 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &475 + - &476 name: status description: Returns check runs with the specified `status`. in: query @@ -62300,9 +62311,9 @@ paths: type: integer check_runs: type: array - items: *422 + items: *423 examples: - default: &476 + default: &477 value: total_count: 1 check_runs: @@ -62404,15 +62415,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *346 - *347 - - *428 + - *348 + - *429 responses: '201': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -62439,21 +62450,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *346 - *347 - - *209 + - *348 - *210 + - *211 - *19 - *17 - - &444 + - &445 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *429 - - &445 + schema: *430 + - &446 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62478,13 +62489,13 @@ paths: be returned. in: query required: false - schema: *211 + schema: *212 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *430 + schema: *431 responses: '200': description: Response @@ -62496,23 +62507,23 @@ paths: type: object properties: number: *94 - created_at: *100 - updated_at: *101 - url: *98 - html_url: *99 - instances_url: *431 + created_at: *101 + updated_at: *102 + url: *99 + html_url: *100 + instances_url: *432 state: *85 - fixed_at: *103 + fixed_at: *104 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *102 - dismissed_reason: *432 - dismissed_comment: *433 - rule: *434 - tool: *435 - most_recent_instance: *436 + dismissed_at: *103 + dismissed_reason: *433 + dismissed_comment: *434 + rule: *435 + tool: *436 + most_recent_instance: *437 required: - number - created_at @@ -62628,14 +62639,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &437 + '403': &438 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62655,9 +62666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *346 - *347 - - &438 + - *348 + - &439 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62671,24 +62682,24 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 type: object properties: number: *94 - created_at: *100 - updated_at: *101 - url: *98 - html_url: *99 - instances_url: *431 + created_at: *101 + updated_at: *102 + url: *99 + html_url: *100 + instances_url: *432 state: *85 - fixed_at: *103 + fixed_at: *104 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *102 - dismissed_reason: *432 - dismissed_comment: *433 + dismissed_at: *103 + dismissed_reason: *433 + dismissed_comment: *434 rule: type: object properties: @@ -62750,8 +62761,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *435 - most_recent_instance: *436 + tool: *436 + most_recent_instance: *437 required: - number - created_at @@ -62840,9 +62851,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62860,9 +62871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 requestBody: required: true content: @@ -62877,8 +62888,8 @@ paths: enum: - open - dismissed - dismissed_reason: *432 - dismissed_comment: *433 + dismissed_reason: *433 + dismissed_comment: *434 required: - state examples: @@ -62893,7 +62904,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -62968,14 +62979,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &443 + '403': &444 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62995,15 +63006,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 responses: '200': description: Response content: application/json: - schema: &440 + schema: &441 type: object properties: status: @@ -63030,13 +63041,13 @@ paths: - description - started_at examples: - default: &441 + default: &442 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &442 + '400': &443 description: Bad Request content: application/json: @@ -63047,9 +63058,9 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63072,29 +63083,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 responses: '200': description: OK content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '202': description: Accepted content: application/json: - schema: *440 + schema: *441 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *442 + '400': *443 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63104,7 +63115,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63126,9 +63137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 requestBody: required: false content: @@ -63174,12 +63185,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *442 - '403': *443 + '400': *443 + '403': *444 '404': *6 '422': description: Unprocessable Entity - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63199,13 +63210,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 - *19 - *17 - - *444 - *445 + - *446 responses: '200': description: Response @@ -63213,7 +63224,7 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: default: value: @@ -63252,9 +63263,9 @@ paths: end_column: 50 classifications: - source - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63286,25 +63297,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *346 - *347 - - *209 + - *348 - *210 + - *211 - *19 - *17 - - *445 + - *446 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *429 + schema: *430 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &448 + schema: &449 type: string description: An identifier for the upload. examples: @@ -63326,23 +63337,23 @@ paths: application/json: schema: type: array - items: &449 + items: &450 type: object properties: - ref: *429 - commit_sha: &457 + ref: *430 + commit_sha: &458 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *446 + analysis_key: *447 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *447 + category: *448 error: type: string examples: @@ -63367,8 +63378,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *448 - tool: *435 + sarif_id: *449 + tool: *436 deletable: type: boolean warning: @@ -63430,9 +63441,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63466,8 +63477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *346 - *347 + - *348 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63480,7 +63491,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: response: summary: application/json response @@ -63534,9 +63545,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63616,8 +63627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *346 - *347 + - *348 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63673,9 +63684,9 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *443 + '403': *444 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63695,8 +63706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -63704,7 +63715,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: CodeQL Database description: A CodeQL database. type: object @@ -63816,9 +63827,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63845,8 +63856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *346 - *347 + - *348 - name: language in: path description: The language of the CodeQL database. @@ -63858,7 +63869,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -63890,11 +63901,11 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &481 + '302': &482 description: Found - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63914,8 +63925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *346 - *347 + - *348 - name: language in: path description: The language of the CodeQL database. @@ -63925,9 +63936,9 @@ paths: responses: '204': description: Response - '403': *443 + '403': *444 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63953,8 +63964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -63963,7 +63974,7 @@ paths: type: object additionalProperties: false properties: - language: &451 + language: &452 type: string description: The language targeted by the CodeQL query enum: @@ -64041,7 +64052,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &455 + schema: &456 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64051,7 +64062,7 @@ paths: description: The ID of the variant analysis. controller_repo: *92 actor: *4 - query_language: *451 + query_language: *452 query_pack_url: type: string description: The download url for the query pack. @@ -64099,7 +64110,7 @@ paths: items: type: object properties: - repository: &452 + repository: &453 title: Repository Identifier description: Repository Identifier type: object @@ -64141,7 +64152,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &456 + analysis_status: &457 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64173,7 +64184,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &453 + access_mismatch_repos: &454 type: object properties: repository_count: @@ -64188,7 +64199,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *452 + items: *453 required: - repository_count - repositories @@ -64211,8 +64222,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *453 - over_limit_repos: *453 + no_codeql_db_repos: *454 + over_limit_repos: *454 required: - access_mismatch_repos - not_found_repos @@ -64228,7 +64239,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &454 + value: &455 summary: Default response value: id: 1 @@ -64380,17 +64391,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *454 + value: *455 repository_lists: summary: Response for a successful variant analysis submission - value: *454 + value: *455 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64411,8 +64422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *346 - *347 + - *348 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64424,11 +64435,11 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *454 + default: *455 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64449,7 +64460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *346 + - *347 - name: repo in: path description: The name of the controller repository. @@ -64484,7 +64495,7 @@ paths: type: object properties: repository: *92 - analysis_status: *456 + analysis_status: *457 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64588,7 +64599,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64609,8 +64620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -64692,9 +64703,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64713,8 +64724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -64773,7 +64784,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -64798,7 +64809,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *443 + '403': *444 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64806,7 +64817,7 @@ paths: content: application/json: schema: *3 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64863,8 +64874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -64872,7 +64883,7 @@ paths: schema: type: object properties: - commit_sha: *457 + commit_sha: *458 ref: type: string description: |- @@ -64932,7 +64943,7 @@ paths: schema: type: object properties: - id: *448 + id: *449 url: type: string description: The REST API URL for checking the status of the upload. @@ -64946,11 +64957,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *443 + '403': *444 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64969,8 +64980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *346 - *347 + - *348 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65018,10 +65029,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *437 + '403': *438 '404': description: Not Found if the sarif id does not match any upload - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65043,8 +65054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -65097,7 +65108,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *111 + '204': *112 '304': *35 '403': *27 '404': *6 @@ -65122,8 +65133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *346 - *347 + - *348 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -65251,8 +65262,8 @@ paths: parameters: - *17 - *19 - - *346 - *347 + - *348 responses: '200': description: Response @@ -65268,7 +65279,7 @@ paths: type: integer codespaces: type: array - items: *269 + items: *270 examples: default: value: @@ -65566,8 +65577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -65631,22 +65642,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65670,8 +65681,8 @@ paths: parameters: - *17 - *19 - - *346 - *347 + - *348 responses: '200': description: Response @@ -65735,8 +65746,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *346 - *347 + - *348 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65773,9 +65784,9 @@ paths: type: integer machines: type: array - items: *459 + items: *460 examples: - default: &683 + default: &684 value: total_count: 2 machines: @@ -65815,8 +65826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *346 - *347 + - *348 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65903,8 +65914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *346 - *347 + - *348 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -65952,7 +65963,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65973,8 +65984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -65992,7 +66003,7 @@ paths: type: integer secrets: type: array - items: &463 + items: &464 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66013,7 +66024,7 @@ paths: - created_at - updated_at examples: - default: *460 + default: *461 headers: Link: *37 x-github: @@ -66036,16 +66047,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66065,17 +66076,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '200': description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66095,9 +66106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 requestBody: required: true content: @@ -66125,7 +66136,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -66149,9 +66160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '204': description: Response @@ -66179,8 +66190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *346 - *347 + - *348 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66218,7 +66229,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Collaborator description: Collaborator type: object @@ -66411,9 +66422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *346 - *347 - - *208 + - *348 + - *209 responses: '204': description: Response if user is a collaborator @@ -66455,9 +66466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *346 - *347 - - *208 + - *348 + - *209 requestBody: required: false content: @@ -66483,7 +66494,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &529 + schema: &530 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66495,7 +66506,7 @@ paths: format: int64 examples: - 42 - repository: *186 + repository: *187 invitee: anyOf: - type: 'null' @@ -66704,9 +66715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *346 - *347 - - *208 + - *348 + - *209 responses: '204': description: No Content when collaborator was removed from the repository. @@ -66735,9 +66746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *346 - *347 - - *208 + - *348 + - *209 responses: '200': description: if user has admin permissions @@ -66757,7 +66768,7 @@ paths: user: anyOf: - type: 'null' - - *465 + - *466 required: - permission - role_name @@ -66811,8 +66822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -66822,7 +66833,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Commit Comment description: Commit Comment type: object @@ -66863,8 +66874,8 @@ paths: updated_at: type: string format: date-time - author_association: *131 - reactions: *132 + author_association: *132 + reactions: *133 required: - url - html_url @@ -66880,7 +66891,7 @@ paths: - created_at - updated_at examples: - default: &469 + default: &470 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66939,17 +66950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &470 + default: &471 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67006,9 +67017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -67030,7 +67041,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -67081,9 +67092,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '204': description: Response @@ -67104,9 +67115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -67132,9 +67143,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -67155,9 +67166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -67189,16 +67200,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -67220,10 +67231,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *346 - *347 - - *143 - - *338 + - *348 + - *144 + - *339 responses: '204': description: Response @@ -67272,8 +67283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *346 - *347 + - *348 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67329,9 +67340,9 @@ paths: application/json: schema: type: array - items: *467 + items: *468 examples: - default: &577 + default: &578 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67425,9 +67436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *346 - *347 - - &468 + - *348 + - &469 name: commit_sha description: The SHA of the commit. in: path @@ -67499,9 +67510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *346 - *347 - - *468 + - *348 + - *469 - *17 - *19 responses: @@ -67511,9 +67522,9 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: - default: *469 + default: *470 headers: Link: *37 x-github: @@ -67541,9 +67552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *346 - *347 - - *468 + - *348 + - *469 requestBody: required: true content: @@ -67578,9 +67589,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67608,9 +67619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *346 - *347 - - *468 + - *348 + - *469 - *17 - *19 responses: @@ -67620,7 +67631,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Pull Request Simple description: Pull Request Simple type: object @@ -67740,7 +67751,7 @@ paths: milestone: anyOf: - type: 'null' - - *471 + - *472 active_lock_reason: type: - string @@ -67795,7 +67806,7 @@ paths: type: - array - 'null' - items: *265 + items: *266 head: type: object properties: @@ -67839,7 +67850,7 @@ paths: _links: type: object properties: - comments: &472 + comments: &473 title: Link description: Hypermedia Link type: object @@ -67848,13 +67859,13 @@ paths: type: string required: - href - commits: *472 - statuses: *472 - html: *472 - issue: *472 - review_comments: *472 - review_comment: *472 - self: *472 + commits: *473 + statuses: *473 + html: *473 + issue: *473 + review_comments: *473 + review_comment: *473 + self: *473 required: - comments - commits @@ -67864,8 +67875,8 @@ paths: - review_comments - review_comment - self - author_association: *131 - auto_merge: &570 + author_association: *132 + auto_merge: &571 title: Auto merge description: The status of auto merging a pull request. type: @@ -67930,7 +67941,7 @@ paths: - author_association - auto_merge examples: - default: &569 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68467,11 +68478,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *346 - *347 + - *348 - *19 - *17 - - &473 + - &474 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -68486,9 +68497,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68575,7 +68586,7 @@ paths: '422': *15 '404': *6 '500': *93 - '503': *124 + '503': *125 '409': *90 x-github: githubCloudOnly: false @@ -68601,11 +68612,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *346 - *347 - - *473 + - *348 - *474 - *475 + - *476 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68639,9 +68650,9 @@ paths: type: integer check_runs: type: array - items: *422 + items: *423 examples: - default: *476 + default: *477 headers: Link: *37 x-github: @@ -68666,9 +68677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *346 - *347 - - *473 + - *348 + - *474 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68676,7 +68687,7 @@ paths: schema: type: integer example: 1 - - *474 + - *475 - *17 - *19 responses: @@ -68694,7 +68705,7 @@ paths: type: integer check_suites: type: array - items: *426 + items: *427 examples: default: value: @@ -68894,9 +68905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *346 - *347 - - *473 + - *348 + - *474 - *17 - *19 responses: @@ -68967,7 +68978,7 @@ paths: type: string total_count: type: integer - repository: *186 + repository: *187 commit_url: type: string format: uri @@ -69098,9 +69109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *346 - *347 - - *473 + - *348 + - *474 - *17 - *19 responses: @@ -69110,7 +69121,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Status description: The status of a commit. type: object @@ -69191,7 +69202,7 @@ paths: site_admin: false headers: Link: *37 - '301': *360 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69219,8 +69230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -69253,11 +69264,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *477 + - *478 code_of_conduct_file: anyOf: - type: 'null' - - &478 + - &479 title: Community Health File type: object properties: @@ -69273,23 +69284,23 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 contributing: anyOf: - type: 'null' - - *478 + - *479 readme: anyOf: - type: 'null' - - *478 + - *479 issue_template: anyOf: - type: 'null' - - *478 + - *479 pull_request_template: anyOf: - type: 'null' - - *478 + - *479 required: - code_of_conduct - code_of_conduct_file @@ -69418,8 +69429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *346 - *347 + - *348 - *19 - *17 - name: basehead @@ -69467,8 +69478,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *467 - merge_base_commit: *467 + base_commit: *468 + merge_base_commit: *468 status: type: string enum: @@ -69492,10 +69503,10 @@ paths: - 6 commits: type: array - items: *467 + items: *468 files: type: array - items: *479 + items: *480 required: - url - html_url @@ -69739,7 +69750,7 @@ paths: module Test" '404': *6 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69781,8 +69792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *346 - *347 + - *348 - name: path description: path parameter in: path @@ -69933,7 +69944,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &480 + response-if-content-is-a-file: &481 summary: Response if content is a file value: type: file @@ -70070,7 +70081,7 @@ paths: - size - type - url - - &582 + - &583 title: Content File description: Content File type: object @@ -70288,7 +70299,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *480 + response-if-content-is-a-file: *481 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70357,7 +70368,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *481 + '302': *482 '304': *35 x-github: githubCloudOnly: false @@ -70380,8 +70391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *346 - *347 + - *348 - name: path description: path parameter in: path @@ -70476,7 +70487,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &483 title: File Commit description: File Commit type: object @@ -70632,7 +70643,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: example-for-creating-a-file: value: @@ -70686,7 +70697,7 @@ paths: schema: oneOf: - *3 - - &511 + - &512 description: Repository rule violation was detected type: object properties: @@ -70707,7 +70718,7 @@ paths: items: type: object properties: - placeholder_id: &623 + placeholder_id: &624 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70739,8 +70750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *346 - *347 + - *348 - name: path description: path parameter in: path @@ -70801,7 +70812,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -70836,7 +70847,7 @@ paths: '422': *15 '404': *6 '409': *90 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70856,8 +70867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *346 - *347 + - *348 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70981,21 +70992,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *346 - *347 - - *228 + - *348 - *229 - *230 - *231 + - *232 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *232 - *233 - *234 + - *235 - *82 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -71015,8 +71026,8 @@ paths: default: 30 - *80 - *81 - - *235 - *236 + - *237 responses: '200': description: Response @@ -71024,7 +71035,7 @@ paths: application/json: schema: type: array - items: &485 + items: &486 type: object description: A Dependabot alert. properties: @@ -71059,13 +71070,13 @@ paths: - development - runtime - - security_advisory: *483 - security_vulnerability: *97 - url: *98 - html_url: *99 - created_at: *100 - updated_at: *101 - dismissed_at: *102 + security_advisory: *484 + security_vulnerability: *98 + url: *99 + html_url: *100 + created_at: *101 + updated_at: *102 + dismissed_at: *103 dismissed_by: anyOf: - type: 'null' @@ -71089,8 +71100,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *103 - auto_dismissed_at: *484 + fixed_at: *104 + auto_dismissed_at: *485 required: - number - state @@ -71156,6 +71167,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -71317,9 +71331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *346 - *347 - - &486 + - *348 + - &487 name: alert_number in: path description: |- @@ -71334,7 +71348,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -71390,6 +71404,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File @@ -71444,9 +71461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *346 - *347 - - *486 + - *348 + - *487 requestBody: required: true content: @@ -71491,7 +71508,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -71620,8 +71637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -71639,7 +71656,7 @@ paths: type: integer secrets: type: array - items: &489 + items: &490 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71693,16 +71710,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71722,15 +71739,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -71756,9 +71773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 requestBody: required: true content: @@ -71786,7 +71803,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -71810,9 +71827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '204': description: Response @@ -71834,8 +71851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *346 - *347 + - *348 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -72009,8 +72026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -72270,8 +72287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -72354,7 +72371,7 @@ paths: - version - url additionalProperties: false - metadata: &490 + metadata: &491 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72393,7 +72410,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *490 + metadata: *491 resolved: type: object description: A collection of resolved package dependencies. @@ -72407,7 +72424,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *490 + metadata: *491 relationship: type: string description: A notation of whether a dependency is requested @@ -72540,8 +72557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *346 - *347 + - *348 - name: sha description: The SHA recorded at creation time. in: query @@ -72582,9 +72599,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *492 + default: *493 headers: Link: *37 x-github: @@ -72650,8 +72667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -72733,7 +72750,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: simple-example: summary: Simple example @@ -72806,9 +72823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *346 - *347 - - &493 + - *348 + - &494 name: deployment_id description: deployment_id parameter in: path @@ -72820,7 +72837,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -72885,9 +72902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *346 - *347 - - *493 + - *348 + - *494 responses: '204': description: Response @@ -72909,9 +72926,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *346 - *347 - - *493 + - *348 + - *494 - *17 - *19 responses: @@ -72921,7 +72938,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Deployment Status description: The status of a deployment. type: object @@ -73085,9 +73102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *346 - *347 - - *493 + - *348 + - *494 requestBody: required: true content: @@ -73162,9 +73179,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73220,9 +73237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *346 - *347 - - *493 + - *348 + - *494 - name: status_id in: path required: true @@ -73233,9 +73250,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 x-github: githubCloudOnly: false @@ -73260,8 +73277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -73318,8 +73335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -73337,7 +73354,7 @@ paths: - 5 environments: type: array - items: &497 + items: &498 title: Environment description: Details of a deployment environment type: object @@ -73399,7 +73416,7 @@ paths: type: string examples: - wait_timer - wait_timer: &499 + wait_timer: &500 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -73441,11 +73458,11 @@ paths: items: type: object properties: - type: *496 + type: *497 reviewer: anyOf: - *4 - - *265 + - *266 required: - id - node_id @@ -73468,7 +73485,7 @@ paths: - id - node_id - type - deployment_branch_policy: &500 + deployment_branch_policy: &501 type: - object - 'null' @@ -73585,9 +73602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *346 - *347 - - &498 + - *348 + - &499 name: environment_name in: path required: true @@ -73600,9 +73617,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &501 + default: &502 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73686,9 +73703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *346 - *347 - - *498 + - *348 + - *499 requestBody: required: false content: @@ -73698,7 +73715,7 @@ paths: - object - 'null' properties: - wait_timer: *499 + wait_timer: *500 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -73717,14 +73734,14 @@ paths: items: type: object properties: - type: *496 + type: *497 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *500 + deployment_branch_policy: *501 additionalProperties: false examples: default: @@ -73744,9 +73761,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *501 + default: *502 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73770,9 +73787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *346 - *347 - - *498 + - *348 + - *499 responses: '204': description: Default response @@ -73797,9 +73814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *346 - *347 - - *498 + - *348 + - *499 - *17 - *19 responses: @@ -73818,7 +73835,7 @@ paths: - 2 branch_policies: type: array - items: &502 + items: &503 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73879,9 +73896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 + - *348 + - *499 requestBody: required: true content: @@ -73929,9 +73946,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - example-wildcard: &503 + example-wildcard: &504 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73973,10 +73990,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 - - &504 + - *348 + - *499 + - &505 name: branch_policy_id in: path required: true @@ -73988,9 +74005,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74009,10 +74026,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 - - *504 + - *348 + - *499 + - *505 requestBody: required: true content: @@ -74041,9 +74058,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74062,10 +74079,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 - - *504 + - *348 + - *499 + - *505 responses: '204': description: Response @@ -74090,9 +74107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 responses: '200': description: List of deployment protection rules @@ -74109,7 +74126,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &505 + items: &506 title: Deployment protection rule description: Deployment protection rule type: object @@ -74131,7 +74148,7 @@ paths: for the environment. examples: - true - app: &506 + app: &507 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74234,9 +74251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 requestBody: content: application/json: @@ -74257,9 +74274,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74294,9 +74311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 - *19 - *17 responses: @@ -74316,7 +74333,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *506 + items: *507 examples: default: value: @@ -74351,10 +74368,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *346 - *347 - - *498 - - &508 + - *348 + - *499 + - &509 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74366,9 +74383,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74389,10 +74406,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 - - *508 + - *509 responses: '204': description: Response @@ -74418,9 +74435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *346 - *347 - - *498 + - *348 + - *499 - *17 - *19 responses: @@ -74438,9 +74455,9 @@ paths: type: integer secrets: type: array - items: *383 + items: *384 examples: - default: *384 + default: *385 headers: Link: *37 x-github: @@ -74465,17 +74482,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *346 - *347 - - *498 + - *348 + - *499 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74497,18 +74514,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *346 - *347 - - *498 - - *196 + - *348 + - *499 + - *197 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *509 + default: *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74530,10 +74547,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *346 - *347 - - *498 - - *196 + - *348 + - *499 + - *197 requestBody: required: true content: @@ -74564,7 +74581,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -74590,10 +74607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *346 - *347 - - *498 - - *196 + - *348 + - *499 + - *197 responses: '204': description: Default response @@ -74618,10 +74635,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *346 - *347 - - *498 - - *370 + - *348 + - *499 + - *371 - *19 responses: '200': @@ -74638,9 +74655,9 @@ paths: type: integer variables: type: array - items: *387 + items: *388 examples: - default: *388 + default: *389 headers: Link: *37 x-github: @@ -74663,9 +74680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *346 - *347 - - *498 + - *348 + - *499 requestBody: required: true content: @@ -74692,7 +74709,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -74717,18 +74734,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *346 - *347 - - *498 - - *199 + - *348 + - *499 + - *200 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74749,10 +74766,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *346 - *347 - - *199 - - *498 + - *348 + - *200 + - *499 requestBody: required: true content: @@ -74794,10 +74811,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *346 - *347 - - *199 - - *498 + - *348 + - *200 + - *499 responses: '204': description: Response @@ -74819,8 +74836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -74830,7 +74847,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: 200-response: value: @@ -74897,8 +74914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *346 - *347 + - *348 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74920,7 +74937,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -75057,8 +75074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -75091,9 +75108,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *27 @@ -75114,8 +75131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -75174,8 +75191,8 @@ paths: application/json: schema: oneOf: - - *169 - - *511 + - *170 + - *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75200,8 +75217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *346 - *347 + - *348 - name: file_sha in: path required: true @@ -75301,8 +75318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -75411,7 +75428,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75637,15 +75654,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *346 - *347 - - *468 + - *348 + - *469 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -75701,9 +75718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *346 - *347 - - &513 + - *348 + - &514 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -75720,7 +75737,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Git Reference description: Git references within a repository type: object @@ -75796,17 +75813,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *346 - *347 - - *513 + - *348 + - *514 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75835,8 +75852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -75865,9 +75882,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75893,9 +75910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *346 - *347 - - *513 + - *348 + - *514 requestBody: required: true content: @@ -75924,9 +75941,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '422': *15 '409': *90 x-github: @@ -75944,9 +75961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *346 - *347 - - *513 + - *348 + - *514 responses: '204': description: Response @@ -75999,8 +76016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -76067,7 +76084,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Git Tag description: Metadata for a Git tag type: object @@ -76123,7 +76140,7 @@ paths: - sha - type - url - verification: *516 + verification: *517 required: - sha - url @@ -76133,7 +76150,7 @@ paths: - tag - message examples: - default: &518 + default: &519 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76206,8 +76223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *346 - *347 + - *348 - name: tag_sha in: path required: true @@ -76218,9 +76235,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '404': *6 '409': *90 x-github: @@ -76244,8 +76261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -76319,7 +76336,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76437,8 +76454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *346 - *347 + - *348 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76461,7 +76478,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default-response: summary: Default response @@ -76520,8 +76537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -76531,7 +76548,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Webhook description: Webhooks for repositories. type: object @@ -76594,7 +76611,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &757 + last_response: &758 title: Hook Response type: object properties: @@ -76671,8 +76688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -76725,9 +76742,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: type: Repository id: 12345678 @@ -76775,17 +76792,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '404': *6 x-github: githubCloudOnly: false @@ -76805,9 +76822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 requestBody: required: true content: @@ -76852,9 +76869,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '422': *15 '404': *6 x-github: @@ -76875,9 +76892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '204': description: Response @@ -76901,9 +76918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '200': description: Response @@ -76930,9 +76947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *346 - *347 - - *242 + - *348 + - *243 requestBody: required: false content: @@ -76976,11 +76993,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *346 - *347 - - *242 - - *17 + - *348 - *243 + - *17 + - *244 responses: '200': description: Response @@ -76988,9 +77005,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 '400': *14 '422': *15 x-github: @@ -77009,18 +77026,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 - *16 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 '400': *14 '422': *15 x-github: @@ -77039,9 +77056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 - *16 responses: '202': *91 @@ -77064,9 +77081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '204': description: Response @@ -77091,9 +77108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '204': description: Response @@ -77151,14 +77168,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: &522 + schema: &523 title: Import description: A repository import from an external source. type: object @@ -77265,7 +77282,7 @@ paths: - html_url - authors_url examples: - default: &525 + default: &526 value: vcs: subversion use_lfs: true @@ -77281,7 +77298,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &523 + '503': &524 description: Unavailable due to service under maintenance. content: application/json: @@ -77310,8 +77327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -77359,7 +77376,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -77384,7 +77401,7 @@ paths: type: string '422': *15 '404': *6 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77412,8 +77429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -77465,7 +77482,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: example-1: summary: Example 1 @@ -77513,7 +77530,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77536,12 +77553,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *346 - *347 + - *348 responses: '204': description: Response - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77567,9 +77584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *346 - *347 - - &706 + - *348 + - &707 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77583,7 +77600,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Porter Author description: Porter Author type: object @@ -77637,7 +77654,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77662,8 +77679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *346 - *347 + - *348 - name: author_id in: path required: true @@ -77693,7 +77710,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -77706,7 +77723,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77730,8 +77747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -77772,7 +77789,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77800,8 +77817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -77828,11 +77845,11 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *525 + default: *526 '422': *15 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77855,8 +77872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -77864,8 +77881,8 @@ paths: application/json: schema: *20 examples: - default: *526 - '301': *360 + default: *527 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -77885,8 +77902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -77894,12 +77911,12 @@ paths: application/json: schema: anyOf: - - *260 + - *261 - type: object properties: {} additionalProperties: false examples: - default: &528 + default: &529 value: limit: collaborators_only origin: repository @@ -77924,13 +77941,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: application/json: - schema: *527 + schema: *528 examples: default: summary: Example request body @@ -77942,9 +77959,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *528 + default: *529 '409': description: Response x-github: @@ -77966,8 +77983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -77990,8 +78007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -78001,9 +78018,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: &699 + default: &700 value: - id: 1 repository: @@ -78134,9 +78151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *346 - *347 - - *264 + - *348 + - *265 requestBody: required: false content: @@ -78165,7 +78182,7 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: default: value: @@ -78296,9 +78313,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *346 - *347 - - *264 + - *348 + - *265 responses: '204': description: Response @@ -78329,8 +78346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *346 - *347 + - *348 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -78370,7 +78387,7 @@ paths: required: false schema: type: string - - *266 + - *267 - name: sort description: What to sort results by. in: query @@ -78383,7 +78400,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - *17 - *19 responses: @@ -78393,9 +78410,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: &538 + default: &539 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78543,7 +78560,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *360 + '301': *361 '422': *15 '404': *6 x-github: @@ -78572,8 +78589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -78654,9 +78671,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: &533 + default: &534 value: id: 1 node_id: MDU6SXNzdWUx @@ -78810,9 +78827,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *124 + '503': *125 '404': *6 - '410': *357 + '410': *358 x-github: triggersNotification: true githubCloudOnly: false @@ -78840,9 +78857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *346 - *347 - - *153 + - *348 + - *154 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -78852,7 +78869,7 @@ paths: enum: - asc - desc - - *134 + - *135 - *17 - *19 responses: @@ -78862,9 +78879,9 @@ paths: application/json: schema: type: array - items: *530 + items: *531 examples: - default: &535 + default: &536 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78922,17 +78939,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: &531 + default: &532 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78986,9 +79003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -79010,9 +79027,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -79030,9 +79047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '204': description: Response @@ -79052,9 +79069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -79080,9 +79097,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -79103,9 +79120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -79137,16 +79154,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -79168,10 +79185,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *346 - *347 - - *143 - - *338 + - *348 + - *144 + - *339 responses: '204': description: Response @@ -79191,8 +79208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -79202,7 +79219,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Issue Event description: Issue Event type: object @@ -79249,7 +79266,7 @@ paths: issue: anyOf: - type: 'null' - - *144 + - *145 label: title: Issue Event Label description: Issue Event Label @@ -79282,7 +79299,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *265 + requested_team: *266 dismissed_review: title: Issue Event Dismissed Review type: object @@ -79349,7 +79366,7 @@ paths: required: - from - to - author_association: *131 + author_association: *132 lock_reason: type: - string @@ -79541,8 +79558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *346 - *347 + - *348 - name: event_id in: path required: true @@ -79553,7 +79570,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -79746,7 +79763,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *357 + '410': *358 '403': *27 x-github: githubCloudOnly: false @@ -79780,9 +79797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *346 - *347 - - &534 + - *348 + - &535 name: issue_number description: The number that identifies the issue. in: path @@ -79794,12 +79811,12 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 - '301': *360 + default: *534 + '301': *361 '404': *6 - '410': *357 + '410': *358 '304': *35 x-github: githubCloudOnly: false @@ -79824,9 +79841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -79934,15 +79951,15 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 '422': *15 - '503': *124 + '503': *125 '403': *27 - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79960,9 +79977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -79988,9 +80005,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80006,9 +80023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: content: application/json: @@ -80033,9 +80050,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80057,9 +80074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - name: assignee in: path required: true @@ -80099,10 +80116,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *346 - *347 - - *534 - - *134 + - *348 + - *535 + - *135 - *17 - *19 responses: @@ -80112,13 +80129,13 @@ paths: application/json: schema: type: array - items: *530 + items: *531 examples: - default: *535 + default: *536 headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80147,9 +80164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -80171,16 +80188,16 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *357 + '410': *358 '422': *15 '404': *6 x-github: @@ -80200,9 +80217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -80216,7 +80233,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &539 + - &540 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80265,7 +80282,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80393,7 +80410,7 @@ paths: - performed_via_github_app - assignee - assigner - - &541 + - &542 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80439,7 +80456,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80485,7 +80502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &544 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80534,7 +80551,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &544 + - &545 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80563,7 +80580,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -80576,7 +80593,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &545 + - &546 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80605,7 +80622,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -80618,7 +80635,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &546 + - &547 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80674,7 +80691,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &547 + - &548 title: Locked Issue Event description: Locked Issue Event type: object @@ -80719,7 +80736,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &549 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80780,7 +80797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &549 + - &550 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80841,7 +80858,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &551 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80902,7 +80919,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &552 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80995,7 +81012,7 @@ paths: color: red headers: Link: *37 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81012,9 +81029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -81024,7 +81041,7 @@ paths: application/json: schema: type: array - items: &536 + items: &537 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -81079,7 +81096,7 @@ paths: - color - default examples: - default: &537 + default: &538 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81097,9 +81114,9 @@ paths: default: false headers: Link: *37 - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81116,9 +81133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -81177,12 +81194,12 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 - '301': *360 + default: *538 + '301': *361 '404': *6 - '410': *357 + '410': *358 '422': *15 x-github: githubCloudOnly: false @@ -81199,9 +81216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -81261,12 +81278,12 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 - '301': *360 + default: *538 + '301': *361 '404': *6 - '410': *357 + '410': *358 '422': *15 x-github: githubCloudOnly: false @@ -81283,15 +81300,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 responses: '204': description: Response - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81310,9 +81327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - name: name in: path required: true @@ -81325,7 +81342,7 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: default: value: @@ -81336,9 +81353,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81358,9 +81375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -81389,7 +81406,7 @@ paths: '204': description: Response '403': *27 - '410': *357 + '410': *358 '404': *6 '422': *15 x-github: @@ -81407,9 +81424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 responses: '204': description: Response @@ -81431,9 +81448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -81459,13 +81476,13 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81483,9 +81500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81517,16 +81534,16 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -81548,10 +81565,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *346 - *347 - - *534 - - *338 + - *348 + - *535 + - *339 responses: '204': description: Response @@ -81580,9 +81597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81604,9 +81621,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81639,9 +81656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -81651,13 +81668,13 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *538 + default: *539 headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81685,9 +81702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81714,16 +81731,16 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *357 + '410': *358 '422': *15 '404': *6 x-github: @@ -81743,9 +81760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81776,13 +81793,13 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 '403': *27 '404': *6 '422': *7 - '503': *124 + '503': *125 x-github: triggersNotification: true githubCloudOnly: false @@ -81800,9 +81817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -81817,7 +81834,6 @@ paths: description: Timeline Event type: object anyOf: - - *539 - *540 - *541 - *542 @@ -81830,6 +81846,7 @@ paths: - *549 - *550 - *551 + - *552 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81877,12 +81894,12 @@ paths: issue_url: type: string format: uri - author_association: *131 + author_association: *132 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *132 + reactions: *133 required: - event - actor @@ -81913,7 +81930,7 @@ paths: properties: type: type: string - issue: *144 + issue: *145 required: - event - created_at @@ -82129,7 +82146,7 @@ paths: type: string body_text: type: string - author_association: *131 + author_association: *132 required: - event - id @@ -82152,7 +82169,7 @@ paths: type: string comments: type: array - items: &571 + items: &572 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82257,7 +82274,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *131 + author_association: *132 _links: type: object properties: @@ -82352,7 +82369,7 @@ paths: enum: - line - file - reactions: *132 + reactions: *133 body_html: type: string examples: @@ -82390,7 +82407,7 @@ paths: type: string comments: type: array - items: *466 + items: *467 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82665,7 +82682,7 @@ paths: headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82682,8 +82699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -82693,7 +82710,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82760,8 +82777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -82797,9 +82814,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: &553 + default: &554 value: id: 1 key: ssh-rsa AAA... @@ -82833,9 +82850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *346 - *347 - - &554 + - *348 + - &555 name: key_id description: The unique identifier of the key. in: path @@ -82847,9 +82864,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 '404': *6 x-github: githubCloudOnly: false @@ -82867,9 +82884,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *346 - *347 - - *554 + - *348 + - *555 responses: '204': description: Response @@ -82889,8 +82906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -82900,9 +82917,9 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 + default: *538 headers: Link: *37 '404': *6 @@ -82923,8 +82940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -82960,9 +82977,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &555 + default: &556 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82994,8 +83011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *346 - *347 + - *348 - name: name in: path required: true @@ -83006,9 +83023,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *555 + default: *556 '404': *6 x-github: githubCloudOnly: false @@ -83025,8 +83042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *346 - *347 + - *348 - name: name in: path required: true @@ -83065,7 +83082,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: default: value: @@ -83091,8 +83108,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *346 - *347 + - *348 - name: name in: path required: true @@ -83118,8 +83135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -83155,8 +83172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *346 - *347 + - *348 responses: '202': *91 '403': @@ -83184,8 +83201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -83211,9 +83228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *346 - *347 - - *444 + - *348 + - *445 responses: '200': description: Response @@ -83279,7 +83296,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 required: - _links - git_url @@ -83360,8 +83377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -83426,8 +83443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -83461,9 +83478,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *467 + schema: *468 examples: - default: *556 + default: *557 '204': description: Response when already merged '404': @@ -83488,8 +83505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *346 - *347 + - *348 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83530,7 +83547,7 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: default: value: @@ -83586,8 +83603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -83627,9 +83644,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: &557 + default: &558 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83688,9 +83705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *346 - *347 - - &558 + - *348 + - &559 name: milestone_number description: The number that identifies the milestone. in: path @@ -83702,9 +83719,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *557 + default: *558 '404': *6 x-github: githubCloudOnly: false @@ -83721,9 +83738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *346 - *347 - - *558 + - *348 + - *559 requestBody: required: false content: @@ -83761,9 +83778,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83779,9 +83796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *346 - *347 - - *558 + - *348 + - *559 responses: '204': description: Response @@ -83802,9 +83819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *346 - *347 - - *558 + - *348 + - *559 - *17 - *19 responses: @@ -83814,9 +83831,9 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 + default: *538 headers: Link: *37 x-github: @@ -83835,12 +83852,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *346 - *347 - - *559 + - *348 - *560 - - *134 - *561 + - *135 + - *562 - *17 - *19 responses: @@ -83850,9 +83867,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *562 + default: *563 headers: Link: *37 x-github: @@ -83876,8 +83893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -83935,14 +83952,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: &563 + schema: &564 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84086,7 +84103,7 @@ paths: - custom_404 - public examples: - default: &564 + default: &565 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84127,8 +84144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -84183,9 +84200,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 '422': *15 '409': *90 x-github: @@ -84208,8 +84225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -84317,8 +84334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -84344,8 +84361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -84355,7 +84372,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Page Build description: Page Build type: object @@ -84447,8 +84464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *346 - *347 + - *348 responses: '201': description: Response @@ -84495,16 +84512,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84552,8 +84569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *346 - *347 + - *348 - name: build_id in: path required: true @@ -84564,9 +84581,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84586,8 +84603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -84696,9 +84713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *346 - *347 - - &567 + - *348 + - &568 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84756,11 +84773,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *346 - *347 - - *567 + - *348 + - *568 responses: - '204': *111 + '204': *112 '404': *6 x-github: githubCloudOnly: false @@ -84785,8 +84802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -85054,7 +85071,7 @@ paths: description: Empty response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -85081,8 +85098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Private vulnerability reporting status @@ -85119,10 +85136,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *346 - *347 + - *348 responses: - '204': *111 + '204': *112 '422': *14 x-github: githubCloudOnly: false @@ -85141,10 +85158,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *346 - *347 + - *348 responses: - '204': *111 + '204': *112 '422': *14 x-github: githubCloudOnly: false @@ -85165,8 +85182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *346 - *347 + - *348 - name: state description: Indicates the state of the projects to return. in: query @@ -85187,7 +85204,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -85227,7 +85244,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *357 + '410': *358 '422': *7 x-github: githubCloudOnly: false @@ -85247,8 +85264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -85274,13 +85291,13 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *356 + default: *357 '401': *23 '403': *27 '404': *6 - '410': *357 + '410': *358 '422': *7 x-github: githubCloudOnly: false @@ -85300,8 +85317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -85309,7 +85326,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -85340,8 +85357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -85353,7 +85370,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *297 + items: *298 required: - properties examples: @@ -85403,8 +85420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *346 - *347 + - *348 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85464,9 +85481,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 + default: *570 headers: Link: *37 '304': *35 @@ -85498,8 +85515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -85566,7 +85583,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85695,7 +85712,7 @@ paths: milestone: anyOf: - type: 'null' - - *471 + - *472 active_lock_reason: type: - string @@ -85750,7 +85767,7 @@ paths: type: - array - 'null' - items: *278 + items: *279 head: type: object properties: @@ -85788,14 +85805,14 @@ paths: _links: type: object properties: - comments: *472 - commits: *472 - statuses: *472 - html: *472 - issue: *472 - review_comments: *472 - review_comment: *472 - self: *472 + comments: *473 + commits: *473 + statuses: *473 + html: *473 + issue: *473 + review_comments: *473 + review_comment: *473 + self: *473 required: - comments - commits @@ -85805,8 +85822,8 @@ paths: - review_comments - review_comment - self - author_association: *131 - auto_merge: *570 + author_association: *132 + auto_merge: *571 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -85908,7 +85925,7 @@ paths: - merged_by - review_comments examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86435,8 +86452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *346 - *347 + - *348 - name: sort in: query required: false @@ -86455,7 +86472,7 @@ paths: enum: - asc - desc - - *134 + - *135 - *17 - *19 responses: @@ -86465,9 +86482,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: &576 + default: &577 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86544,17 +86561,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86629,9 +86646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -86653,9 +86670,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86671,9 +86688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '204': description: Response @@ -86694,9 +86711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -86722,9 +86739,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -86745,9 +86762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -86779,16 +86796,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -86810,10 +86827,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *346 - *347 - - *143 - - *338 + - *348 + - *144 + - *339 responses: '204': description: Response @@ -86856,9 +86873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *346 - *347 - - &575 + - *348 + - &576 name: pull_number description: The number that identifies the pull request. in: path @@ -86871,9 +86888,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '304': *35 '404': *6 '406': @@ -86882,7 +86899,7 @@ paths: application/json: schema: *3 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86908,9 +86925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -86952,9 +86969,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '422': *15 '403': *27 x-github: @@ -86976,9 +86993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: true content: @@ -87039,21 +87056,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '401': *23 '403': *27 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87079,10 +87096,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *346 - *347 - - *575 - - *153 + - *348 + - *576 + - *154 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -87092,7 +87109,7 @@ paths: enum: - asc - desc - - *134 + - *135 - *17 - *19 responses: @@ -87102,9 +87119,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *576 + default: *577 headers: Link: *37 x-github: @@ -87137,9 +87154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: true content: @@ -87245,7 +87262,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: example-for-a-multi-line-comment: value: @@ -87333,10 +87350,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *346 - *347 - - *575 - - *143 + - *348 + - *576 + - *144 requestBody: required: true content: @@ -87358,7 +87375,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -87444,9 +87461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 - *17 - *19 responses: @@ -87456,9 +87473,9 @@ paths: application/json: schema: type: array - items: *467 + items: *468 examples: - default: *577 + default: *578 headers: Link: *37 x-github: @@ -87488,9 +87505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *346 - *347 - - *575 + - *348 + - *576 - *17 - *19 responses: @@ -87500,7 +87517,7 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: default: value: @@ -87519,7 +87536,7 @@ paths: Link: *37 '422': *15 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87538,9 +87555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *346 - *347 - - *575 + - *348 + - *576 responses: '204': description: Response if pull request has been merged @@ -87563,9 +87580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -87677,9 +87694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 responses: '200': description: Response @@ -87695,7 +87712,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 required: - users - teams @@ -87754,9 +87771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -87793,7 +87810,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88329,9 +88346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: true content: @@ -88365,7 +88382,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88870,9 +88887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 - *17 - *19 responses: @@ -88882,7 +88899,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88956,7 +88973,7 @@ paths: type: string body_text: type: string - author_association: *131 + author_association: *132 required: - id - node_id @@ -89038,9 +89055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -89130,9 +89147,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &580 + default: &581 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89195,10 +89212,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - &579 + - *348 + - *576 + - &580 name: review_id description: The unique identifier of the review. in: path @@ -89210,9 +89227,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &581 + default: &582 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89271,10 +89288,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 requestBody: required: true content: @@ -89297,7 +89314,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -89359,18 +89376,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *580 + default: *581 '422': *7 '404': *6 x-github: @@ -89397,10 +89414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 - *17 - *19 responses: @@ -89494,13 +89511,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *131 + author_association: *132 _links: type: object properties: - self: *472 - html: *472 - pull_request: *472 + self: *473 + html: *473 + pull_request: *473 required: - self - html @@ -89509,7 +89526,7 @@ paths: type: string body_html: type: string - reactions: *132 + reactions: *133 side: description: The side of the first line of the range for a multi-line comment. @@ -89651,10 +89668,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 requestBody: required: true content: @@ -89683,7 +89700,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -89746,10 +89763,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 requestBody: required: true content: @@ -89784,9 +89801,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *581 + default: *582 '404': *6 '422': *7 '403': *27 @@ -89808,9 +89825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -89874,8 +89891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *346 - *347 + - *348 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89888,9 +89905,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: type: file encoding: base64 @@ -89932,8 +89949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *346 - *347 + - *348 - name: dir description: The alternate path to look for a README file in: path @@ -89953,9 +89970,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 '422': *15 x-github: @@ -89977,8 +89994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -89988,7 +90005,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Release description: A release. type: object @@ -90060,7 +90077,7 @@ paths: author: *4 assets: type: array - items: &585 + items: &586 title: Release Asset description: Data related to a release. type: object @@ -90130,7 +90147,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *132 + reactions: *133 required: - assets_url - upload_url @@ -90240,8 +90257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -90317,9 +90334,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90422,9 +90439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *346 - *347 - - &586 + - *348 + - &587 name: asset_id description: The unique identifier of the asset. in: path @@ -90436,9 +90453,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: &587 + default: &588 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -90472,7 +90489,7 @@ paths: type: User site_admin: false '404': *6 - '302': *481 + '302': *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90488,9 +90505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *346 - *347 - - *586 + - *348 + - *587 requestBody: required: false content: @@ -90519,9 +90536,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *587 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90537,9 +90554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *346 - *347 - - *586 + - *348 + - *587 responses: '204': description: Response @@ -90563,8 +90580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -90650,16 +90667,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90676,8 +90693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *346 - *347 + - *348 - name: tag description: tag parameter in: path @@ -90690,9 +90707,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -90714,9 +90731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *346 - *347 - - &589 + - *348 + - &590 name: release_id description: The unique identifier of the release. in: path @@ -90730,9 +90747,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 '401': description: Unauthorized x-github: @@ -90750,9 +90767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 requestBody: required: false content: @@ -90816,9 +90833,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 '404': description: Not Found if the discussion category name is invalid content: @@ -90839,9 +90856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 responses: '204': description: Response @@ -90861,9 +90878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *346 - *347 - - *589 + - *348 + - *590 - *17 - *19 responses: @@ -90873,7 +90890,7 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: default: value: @@ -90954,9 +90971,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *346 - *347 - - *589 + - *348 + - *590 - name: name in: query required: true @@ -90982,7 +90999,7 @@ paths: description: Response for successful upload content: application/json: - schema: *585 + schema: *586 examples: response-for-successful-upload: value: @@ -91036,9 +91053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -91062,9 +91079,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -91085,9 +91102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 requestBody: required: true content: @@ -91117,16 +91134,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -91148,10 +91165,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *346 - *347 - - *589 - - *338 + - *348 + - *590 + - *339 responses: '204': description: Response @@ -91175,9 +91192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 - *17 - *19 responses: @@ -91193,8 +91210,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *590 - - &592 + - *591 + - &593 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91214,53 +91231,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *591 - *592 - - allOf: - *593 - - *592 - allOf: - *594 - - *592 + - *593 - allOf: - *595 - - *592 + - *593 - allOf: - *596 - - *592 + - *593 - allOf: - *597 - - *592 + - *593 - allOf: - *598 - - *592 + - *593 - allOf: - *599 - - *592 + - *593 - allOf: - *600 - - *592 + - *593 - allOf: - *601 - - *592 + - *593 - allOf: - *602 - - *592 + - *593 - allOf: - *603 - - *592 + - *593 - allOf: - *604 - - *592 + - *593 - allOf: - *605 - - *592 + - *593 - allOf: - *606 - - *592 + - *593 - allOf: - *607 - - *592 + - *593 + - allOf: + - *608 + - *593 examples: default: value: @@ -91299,8 +91316,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - *17 - *19 - name: includes_parents @@ -91311,7 +91328,7 @@ paths: schema: type: boolean default: true - - *608 + - *609 responses: '200': description: Response @@ -91319,7 +91336,7 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: default: value: @@ -91366,8 +91383,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 requestBody: description: Request body required: true @@ -91387,16 +91404,16 @@ paths: - tag - push default: branch - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *114 + items: *120 + conditions: *115 rules: type: array description: An array of rules within the ruleset. - items: *120 + items: *121 required: - name - enforcement @@ -91427,9 +91444,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &617 + default: &618 value: id: 42 name: super cool ruleset @@ -91476,12 +91493,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *346 - *347 - - *609 - - *303 + - *348 - *610 + - *304 - *611 + - *612 - *17 - *19 responses: @@ -91489,9 +91506,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 '500': *93 x-github: @@ -91512,17 +91529,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *346 - *347 - - *614 + - *348 + - *615 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 '404': *6 '500': *93 x-github: @@ -91550,8 +91567,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91571,9 +91588,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *617 + default: *618 '404': *6 '500': *93 put: @@ -91591,8 +91608,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91617,16 +91634,16 @@ paths: - branch - tag - push - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *114 + items: *120 + conditions: *115 rules: description: An array of rules within the ruleset. type: array - items: *120 + items: *121 examples: default: value: @@ -91654,9 +91671,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *617 + default: *618 '404': *6 '500': *93 delete: @@ -91674,8 +91691,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91703,20 +91720,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *346 - *347 - - *305 + - *348 - *306 - *307 - *308 + - *309 - *82 - *19 - *17 - - *618 - *619 - - *309 + - *620 - *310 - *311 + - *312 responses: '200': description: Response @@ -91724,24 +91741,24 @@ paths: application/json: schema: type: array - items: &622 + items: &623 type: object properties: number: *94 - created_at: *100 + created_at: *101 updated_at: anyOf: - type: 'null' - - *101 - url: *98 - html_url: *99 + - *102 + url: *99 + html_url: *100 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *620 - resolution: *621 + state: *621 + resolution: *622 resolved_at: type: - string @@ -91932,7 +91949,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91954,15 +91971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -91993,7 +92010,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92014,9 +92031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 requestBody: required: true content: @@ -92024,8 +92041,8 @@ paths: schema: type: object properties: - state: *620 - resolution: *621 + state: *621 + resolution: *622 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -92044,7 +92061,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -92097,7 +92114,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92119,9 +92136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 - *19 - *17 responses: @@ -92132,7 +92149,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &778 + items: &779 type: object properties: type: @@ -92489,7 +92506,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92511,8 +92528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -92520,14 +92537,14 @@ paths: schema: type: object properties: - reason: &624 + reason: &625 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *623 + placeholder_id: *624 required: - reason - placeholder_id @@ -92544,7 +92561,7 @@ paths: schema: type: object properties: - reason: *624 + reason: *625 expire_at: type: - string @@ -92568,7 +92585,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92588,13 +92605,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *346 - *347 + - *348 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *124 + '503': *125 '200': description: Response content: @@ -92604,7 +92621,7 @@ paths: properties: incremental_scans: type: array - items: &625 + items: &626 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92632,15 +92649,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *625 + items: *626 backfill_scans: type: array - items: *625 + items: *626 custom_pattern_backfill_scans: type: array items: allOf: - - *625 + - *626 - type: object properties: pattern_name: @@ -92710,8 +92727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *346 - *347 + - *348 - *82 - name: sort description: The property to sort the results by. @@ -92755,9 +92772,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *627 + default: *628 '400': *14 '404': *6 x-github: @@ -92780,8 +92797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -92861,7 +92878,7 @@ paths: login: type: string description: The username of the user credited. - type: *314 + type: *315 required: - login - type @@ -92951,9 +92968,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &629 + default: &630 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93186,8 +93203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -93300,7 +93317,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -93447,17 +93464,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *346 - *347 - - *628 + - *348 + - *629 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *629 + default: *630 '403': *27 '404': *6 x-github: @@ -93481,9 +93498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *346 - *347 - - *628 + - *348 + - *629 requestBody: required: true content: @@ -93563,7 +93580,7 @@ paths: login: type: string description: The username of the user credited. - type: *314 + type: *315 required: - login - type @@ -93654,17 +93671,17 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *629 - add_credit: *629 + default: *630 + add_credit: *630 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *169 + schema: *170 examples: invalid_state_transition: value: @@ -93695,9 +93712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *346 - *347 - - *628 + - *348 + - *629 responses: '202': *91 '400': *14 @@ -93724,17 +93741,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *346 - *347 - - *628 + - *348 + - *629 responses: '202': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *27 @@ -93760,8 +93777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -93857,8 +93874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *346 - *347 + - *348 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93867,7 +93884,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93880,7 +93897,7 @@ paths: - 1124 - -435 '202': *91 - '204': *111 + '204': *112 '422': description: Repository contains more than 10,000 commits x-github: @@ -93900,8 +93917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -93952,7 +93969,7 @@ paths: total: 89 week: 1336280400 '202': *91 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93979,8 +93996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -94052,7 +94069,7 @@ paths: d: 77 c: 10 '202': *91 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94074,8 +94091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *346 - *347 + - *348 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94229,8 +94246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *346 - *347 + - *348 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94240,7 +94257,7 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: default: value: @@ -94253,7 +94270,7 @@ paths: - - 0 - 2 - 21 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94273,8 +94290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *346 - *347 + - *348 - name: sha in: path required: true @@ -94330,7 +94347,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -94384,8 +94401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -94397,7 +94414,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -94417,14 +94434,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *346 - *347 + - *348 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &632 + schema: &633 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94497,8 +94514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -94524,7 +94541,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -94551,8 +94568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -94572,8 +94589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -94655,8 +94672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -94664,7 +94681,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Tag protection description: Tag protection type: object @@ -94721,8 +94738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -94745,7 +94762,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -94776,8 +94793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *346 - *347 + - *348 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94814,8 +94831,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *346 - *347 + - *348 - name: ref in: path required: true @@ -94851,8 +94868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -94862,9 +94879,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 headers: Link: *37 '404': *6 @@ -94884,8 +94901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *346 - *347 + - *348 - *19 - *17 responses: @@ -94893,7 +94910,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94905,7 +94922,7 @@ paths: required: - names examples: - default: &635 + default: &636 value: names: - octocat @@ -94928,8 +94945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -94960,9 +94977,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '422': *7 x-github: @@ -94983,9 +95000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *346 - *347 - - &636 + - *348 + - &637 name: per description: The time frame to display results for. in: query @@ -95016,7 +95033,7 @@ paths: - 128 clones: type: array - items: &637 + items: &638 title: Traffic type: object properties: @@ -95103,8 +95120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -95198,8 +95215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -95262,9 +95279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *346 - *347 - - *636 + - *348 + - *637 responses: '200': description: Response @@ -95285,7 +95302,7 @@ paths: - 3782 views: type: array - items: *637 + items: *638 required: - uniques - count @@ -95362,8 +95379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -95399,7 +95416,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -95637,8 +95654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95661,8 +95678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -95684,8 +95701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -95711,8 +95728,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *346 - *347 + - *348 - name: ref in: path required: true @@ -95804,9 +95821,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95847,7 +95864,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -95957,7 +95974,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &645 + - &646 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95967,7 +95984,7 @@ paths: type: string examples: - members - - &650 + - &651 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95979,7 +95996,7 @@ paths: format: int32 examples: - 1 - - &651 + - &652 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -96023,7 +96040,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &639 + items: &640 allOf: - type: object required: @@ -96105,7 +96122,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &652 + meta: &653 type: object description: The metadata associated with the creation/updates to the user. @@ -96170,31 +96187,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &640 + '400': &641 description: Bad request content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '401': &641 + schema: *639 + '401': &642 description: Authorization failure - '403': &642 + '403': &643 description: Permission denied - '429': &643 + '429': &644 description: Too many requests content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '500': &644 + schema: *639 + '500': &645 description: Internal server error content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 + schema: *639 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96218,7 +96235,7 @@ paths: required: true content: application/json: - schema: &648 + schema: &649 type: object required: - schemas @@ -96278,9 +96295,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *639 + schema: *640 examples: - group: &646 + group: &647 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -96299,13 +96316,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *640 - '401': *641 - '403': *642 - '409': &649 + '400': *641 + '401': *642 + '403': *643 + '409': &650 description: Duplicate record detected - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96322,7 +96339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &647 + - &648 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -96331,22 +96348,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *645 + - *646 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *639 + schema: *640 examples: - default: *646 - '400': *640 - '401': *641 - '403': *642 + default: *647 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96365,13 +96382,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *647 + - *648 - *38 requestBody: required: true content: application/json: - schema: *648 + schema: *649 examples: group: summary: Group @@ -96397,17 +96414,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *639 + schema: *640 examples: - group: *646 - groupWithMembers: *646 - '400': *640 - '401': *641 - '403': *642 + group: *647 + groupWithMembers: *647 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96431,13 +96448,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *647 + - *648 - *38 requestBody: required: true content: application/json: - schema: &659 + schema: &660 type: object required: - Operations @@ -96497,17 +96514,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *639 + schema: *640 examples: - updateGroup: *646 - addMembers: *646 - '400': *640 - '401': *641 - '403': *642 + updateGroup: *647 + addMembers: *647 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96523,17 +96540,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *647 + - *648 - *38 responses: '204': description: Group was deleted, no content - '400': *640 - '401': *641 - '403': *642 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96567,8 +96584,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *650 - *651 + - *652 - *38 responses: '200': @@ -96602,7 +96619,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &654 + items: &655 allOf: - type: object required: @@ -96694,7 +96711,7 @@ paths: address. examples: - true - roles: &653 + roles: &654 type: array description: The roles assigned to the user. items: @@ -96753,7 +96770,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *652 + meta: *653 startIndex: type: integer description: A starting index for the returned page @@ -96792,11 +96809,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *640 - '401': *641 - '403': *642 - '429': *643 - '500': *644 + '400': *641 + '401': *642 + '403': *643 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96820,7 +96837,7 @@ paths: required: true content: application/json: - schema: &657 + schema: &658 type: object required: - schemas @@ -96913,9 +96930,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *653 + roles: *654 examples: - user: &658 + user: &659 summary: User value: schemas: @@ -96962,9 +96979,9 @@ paths: description: User has been created content: application/scim+json: - schema: *654 + schema: *655 examples: - user: &655 + user: &656 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96990,13 +97007,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *655 - '400': *640 - '401': *641 - '403': *642 - '409': *649 - '429': *643 - '500': *644 + enterpriseOwner: *656 + '400': *641 + '401': *642 + '403': *643 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97013,7 +97030,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &656 + - &657 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -97026,15 +97043,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *654 + schema: *655 examples: - default: *655 - '400': *640 - '401': *641 - '403': *642 + default: *656 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97056,30 +97073,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *656 + - *657 - *38 requestBody: required: true content: application/json: - schema: *657 + schema: *658 examples: - user: *658 + user: *659 responses: '200': description: User was updated content: application/scim+json: - schema: *654 + schema: *655 examples: - user: *655 - '400': *640 - '401': *641 - '403': *642 + user: *656 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97114,13 +97131,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *656 + - *657 - *38 requestBody: required: true content: application/json: - schema: *659 + schema: *660 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -97160,18 +97177,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *654 - examples: - userMultiValuedProperties: *655 - userSingleValuedProperties: *655 - disableUser: *655 - '400': *640 - '401': *641 - '403': *642 + schema: *655 + examples: + userMultiValuedProperties: *656 + userSingleValuedProperties: *656 + disableUser: *656 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97191,17 +97208,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *656 + - *657 - *38 responses: '204': description: User was deleted, no content - '400': *640 - '401': *641 - '403': *642 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97234,7 +97251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *166 + - *167 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -97292,7 +97309,7 @@ paths: - 1 Resources: type: array - items: &660 + items: &661 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97539,22 +97556,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &661 + '404': &662 description: Resource not found content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '403': &662 + schema: *639 + '403': &663 description: Forbidden content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '400': *640 - '429': *643 + schema: *639 + '400': *641 + '429': *644 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -97574,15 +97591,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *166 + - *167 responses: '201': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: &663 + default: &664 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97605,17 +97622,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *661 - '403': *662 - '500': *644 + '404': *662 + '403': *663 + '500': *645 '409': description: Conflict content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '400': *640 + schema: *639 + '400': *641 requestBody: required: true content: @@ -97709,18 +97726,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *166 - - *656 + - *167 + - *657 responses: '200': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: *663 - '404': *661 - '403': *662 + default: *664 + '404': *662 + '403': *663 '304': *35 x-github: githubCloudOnly: true @@ -97743,19 +97760,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *166 - - *656 + - *167 + - *657 responses: '200': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: *663 + default: *664 '304': *35 - '404': *661 - '403': *662 + '404': *662 + '403': *663 requestBody: required: true content: @@ -97865,20 +97882,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *166 - - *656 + - *167 + - *657 responses: '200': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: *663 + default: *664 '304': *35 - '404': *661 - '403': *662 - '400': *640 + '404': *662 + '403': *663 + '400': *641 '429': description: Response content: @@ -97973,13 +97990,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *166 - - *656 + - *167 + - *657 responses: '204': description: Response - '404': *661 - '403': *662 + '404': *662 + '403': *663 '304': *35 x-github: githubCloudOnly: true @@ -98094,7 +98111,7 @@ paths: html_url: type: string format: uri - repository: *186 + repository: *187 score: type: number file_size: @@ -98113,7 +98130,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &664 + text_matches: &665 title: Search Result Text Matches type: array items: @@ -98228,7 +98245,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *124 + '503': *125 '422': *15 '403': *27 x-github: @@ -98277,7 +98294,7 @@ paths: enum: - author-date - committer-date - - &665 + - &666 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -98346,7 +98363,7 @@ paths: committer: anyOf: - type: 'null' - - *403 + - *404 comment_count: type: integer message: @@ -98365,7 +98382,7 @@ paths: url: type: string format: uri - verification: *516 + verification: *517 required: - author - committer @@ -98380,7 +98397,7 @@ paths: committer: anyOf: - type: 'null' - - *403 + - *404 parents: type: array items: @@ -98392,12 +98409,12 @@ paths: type: string sha: type: string - repository: *186 + repository: *187 score: type: number node_id: type: string - text_matches: *664 + text_matches: *665 required: - sha - node_id @@ -98590,7 +98607,7 @@ paths: - interactions - created - updated - - *665 + - *666 - *17 - *19 responses: @@ -98706,7 +98723,7 @@ paths: milestone: anyOf: - type: 'null' - - *471 + - *472 comments: type: integer created_at: @@ -98720,7 +98737,7 @@ paths: - string - 'null' format: date-time - text_matches: *664 + text_matches: *665 pull_request: type: object properties: @@ -98758,7 +98775,7 @@ paths: type: string score: type: number - author_association: *131 + author_association: *132 draft: type: boolean repository: *61 @@ -98773,7 +98790,7 @@ paths: anyOf: - type: 'null' - *5 - reactions: *132 + reactions: *133 required: - assignee - closed_at @@ -98889,7 +98906,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *124 + '503': *125 '422': *15 '304': *35 '403': *27 @@ -98942,7 +98959,7 @@ paths: enum: - created - updated - - *665 + - *666 - *17 - *19 responses: @@ -98987,7 +99004,7 @@ paths: - 'null' score: type: number - text_matches: *664 + text_matches: *665 required: - id - node_id @@ -99073,7 +99090,7 @@ paths: - forks - help-wanted-issues - updated - - *665 + - *666 - *17 - *19 responses: @@ -99292,7 +99309,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 permissions: type: object properties: @@ -99310,7 +99327,7 @@ paths: - admin - pull - push - text_matches: *664 + text_matches: *665 temp_clone_token: type: string allow_merge_commit: @@ -99513,7 +99530,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *124 + '503': *125 '422': *15 '304': *35 x-github: @@ -99619,7 +99636,7 @@ paths: - string - 'null' format: uri - text_matches: *664 + text_matches: *665 related: type: - array @@ -99814,7 +99831,7 @@ paths: - followers - repositories - joined - - *665 + - *666 - *17 - *19 responses: @@ -99924,7 +99941,7 @@ paths: type: - boolean - 'null' - text_matches: *664 + text_matches: *665 blog: type: - string @@ -99986,7 +100003,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *124 + '503': *125 '422': *15 x-github: githubCloudOnly: false @@ -100006,7 +100023,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &666 + - &667 name: team_id description: The unique identifier of the team. in: path @@ -100018,9 +100035,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: false @@ -100047,7 +100064,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *666 + - *667 requestBody: required: true content: @@ -100111,16 +100128,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 '422': *15 '403': *27 @@ -100148,7 +100165,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *666 + - *667 responses: '204': description: Response @@ -100179,7 +100196,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *666 + - *667 - *82 - *17 - *19 @@ -100190,9 +100207,9 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: - default: *667 + default: *668 headers: Link: *37 x-github: @@ -100221,7 +100238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *666 + - *667 requestBody: required: true content: @@ -100255,9 +100272,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: triggersNotification: true githubCloudOnly: false @@ -100284,16 +100301,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100318,8 +100335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 requestBody: required: false content: @@ -100342,9 +100359,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *668 + default: *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100369,8 +100386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 responses: '204': description: Response @@ -100399,8 +100416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *666 - - *331 + - *667 + - *332 - *82 - *17 - *19 @@ -100411,9 +100428,9 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *669 + default: *670 headers: Link: *37 x-github: @@ -100442,8 +100459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *666 - - *331 + - *667 + - *332 requestBody: required: true content: @@ -100465,9 +100482,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: triggersNotification: true githubCloudOnly: false @@ -100494,17 +100511,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100529,9 +100546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 requestBody: required: true content: @@ -100553,9 +100570,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *670 + default: *671 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100580,9 +100597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 responses: '204': description: Response @@ -100611,9 +100628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -100639,9 +100656,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 x-github: @@ -100670,9 +100687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 requestBody: required: true content: @@ -100704,9 +100721,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100732,8 +100749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -100759,9 +100776,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 x-github: @@ -100790,8 +100807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 requestBody: required: true content: @@ -100823,9 +100840,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100849,7 +100866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -100859,9 +100876,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *37 x-github: @@ -100887,7 +100904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *666 + - *667 - name: role description: Filters members returned by their role in the team. in: query @@ -100910,7 +100927,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '404': *6 @@ -100938,8 +100955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: if user is a member @@ -100975,8 +100992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: Response @@ -101015,8 +101032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: Response @@ -101052,16 +101069,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - response-if-user-is-a-team-maintainer: *671 + response-if-user-is-a-team-maintainer: *672 '404': *6 x-github: githubCloudOnly: false @@ -101094,8 +101111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *666 - - *208 + - *667 + - *209 requestBody: required: false content: @@ -101120,9 +101137,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - response-if-users-membership-with-team-is-now-pending: *672 + response-if-users-membership-with-team-is-now-pending: *673 '403': description: Forbidden if team synchronization is set up '422': @@ -101156,8 +101173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: Response @@ -101186,7 +101203,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -101196,9 +101213,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *673 + default: *674 headers: Link: *37 '404': *6 @@ -101225,16 +101242,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *666 - - *345 + - *667 + - *346 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *674 + default: *675 '404': description: Not Found if project is not managed by this team x-github: @@ -101259,8 +101276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *666 - - *345 + - *667 + - *346 requestBody: required: false content: @@ -101328,8 +101345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *666 - - *345 + - *667 + - *346 responses: '204': description: Response @@ -101356,7 +101373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -101366,9 +101383,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 '404': *6 @@ -101398,15 +101415,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *666 - - *346 + - *667 - *347 + - *348 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *675 + schema: *676 examples: alternative-response-with-extra-repository-information: value: @@ -101557,9 +101574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *666 - - *346 + - *667 - *347 + - *348 requestBody: required: false content: @@ -101609,9 +101626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *666 - - *346 + - *667 - *347 + - *348 responses: '204': description: Response @@ -101640,15 +101657,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *666 + - *667 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '403': *27 '404': *6 x-github: @@ -101675,7 +101692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *666 + - *667 requestBody: required: true content: @@ -101736,7 +101753,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -101767,7 +101784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -101777,9 +101794,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: *676 + response-if-child-teams-exist: *677 headers: Link: *37 '404': *6 @@ -101812,7 +101829,7 @@ paths: application/json: schema: oneOf: - - &678 + - &679 title: Private User description: Private User type: object @@ -102062,7 +102079,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *677 + - *678 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102222,7 +102239,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -102301,7 +102318,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '304': *35 '404': *6 '403': *27 @@ -102324,7 +102341,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *208 + - *209 responses: '204': description: If the user is blocked @@ -102352,7 +102369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -102376,7 +102393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -102425,9 +102442,9 @@ paths: type: integer codespaces: type: array - items: *269 + items: *270 examples: - default: *270 + default: *271 '304': *35 '500': *93 '401': *23 @@ -102566,21 +102583,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '401': *23 '403': *27 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102620,7 +102637,7 @@ paths: type: integer secrets: type: array - items: &679 + items: &680 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102662,7 +102679,7 @@ paths: - visibility - selected_repositories_url examples: - default: *460 + default: *461 headers: Link: *37 x-github: @@ -102734,13 +102751,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *196 + - *197 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -102770,7 +102787,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *196 + - *197 requestBody: required: true content: @@ -102815,7 +102832,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -102843,7 +102860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *196 + - *197 responses: '204': description: Response @@ -102868,7 +102885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *196 + - *197 responses: '200': description: Response @@ -102884,9 +102901,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *680 + default: *681 '401': *23 '403': *27 '404': *6 @@ -102911,7 +102928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *196 + - *197 requestBody: required: true content: @@ -102965,7 +102982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *196 + - *197 - name: repository_id in: path required: true @@ -102998,7 +103015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *196 + - *197 - name: repository_id in: path required: true @@ -103030,15 +103047,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '304': *35 '500': *93 '401': *23 @@ -103064,7 +103081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 requestBody: required: false content: @@ -103094,9 +103111,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '401': *23 '403': *27 '404': *6 @@ -103118,7 +103135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '202': *91 '304': *35 @@ -103147,13 +103164,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '202': description: Response content: application/json: - schema: &681 + schema: &682 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103206,7 +103223,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &682 + default: &683 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103238,7 +103255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *271 + - *272 - name: export_id in: path required: true @@ -103251,9 +103268,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 '404': *6 x-github: githubCloudOnly: false @@ -103274,7 +103291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *271 + - *272 responses: '200': description: Response @@ -103290,9 +103307,9 @@ paths: type: integer machines: type: array - items: *459 + items: *460 examples: - default: *683 + default: *684 '304': *35 '500': *93 '401': *23 @@ -103321,7 +103338,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *271 + - *272 requestBody: required: true content: @@ -103377,11 +103394,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *359 + repository: *360 machine: anyOf: - type: 'null' - - *459 + - *460 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -104178,15 +104195,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '304': *35 '500': *93 '400': *14 @@ -104218,15 +104235,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '500': *93 '401': *23 '403': *27 @@ -104256,9 +104273,9 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: &696 + default: &697 value: - id: 197 name: hello_docker @@ -104359,7 +104376,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Email description: Email type: object @@ -104429,9 +104446,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: &698 + default: &699 value: - email: octocat@github.com verified: true @@ -104508,7 +104525,7 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: default: value: @@ -104620,7 +104637,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '304': *35 @@ -104653,7 +104670,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '304': *35 @@ -104675,7 +104692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *208 + - *209 responses: '204': description: if the person is followed by the authenticated user @@ -104705,7 +104722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -104730,7 +104747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -104766,7 +104783,7 @@ paths: application/json: schema: type: array - items: &685 + items: &686 title: GPG Key description: A unique encryption key type: object @@ -104911,7 +104928,7 @@ paths: - subkeys - revoked examples: - default: &709 + default: &710 value: - id: 3 name: Octocat's GPG Key @@ -104996,9 +105013,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: id: 3 name: Octocat's GPG Key @@ -105055,7 +105072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &687 + - &688 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105067,9 +105084,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '404': *6 '304': *35 '403': *27 @@ -105092,7 +105109,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *687 + - *688 responses: '204': description: Response @@ -105283,7 +105300,7 @@ paths: type: array items: *61 examples: - default: *688 + default: *689 headers: Link: *37 '404': *6 @@ -105308,7 +105325,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *181 + - *182 responses: '204': description: Response @@ -105334,7 +105351,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *181 + - *182 responses: '204': description: Response @@ -105368,12 +105385,12 @@ paths: application/json: schema: anyOf: - - *260 + - *261 - type: object properties: {} additionalProperties: false examples: - default: *261 + default: *262 '204': description: Response when there are no restrictions x-github: @@ -105397,7 +105414,7 @@ paths: required: true content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -105408,7 +105425,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -105489,7 +105506,7 @@ paths: - closed - all default: open - - *266 + - *267 - name: sort description: What to sort results by. in: query @@ -105502,7 +105519,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - *17 - *19 responses: @@ -105512,9 +105529,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *267 + default: *268 headers: Link: *37 '404': *6 @@ -105547,7 +105564,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: Key description: Key type: object @@ -105645,9 +105662,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &690 + default: &691 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105680,15 +105697,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *554 + - *555 responses: '200': description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '404': *6 '304': *35 '403': *27 @@ -105711,7 +105728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *554 + - *555 responses: '204': description: Response @@ -105744,7 +105761,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105812,7 +105829,7 @@ paths: - id - type - login - plan: *147 + plan: *148 required: - billing_cycle - next_billing_date @@ -105823,7 +105840,7 @@ paths: - account - plan examples: - default: &692 + default: &693 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105885,9 +105902,9 @@ paths: application/json: schema: type: array - items: *691 + items: *692 examples: - default: *692 + default: *693 headers: Link: *37 '304': *35 @@ -105927,7 +105944,7 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: default: value: @@ -106029,13 +106046,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -106093,7 +106110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *166 + - *167 requestBody: required: true content: @@ -106118,7 +106135,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -106186,7 +106203,7 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: default: value: @@ -106448,7 +106465,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -106628,7 +106645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *275 + - *276 - name: exclude in: query required: false @@ -106641,7 +106658,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -106835,7 +106852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *275 + - *276 responses: '302': description: Response @@ -106861,7 +106878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *275 + - *276 responses: '204': description: Response @@ -106890,8 +106907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *275 - - *693 + - *276 + - *694 responses: '204': description: Response @@ -106915,7 +106932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *275 + - *276 - *17 - *19 responses: @@ -106925,9 +106942,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 '404': *6 @@ -106964,7 +106981,7 @@ paths: type: array items: *56 examples: - default: *694 + default: *695 headers: Link: *37 '304': *35 @@ -107006,7 +107023,7 @@ paths: - docker - nuget - container - - *695 + - *696 - *19 - *17 responses: @@ -107016,10 +107033,10 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *696 - '400': *697 + default: *697 + '400': *698 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107039,16 +107056,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *282 - *283 + - *284 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: &710 + default: &711 value: id: 40201 name: octo-name @@ -107161,8 +107178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *282 - *283 + - *284 responses: '204': description: Response @@ -107192,8 +107209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *282 - *283 + - *284 - name: token description: package token schema: @@ -107225,8 +107242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *282 - *283 + - *284 - *19 - *17 - name: state @@ -107246,7 +107263,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -107295,15 +107312,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *282 - *283 - - *285 + - *284 + - *286 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -107339,9 +107356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *282 - *283 - - *285 + - *284 + - *286 responses: '204': description: Response @@ -107371,9 +107388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *282 - *283 - - *285 + - *284 + - *286 responses: '204': description: Response @@ -107431,7 +107448,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -107500,9 +107517,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: *698 + default: *699 headers: Link: *37 '304': *35 @@ -107615,7 +107632,7 @@ paths: type: array items: *61 examples: - default: &705 + default: &706 summary: Default response value: - id: 1296269 @@ -107931,9 +107948,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107971,9 +107988,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *699 + default: *700 headers: Link: *37 '304': *35 @@ -107996,7 +108013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *264 + - *265 responses: '204': description: Response @@ -108019,7 +108036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *264 + - *265 responses: '204': description: Response @@ -108052,7 +108069,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: Social account description: Social media account type: object @@ -108069,7 +108086,7 @@ paths: - provider - url examples: - default: &701 + default: &702 value: - provider: twitter url: https://twitter.com/github @@ -108132,9 +108149,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 '422': *15 '304': *35 '404': *6 @@ -108222,7 +108239,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108242,7 +108259,7 @@ paths: - title - created_at examples: - default: &711 + default: &712 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108309,9 +108326,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: - default: &703 + default: &704 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108342,7 +108359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &704 + - &705 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108354,9 +108371,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: - default: *703 + default: *704 '404': *6 '304': *35 '403': *27 @@ -108379,7 +108396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *704 + - *705 responses: '204': description: Response @@ -108408,7 +108425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &712 + - &713 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -108433,11 +108450,11 @@ paths: type: array items: *61 examples: - default-response: *705 + default-response: *706 application/vnd.github.v3.star+json: schema: type: array - items: &713 + items: &714 title: Starred Repository description: Starred Repository type: object @@ -108593,8 +108610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response if this repository is starred by you @@ -108622,8 +108639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -108647,8 +108664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -108681,9 +108698,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 '304': *35 @@ -108720,7 +108737,7 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: default: value: @@ -108798,7 +108815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *149 + - *150 responses: '200': description: Response @@ -108806,10 +108823,10 @@ paths: application/json: schema: oneOf: + - *679 - *678 - - *677 examples: - default-response: &707 + default-response: &708 summary: Default response value: login: octocat @@ -108844,7 +108861,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &708 + response-with-git-hub-plan-information: &709 summary: Response with GitHub plan information value: login: octocat @@ -108904,7 +108921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *706 + - *707 - *17 responses: '200': @@ -108915,7 +108932,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: example: ; rel="next" @@ -108945,7 +108962,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *208 + - *209 responses: '200': description: Response @@ -108953,11 +108970,11 @@ paths: application/json: schema: oneOf: + - *679 - *678 - - *677 examples: - default-response: *707 - response-with-git-hub-plan-information: *708 + default-response: *708 + response-with-git-hub-plan-information: *709 '404': *6 x-github: githubCloudOnly: false @@ -108983,7 +109000,7 @@ paths: - *17 - *80 - *81 - - *208 + - *209 - name: subject_digest description: Subject Digest in: path @@ -109087,7 +109104,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -109113,7 +109130,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *208 + - *209 responses: '200': description: Response @@ -109121,9 +109138,9 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *696 + default: *697 '403': *27 '401': *23 x-github: @@ -109146,7 +109163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109156,7 +109173,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -109227,8 +109244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *208 - - *166 + - *209 + - *167 - *17 - *19 responses: @@ -109238,7 +109255,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -109317,7 +109334,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109327,7 +109344,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -109394,7 +109411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109406,7 +109423,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -109425,7 +109442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109437,7 +109454,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -109456,7 +109473,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *208 + - *209 - name: target_user in: path required: true @@ -109483,8 +109500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *208 - - *134 + - *209 + - *135 - *17 - *19 responses: @@ -109494,9 +109511,9 @@ paths: application/json: schema: type: array - items: *135 + items: *136 examples: - default: *136 + default: *137 headers: Link: *37 '422': *15 @@ -109517,7 +109534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109527,9 +109544,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *709 + default: *710 headers: Link: *37 x-github: @@ -109553,7 +109570,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *208 + - *209 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -109625,7 +109642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *208 + - *209 responses: '200': description: Response @@ -109633,7 +109650,7 @@ paths: application/json: schema: *20 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109651,7 +109668,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109699,7 +109716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109711,7 +109728,7 @@ paths: type: array items: *56 examples: - default: *694 + default: *695 headers: Link: *37 x-github: @@ -109750,8 +109767,8 @@ paths: - docker - nuget - container - - *695 - - *208 + - *696 + - *209 - *19 - *17 responses: @@ -109761,12 +109778,12 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *696 + default: *697 '403': *27 '401': *23 - '400': *697 + '400': *698 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109786,17 +109803,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *710 + default: *711 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109817,9 +109834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 responses: '204': description: Response @@ -109851,9 +109868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 - name: token description: package token schema: @@ -109885,9 +109902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 responses: '200': description: Response @@ -109895,7 +109912,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -109953,16 +109970,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *282 - *283 - - *285 - - *208 + - *284 + - *286 + - *209 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -109997,10 +110014,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *282 - *283 - - *208 - - *285 + - *284 + - *209 + - *286 responses: '204': description: Response @@ -110032,10 +110049,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *282 - *283 - - *208 - - *285 + - *284 + - *209 + - *286 responses: '204': description: Response @@ -110058,7 +110075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *208 + - *209 - name: state description: Indicates the state of the projects to return. in: query @@ -110079,7 +110096,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -110138,7 +110155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110148,7 +110165,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -110227,7 +110244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110237,7 +110254,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -110314,7 +110331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *208 + - *209 - name: type description: Limit results to repositories of the specified type. in: query @@ -110357,9 +110374,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -110383,15 +110400,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110413,15 +110430,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110443,15 +110460,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110469,7 +110486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110479,9 +110496,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 headers: Link: *37 x-github: @@ -110501,7 +110518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110511,9 +110528,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *711 + default: *712 headers: Link: *37 x-github: @@ -110537,8 +110554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *208 - - *712 + - *209 + - *713 - *82 - *17 - *19 @@ -110550,11 +110567,11 @@ paths: schema: anyOf: - type: array - items: *713 + items: *714 - type: array items: *61 examples: - default-response: *705 + default-response: *706 headers: Link: *37 x-github: @@ -110573,7 +110590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110583,9 +110600,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -110714,7 +110731,7 @@ webhooks: type: string enum: - disabled - enterprise: &714 + enterprise: &715 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110783,7 +110800,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &715 + installation: &716 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110804,7 +110821,7 @@ webhooks: required: - id - node_id - organization: &716 + organization: &717 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110877,7 +110894,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &717 + repository: &718 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -110906,7 +110923,7 @@ webhooks: license: anyOf: - type: 'null' - - *145 + - *146 organization: anyOf: - type: 'null' @@ -111790,10 +111807,10 @@ webhooks: type: string enum: - enabled - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -111869,11 +111886,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - rule: &718 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + rule: &719 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -112096,11 +112113,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - rule: *718 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + rule: *719 sender: *4 required: - action @@ -112288,11 +112305,11 @@ webhooks: - everyone required: - from - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - rule: *718 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + rule: *719 sender: *4 required: - action @@ -112365,7 +112382,7 @@ webhooks: required: true content: application/json: - schema: &721 + schema: &722 title: Exemption request cancellation event type: object properties: @@ -112373,11 +112390,11 @@ webhooks: type: string enum: - cancelled - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: &719 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: &720 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -112531,7 +112548,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &720 + items: &721 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112643,7 +112660,7 @@ webhooks: required: true content: application/json: - schema: &722 + schema: &723 title: Exemption request completed event type: object properties: @@ -112651,11 +112668,11 @@ webhooks: type: string enum: - completed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 sender: *4 required: - action @@ -112727,7 +112744,7 @@ webhooks: required: true content: application/json: - schema: &723 + schema: &724 title: Exemption request created event type: object properties: @@ -112735,11 +112752,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 sender: *4 required: - action @@ -112811,7 +112828,7 @@ webhooks: required: true content: application/json: - schema: &724 + schema: &725 title: Exemption response dismissed event type: object properties: @@ -112819,12 +112836,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 - exemption_response: *720 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 + exemption_response: *721 sender: *4 required: - action @@ -112898,7 +112915,7 @@ webhooks: required: true content: application/json: - schema: &725 + schema: &726 title: Exemption response submitted event type: object properties: @@ -112906,12 +112923,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 - exemption_response: *720 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 + exemption_response: *721 sender: *4 required: - action @@ -112984,7 +113001,7 @@ webhooks: required: true content: application/json: - schema: *721 + schema: *722 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113051,7 +113068,7 @@ webhooks: required: true content: application/json: - schema: *722 + schema: *723 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113118,7 +113135,7 @@ webhooks: required: true content: application/json: - schema: *723 + schema: *724 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113185,7 +113202,7 @@ webhooks: required: true content: application/json: - schema: *724 + schema: *725 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113253,7 +113270,7 @@ webhooks: required: true content: application/json: - schema: *725 + schema: *726 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113331,7 +113348,7 @@ webhooks: type: string enum: - completed - check_run: &727 + check_run: &728 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113399,8 +113416,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *421 - repository: *186 + items: *422 + repository: *187 status: type: string enum: @@ -113444,7 +113461,7 @@ webhooks: - examples: - neutral - deployment: *726 + deployment: *727 details_url: type: string examples: @@ -113504,7 +113521,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *421 + items: *422 started_at: type: string format: date-time @@ -113542,9 +113559,9 @@ webhooks: - output - app - pull_requests - installation: *715 - organization: *716 - repository: *717 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - check_run @@ -113937,10 +113954,10 @@ webhooks: type: string enum: - created - check_run: *727 - installation: *715 - organization: *716 - repository: *717 + check_run: *728 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - check_run @@ -114336,10 +114353,10 @@ webhooks: type: string enum: - requested_action - check_run: *727 - installation: *715 - organization: *716 - repository: *717 + check_run: *728 + installation: *716 + organization: *717 + repository: *718 requested_action: description: The action requested by the user. type: object @@ -114744,10 +114761,10 @@ webhooks: type: string enum: - rerequested - check_run: *727 - installation: *715 - organization: *716 - repository: *717 + check_run: *728 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - check_run @@ -115739,10 +115756,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -116427,10 +116444,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -117109,10 +117126,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -117278,7 +117295,7 @@ webhooks: required: - login - id - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117430,20 +117447,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &728 + commit_oid: &729 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *714 - installation: *715 - organization: *716 - ref: &729 + enterprise: *715 + installation: *716 + organization: *717 + ref: &730 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *717 + repository: *718 sender: *4 required: - action @@ -117607,7 +117624,7 @@ webhooks: required: - login - id - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117777,12 +117794,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -117880,7 +117897,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118059,12 +118076,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -118230,7 +118247,7 @@ webhooks: required: - login - id - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -118407,12 +118424,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -118512,7 +118529,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118692,9 +118709,9 @@ webhooks: type: - string - 'null' - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -118702,7 +118719,7 @@ webhooks: type: - string - 'null' - repository: *717 + repository: *718 sender: *4 required: - action @@ -118798,7 +118815,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118945,12 +118962,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -119212,10 +119229,10 @@ webhooks: - updated_at - author_association - body - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -119296,18 +119313,18 @@ webhooks: type: - string - 'null' - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *716 - pusher_type: &730 + organization: *717 + pusher_type: &731 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &731 + ref: &732 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -119317,7 +119334,7 @@ webhooks: enum: - tag - branch - repository: *717 + repository: *718 sender: *4 required: - ref @@ -119399,10 +119416,10 @@ webhooks: type: string enum: - created - definition: *107 - enterprise: *714 - installation: *715 - organization: *716 + definition: *108 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -119487,9 +119504,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -119566,10 +119583,10 @@ webhooks: type: string enum: - updated - definition: *107 - enterprise: *714 - installation: *715 - organization: *716 + definition: *108 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -119646,19 +119663,19 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - repository: *717 - organization: *716 + enterprise: *715 + installation: *716 + repository: *718 + organization: *717 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *297 + items: *298 old_property_values: type: array description: The old custom property values for the repository. - items: *297 + items: *298 required: - action - repository @@ -119734,18 +119751,18 @@ webhooks: title: delete event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - pusher_type: *730 - ref: *731 + enterprise: *715 + installation: *716 + organization: *717 + pusher_type: *731 + ref: *732 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *717 + repository: *718 sender: *4 required: - ref @@ -119829,11 +119846,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -119917,11 +119934,11 @@ webhooks: type: string enum: - auto_reopened - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120005,11 +120022,11 @@ webhooks: type: string enum: - created - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120091,11 +120108,11 @@ webhooks: type: string enum: - dismissed - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120177,11 +120194,11 @@ webhooks: type: string enum: - fixed - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120264,11 +120281,11 @@ webhooks: type: string enum: - reintroduced - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120350,11 +120367,11 @@ webhooks: type: string enum: - reopened - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120431,9 +120448,9 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - key: &732 + enterprise: *715 + installation: *716 + key: &733 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120471,8 +120488,8 @@ webhooks: - verified - created_at - read_only - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -120549,11 +120566,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - key: *732 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + key: *733 + organization: *717 + repository: *718 sender: *4 required: - action @@ -121125,12 +121142,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: &736 + workflow: &737 title: Workflow type: - object @@ -121868,13 +121885,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *491 + deployment: *492 pull_requests: type: array - items: *573 - repository: *717 - organization: *716 - installation: *715 + items: *574 + repository: *718 + organization: *717 + installation: *716 sender: *4 responses: '200': @@ -121945,7 +121962,7 @@ webhooks: type: string enum: - approved - approver: &733 + approver: &734 type: object properties: avatar_url: @@ -121988,11 +122005,11 @@ webhooks: type: string comment: type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - reviewers: &734 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + reviewers: &735 type: array items: type: object @@ -122073,7 +122090,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &735 + workflow_job_run: &736 type: object properties: conclusion: @@ -122819,18 +122836,18 @@ webhooks: type: string enum: - rejected - approver: *733 + approver: *734 comment: type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - reviewers: *734 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + reviewers: *735 sender: *4 since: type: string - workflow_job_run: *735 + workflow_job_run: *736 workflow_job_runs: type: array items: @@ -123547,13 +123564,13 @@ webhooks: type: string enum: - requested - enterprise: *714 + enterprise: *715 environment: type: string - installation: *715 - organization: *716 - repository: *717 - requestor: &741 + installation: *716 + organization: *717 + repository: *718 + requestor: &742 title: User type: - object @@ -125496,12 +125513,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Deployment Workflow Run type: @@ -126192,7 +126209,7 @@ webhooks: type: string enum: - answered - answer: &739 + answer: &740 type: object properties: author_association: @@ -126352,7 +126369,7 @@ webhooks: - created_at - updated_at - body - discussion: &737 + discussion: &738 title: Discussion description: A Discussion in a repository. type: object @@ -126648,7 +126665,7 @@ webhooks: - id labels: type: array - items: *536 + items: *537 required: - repository_url - category @@ -126670,10 +126687,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -126800,11 +126817,11 @@ webhooks: - from required: - category - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -126887,11 +126904,11 @@ webhooks: type: string enum: - closed - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -126973,7 +126990,7 @@ webhooks: type: string enum: - created - comment: &738 + comment: &739 type: object properties: author_association: @@ -127133,11 +127150,11 @@ webhooks: - updated_at - body - reactions - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127220,12 +127237,12 @@ webhooks: type: string enum: - deleted - comment: *738 - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + comment: *739 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127320,12 +127337,12 @@ webhooks: - from required: - body - comment: *738 - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + comment: *739 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127409,11 +127426,11 @@ webhooks: type: string enum: - created - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127495,11 +127512,11 @@ webhooks: type: string enum: - deleted - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127599,11 +127616,11 @@ webhooks: type: string required: - from - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127685,10 +127702,10 @@ webhooks: type: string enum: - labeled - discussion: *737 - enterprise: *714 - installation: *715 - label: &740 + discussion: *738 + enterprise: *715 + installation: *716 + label: &741 title: Label type: object properties: @@ -127721,8 +127738,8 @@ webhooks: - color - default - description - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127805,11 +127822,11 @@ webhooks: type: string enum: - locked - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127891,11 +127908,11 @@ webhooks: type: string enum: - pinned - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127977,11 +127994,11 @@ webhooks: type: string enum: - reopened - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128066,16 +128083,16 @@ webhooks: changes: type: object properties: - new_discussion: *737 - new_repository: *717 + new_discussion: *738 + new_repository: *718 required: - new_discussion - new_repository - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128158,10 +128175,10 @@ webhooks: type: string enum: - unanswered - discussion: *737 - old_answer: *739 - organization: *716 - repository: *717 + discussion: *738 + old_answer: *740 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128243,12 +128260,12 @@ webhooks: type: string enum: - unlabeled - discussion: *737 - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128331,11 +128348,11 @@ webhooks: type: string enum: - unlocked - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128417,11 +128434,11 @@ webhooks: type: string enum: - unpinned - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128494,7 +128511,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *714 + enterprise: *715 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -129172,9 +129189,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *715 - organization: *716 - repository: *717 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - forkee @@ -129320,9 +129337,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pages: description: The pages that were updated. type: array @@ -129360,7 +129377,7 @@ webhooks: - action - sha - html_url - repository: *717 + repository: *718 sender: *4 required: - pages @@ -129436,10 +129453,10 @@ webhooks: type: string enum: - created - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: &742 + organization: *717 + repositories: &743 description: An array of repository objects that the installation can access. type: array @@ -129465,8 +129482,8 @@ webhooks: - name - full_name - private - repository: *717 - requester: *741 + repository: *718 + requester: *742 sender: *4 required: - action @@ -129541,11 +129558,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -129622,11 +129639,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -129703,10 +129720,10 @@ webhooks: type: string enum: - added - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories_added: &743 + organization: *717 + repositories_added: &744 description: An array of repository objects, which were added to the installation. type: array @@ -129752,15 +129769,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *717 - repository_selection: &744 + repository: *718 + repository_selection: &745 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *741 + requester: *742 sender: *4 required: - action @@ -129839,10 +129856,10 @@ webhooks: type: string enum: - removed - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories_added: *743 + organization: *717 + repositories_added: *744 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129869,9 +129886,9 @@ webhooks: - name - full_name - private - repository: *717 - repository_selection: *744 - requester: *741 + repository: *718 + repository_selection: *745 + requester: *742 sender: *4 required: - action @@ -129950,11 +129967,11 @@ webhooks: type: string enum: - suspend - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -130137,10 +130154,10 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 target_type: type: string @@ -130219,11 +130236,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -130471,8 +130488,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131662,8 +131679,8 @@ webhooks: - state - locked - assignee - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -131743,7 +131760,7 @@ webhooks: type: string enum: - deleted - comment: &745 + comment: &746 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -131910,8 +131927,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133099,8 +133116,8 @@ webhooks: - state - locked - assignee - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -133180,7 +133197,7 @@ webhooks: type: string enum: - edited - changes: &770 + changes: &771 description: The changes to the comment. type: object properties: @@ -133192,9 +133209,9 @@ webhooks: type: string required: - from - comment: *745 - enterprise: *714 - installation: *715 + comment: *746 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134383,8 +134400,8 @@ webhooks: - state - locked - assignee - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -134466,10 +134483,10 @@ webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *714 - installation: *715 - issue: &748 + assignee: *742 + enterprise: *715 + installation: *716 + issue: &749 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135413,8 +135430,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -135494,8 +135511,8 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -136587,8 +136604,8 @@ webhooks: required: - state - closed_at - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -136667,8 +136684,8 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137605,8 +137622,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -137685,8 +137702,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138627,7 +138644,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &746 + milestone: &747 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138770,8 +138787,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -138870,8 +138887,8 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139815,9 +139832,9 @@ webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *716 - repository: *717 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -139897,8 +139914,8 @@ webhooks: type: string enum: - labeled - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140841,9 +140858,9 @@ webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *716 - repository: *717 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -140923,8 +140940,8 @@ webhooks: type: string enum: - locked - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141869,8 +141886,8 @@ webhooks: format: uri user_view_type: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -141949,8 +141966,8 @@ webhooks: type: string enum: - milestoned - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142889,9 +142906,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *746 - organization: *716 - repository: *717 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -144391,8 +144408,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145335,8 +145352,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -145416,9 +145433,9 @@ webhooks: type: string enum: - pinned - enterprise: *714 - installation: *715 - issue: &747 + enterprise: *715 + installation: *716 + issue: &748 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146355,8 +146372,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -146435,8 +146452,8 @@ webhooks: type: string enum: - reopened - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147380,8 +147397,8 @@ webhooks: format: uri user_view_type: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -148881,11 +148898,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *714 - installation: *715 - issue: *747 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *748 + organization: *717 + repository: *718 sender: *4 required: - action @@ -148966,7 +148983,7 @@ webhooks: type: string enum: - unassigned - assignee: &773 + assignee: &774 title: User type: - object @@ -149038,11 +149055,11 @@ webhooks: required: - login - id - enterprise: *714 - installation: *715 - issue: *748 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *749 + organization: *717 + repository: *718 sender: *4 required: - action @@ -149121,12 +149138,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *714 - installation: *715 - issue: *748 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *749 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -149206,8 +149223,8 @@ webhooks: type: string enum: - unlocked - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150150,8 +150167,8 @@ webhooks: format: uri user_view_type: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150231,11 +150248,11 @@ webhooks: type: string enum: - unpinned - enterprise: *714 - installation: *715 - issue: *747 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *748 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150314,11 +150331,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150396,11 +150413,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150510,11 +150527,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150596,9 +150613,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: &749 + enterprise: *715 + installation: *716 + marketplace_purchase: &750 title: Marketplace Purchase type: object required: @@ -150686,8 +150703,8 @@ webhooks: type: integer unit_count: type: integer - organization: *716 - previous_marketplace_purchase: &750 + organization: *717 + previous_marketplace_purchase: &751 title: Marketplace Purchase type: object properties: @@ -150771,7 +150788,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *717 + repository: *718 sender: *4 required: - action @@ -150851,10 +150868,10 @@ webhooks: - changed effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: *749 - organization: *716 + enterprise: *715 + installation: *716 + marketplace_purchase: *750 + organization: *717 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150942,7 +150959,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *717 + repository: *718 sender: *4 required: - action @@ -151024,10 +151041,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: *749 - organization: *716 + enterprise: *715 + installation: *716 + marketplace_purchase: *750 + organization: *717 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -151113,7 +151130,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *717 + repository: *718 sender: *4 required: - action @@ -151194,8 +151211,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 marketplace_purchase: title: Marketplace Purchase type: object @@ -151281,9 +151298,9 @@ webhooks: type: integer unit_count: type: integer - organization: *716 - previous_marketplace_purchase: *750 - repository: *717 + organization: *717 + previous_marketplace_purchase: *751 + repository: *718 sender: *4 required: - action @@ -151363,12 +151380,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: *749 - organization: *716 - previous_marketplace_purchase: *750 - repository: *717 + enterprise: *715 + installation: *716 + marketplace_purchase: *750 + organization: *717 + previous_marketplace_purchase: *751 + repository: *718 sender: *4 required: - action @@ -151470,11 +151487,11 @@ webhooks: type: string required: - to - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 sender: *4 required: - action @@ -151576,11 +151593,11 @@ webhooks: type: - string - 'null' - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 sender: *4 required: - action @@ -151659,11 +151676,11 @@ webhooks: type: string enum: - removed - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 sender: *4 required: - action @@ -151741,11 +151758,11 @@ webhooks: type: string enum: - added - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151823,7 +151840,7 @@ webhooks: required: - login - id - team: &751 + team: &752 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -152016,11 +152033,11 @@ webhooks: type: string enum: - removed - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 scope: description: The scope of the membership. Currently, can only be `team`. @@ -152099,7 +152116,7 @@ webhooks: required: - login - id - team: *751 + team: *752 required: - action - scope @@ -152181,8 +152198,8 @@ webhooks: type: string enum: - checks_requested - installation: *715 - merge_group: &752 + installation: *716 + merge_group: &753 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -152201,15 +152218,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *425 + head_commit: *426 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152295,10 +152312,10 @@ webhooks: - merged - invalidated - dequeued - installation: *715 - merge_group: *752 - organization: *716 - repository: *717 + installation: *716 + merge_group: *753 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152371,7 +152388,7 @@ webhooks: type: string enum: - deleted - enterprise: *714 + enterprise: *715 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152479,12 +152496,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *715 - organization: *716 + installation: *716 + organization: *717 repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -152564,11 +152581,11 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 - milestone: *746 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152647,9 +152664,9 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - milestone: &753 + enterprise: *715 + installation: *716 + milestone: &754 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152791,8 +152808,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152871,11 +152888,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - milestone: *746 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152985,11 +153002,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - milestone: *746 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153069,11 +153086,11 @@ webhooks: type: string enum: - opened - enterprise: *714 - installation: *715 - milestone: *753 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *754 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153152,11 +153169,11 @@ webhooks: type: string enum: - blocked - blocked_user: *741 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + blocked_user: *742 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153235,11 +153252,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *741 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + blocked_user: *742 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153318,9 +153335,9 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - membership: &754 + enterprise: *715 + installation: *716 + membership: &755 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153414,8 +153431,8 @@ webhooks: - role - organization_url - user - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153493,11 +153510,11 @@ webhooks: type: string enum: - member_added - enterprise: *714 - installation: *715 - membership: *754 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + membership: *755 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153576,8 +153593,8 @@ webhooks: type: string enum: - member_invited - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153699,10 +153716,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 - user: *741 + user: *742 required: - action - invitation @@ -153780,11 +153797,11 @@ webhooks: type: string enum: - member_removed - enterprise: *714 - installation: *715 - membership: *754 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + membership: *755 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153871,11 +153888,11 @@ webhooks: properties: from: type: string - enterprise: *714 - installation: *715 - membership: *754 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + membership: *755 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153951,9 +153968,9 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 package: description: Information about the package. type: object @@ -154476,7 +154493,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &755 + items: &756 title: Ruby Gems metadata type: object properties: @@ -154573,7 +154590,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -154649,9 +154666,9 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 package: description: Information about the package. type: object @@ -155013,7 +155030,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *755 + items: *756 source_url: type: string format: uri @@ -155084,7 +155101,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -155265,12 +155282,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *714 + enterprise: *715 id: type: integer - installation: *715 - organization: *716 - repository: *717 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - id @@ -155350,7 +155367,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &756 + personal_access_token_request: &757 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155500,10 +155517,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *714 - organization: *716 + enterprise: *715 + organization: *717 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155582,11 +155599,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *756 - enterprise: *714 - organization: *716 + personal_access_token_request: *757 + enterprise: *715 + organization: *717 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155664,11 +155681,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *756 - enterprise: *714 - organization: *716 + personal_access_token_request: *757 + enterprise: *715 + organization: *717 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155745,11 +155762,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *756 - organization: *716 - enterprise: *714 + personal_access_token_request: *757 + organization: *717 + enterprise: *715 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155853,7 +155870,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *757 + last_response: *758 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155885,8 +155902,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 zen: description: Random string of GitHub zen. @@ -156131,10 +156148,10 @@ webhooks: - from required: - note - enterprise: *714 - installation: *715 - organization: *716 - project_card: &758 + enterprise: *715 + installation: *716 + organization: *717 + project_card: &759 title: Project Card type: object properties: @@ -156257,7 +156274,7 @@ webhooks: - creator - created_at - updated_at - repository: *717 + repository: *718 sender: *4 required: - action @@ -156338,11 +156355,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - project_card: *758 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_card: *759 + repository: *718 sender: *4 required: - action @@ -156422,9 +156439,9 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 project_card: title: Project Card type: object @@ -156554,7 +156571,7 @@ webhooks: repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -156648,11 +156665,11 @@ webhooks: - from required: - note - enterprise: *714 - installation: *715 - organization: *716 - project_card: *758 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_card: *759 + repository: *718 sender: *4 required: - action @@ -156746,9 +156763,9 @@ webhooks: - from required: - column_id - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 project_card: allOf: - title: Project Card @@ -156945,7 +156962,7 @@ webhooks: type: string required: - after_id - repository: *717 + repository: *718 sender: *4 required: - action @@ -157025,10 +157042,10 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 - organization: *716 - project: &760 + enterprise: *715 + installation: *716 + organization: *717 + project: &761 title: Project type: object properties: @@ -157155,7 +157172,7 @@ webhooks: - creator - created_at - updated_at - repository: *717 + repository: *718 sender: *4 required: - action @@ -157235,10 +157252,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - project_column: &759 + enterprise: *715 + installation: *716 + organization: *717 + project_column: &760 title: Project Column type: object properties: @@ -157278,7 +157295,7 @@ webhooks: - name - created_at - updated_at - repository: *717 + repository: *718 sender: *4 required: - action @@ -157357,14 +157374,14 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - project_column: *759 + enterprise: *715 + installation: *716 + organization: *717 + project_column: *760 repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -157453,11 +157470,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - project_column: *759 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_column: *760 + repository: *718 sender: *4 required: - action @@ -157537,11 +157554,11 @@ webhooks: type: string enum: - moved - enterprise: *714 - installation: *715 - organization: *716 - project_column: *759 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_column: *760 + repository: *718 sender: *4 required: - action @@ -157621,11 +157638,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - project: *760 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 + repository: *718 sender: *4 required: - action @@ -157705,14 +157722,14 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - project: *760 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -157813,11 +157830,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - project: *760 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 + repository: *718 sender: *4 required: - action @@ -157896,11 +157913,11 @@ webhooks: type: string enum: - reopened - enterprise: *714 - installation: *715 - organization: *716 - project: *760 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 + repository: *718 sender: *4 required: - action @@ -157981,9 +157998,9 @@ webhooks: type: string enum: - closed - installation: *715 - organization: *716 - projects_v2: &761 + installation: *716 + organization: *717 + projects_v2: &762 title: Projects v2 Project description: A projects v2 project type: object @@ -158131,9 +158148,9 @@ webhooks: type: string enum: - created - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -158214,9 +158231,9 @@ webhooks: type: string enum: - deleted - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -158337,9 +158354,9 @@ webhooks: type: string to: type: string - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -158422,7 +158439,7 @@ webhooks: type: string enum: - archived - changes: &765 + changes: &766 type: object properties: archived_at: @@ -158438,9 +158455,9 @@ webhooks: - string - 'null' format: date-time - installation: *715 - organization: *716 - projects_v2_item: &762 + installation: *716 + organization: *717 + projects_v2_item: &763 title: Projects v2 Item description: An item belonging to a project type: object @@ -158579,9 +158596,9 @@ webhooks: - 'null' to: type: string - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -158663,9 +158680,9 @@ webhooks: type: string enum: - created - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -158746,9 +158763,9 @@ webhooks: type: string enum: - deleted - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -158853,7 +158870,7 @@ webhooks: oneOf: - type: string - type: integer - - &763 + - &764 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158873,7 +158890,7 @@ webhooks: required: - id - name - - &764 + - &765 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158902,8 +158919,8 @@ webhooks: oneOf: - type: string - type: integer - - *763 - *764 + - *765 type: - 'null' - string @@ -158926,9 +158943,9 @@ webhooks: - 'null' required: - body - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -159025,9 +159042,9 @@ webhooks: type: - string - 'null' - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -159110,10 +159127,10 @@ webhooks: type: string enum: - restored - changes: *765 - installation: *715 - organization: *716 - projects_v2_item: *762 + changes: *766 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -159195,9 +159212,9 @@ webhooks: type: string enum: - reopened - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -159278,9 +159295,9 @@ webhooks: type: string enum: - created - installation: *715 - organization: *716 - projects_v2_status_update: &766 + installation: *716 + organization: *717 + projects_v2_status_update: &767 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -159415,9 +159432,9 @@ webhooks: type: string enum: - deleted - installation: *715 - organization: *716 - projects_v2_status_update: *766 + installation: *716 + organization: *717 + projects_v2_status_update: *767 sender: *4 required: - action @@ -159563,9 +159580,9 @@ webhooks: - string - 'null' format: date - installation: *715 - organization: *716 - projects_v2_status_update: *766 + installation: *716 + organization: *717 + projects_v2_status_update: *767 sender: *4 required: - action @@ -159636,10 +159653,10 @@ webhooks: title: public event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - repository @@ -159716,13 +159733,13 @@ webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *714 - installation: *715 - number: &767 + assignee: *742 + enterprise: *715 + installation: *716 + number: &768 description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -162071,7 +162088,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -162153,11 +162170,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -164499,7 +164516,7 @@ webhooks: - draft reason: type: string - repository: *717 + repository: *718 sender: *4 required: - action @@ -164581,11 +164598,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -166927,7 +166944,7 @@ webhooks: - draft reason: type: string - repository: *717 + repository: *718 sender: *4 required: - action @@ -167009,13 +167026,13 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: &768 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: &769 allOf: - - *573 + - *574 - type: object properties: allow_auto_merge: @@ -167077,7 +167094,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *717 + repository: *718 sender: *4 required: - action @@ -167158,12 +167175,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -167243,11 +167260,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *714 - milestone: *471 - number: *767 - organization: *716 - pull_request: &769 + enterprise: *715 + milestone: *472 + number: *768 + organization: *717 + pull_request: &770 title: Pull Request type: object properties: @@ -169574,7 +169591,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -169653,11 +169670,11 @@ webhooks: type: string enum: - dequeued - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -172003,7 +172020,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *717 + repository: *718 sender: *4 required: - action @@ -172127,12 +172144,12 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -172212,11 +172229,11 @@ webhooks: type: string enum: - enqueued - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -174547,7 +174564,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -174627,11 +174644,11 @@ webhooks: type: string enum: - labeled - enterprise: *714 - installation: *715 - label: *740 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + label: *741 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -176979,7 +176996,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -177060,10 +177077,10 @@ webhooks: type: string enum: - locked - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -179409,7 +179426,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -179489,12 +179506,12 @@ webhooks: type: string enum: - milestoned - enterprise: *714 - milestone: *471 - number: *767 - organization: *716 - pull_request: *769 - repository: *717 + enterprise: *715 + milestone: *472 + number: *768 + organization: *717 + pull_request: *770 + repository: *718 sender: *4 required: - action @@ -179573,12 +179590,12 @@ webhooks: type: string enum: - opened - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -179659,12 +179676,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -179744,12 +179761,12 @@ webhooks: type: string enum: - reopened - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -180124,9 +180141,9 @@ webhooks: - start_side - side - reactions - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: type: object properties: @@ -182356,7 +182373,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *717 + repository: *718 sender: *4 required: - action @@ -182436,7 +182453,7 @@ webhooks: type: string enum: - deleted - comment: &771 + comment: &772 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -182729,9 +182746,9 @@ webhooks: - start_side - side - reactions - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: type: object properties: @@ -184949,7 +184966,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *717 + repository: *718 sender: *4 required: - action @@ -185029,11 +185046,11 @@ webhooks: type: string enum: - edited - changes: *770 - comment: *771 - enterprise: *714 - installation: *715 - organization: *716 + changes: *771 + comment: *772 + enterprise: *715 + installation: *716 + organization: *717 pull_request: type: object properties: @@ -187254,7 +187271,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *717 + repository: *718 sender: *4 required: - action @@ -187335,9 +187352,9 @@ webhooks: type: string enum: - dismissed - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -189570,7 +189587,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 + repository: *718 review: description: The review that was affected. type: object @@ -189816,9 +189833,9 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -191932,8 +191949,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 - review: &772 + repository: *718 + review: &773 description: The review that was affected. type: object properties: @@ -192166,12 +192183,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -194518,7 +194535,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_reviewer: title: User type: @@ -194604,12 +194621,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -196963,7 +196980,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197158,12 +197175,12 @@ webhooks: type: string enum: - review_requested - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -199512,7 +199529,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_reviewer: title: User type: @@ -199599,12 +199616,12 @@ webhooks: type: string enum: - review_requested - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -201944,7 +201961,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202128,9 +202145,9 @@ webhooks: type: string enum: - submitted - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -204366,8 +204383,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 - review: *772 + repository: *718 + review: *773 sender: *4 required: - action @@ -204447,9 +204464,9 @@ webhooks: type: string enum: - resolved - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -206580,7 +206597,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 + repository: *718 sender: *4 thread: type: object @@ -206972,9 +206989,9 @@ webhooks: type: string enum: - unresolved - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -209088,7 +209105,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 + repository: *718 sender: *4 thread: type: object @@ -209482,10 +209499,10 @@ webhooks: type: string before: type: string - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -211820,7 +211837,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -211902,11 +211919,11 @@ webhooks: type: string enum: - unassigned - assignee: *773 - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + assignee: *774 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -214256,7 +214273,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -214335,11 +214352,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *714 - installation: *715 - label: *740 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + label: *741 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -216678,7 +216695,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -216759,10 +216776,10 @@ webhooks: type: string enum: - unlocked - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -219091,7 +219108,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -219294,7 +219311,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *714 + enterprise: *715 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219389,8 +219406,8 @@ webhooks: - url - author - committer - installation: *715 - organization: *716 + installation: *716 + organization: *717 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -219978,9 +219995,9 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 registry_package: type: object properties: @@ -220457,7 +220474,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *755 + items: *756 summary: type: string tag_name: @@ -220513,7 +220530,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -220591,9 +220608,9 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 registry_package: type: object properties: @@ -220905,7 +220922,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *755 + items: *756 summary: type: string tag_name: @@ -220955,7 +220972,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -221032,10 +221049,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - release: &774 + enterprise: *715 + installation: *716 + organization: *717 + release: &775 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -221351,7 +221368,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *717 + repository: *718 sender: *4 required: - action @@ -221428,11 +221445,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - release: *774 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *775 + repository: *718 sender: *4 required: - action @@ -221540,11 +221557,11 @@ webhooks: type: boolean required: - to - enterprise: *714 - installation: *715 - organization: *716 - release: *774 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *775 + repository: *718 sender: *4 required: - action @@ -221622,9 +221639,9 @@ webhooks: type: string enum: - prereleased - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221945,7 +221962,7 @@ webhooks: - string - 'null' format: uri - repository: *717 + repository: *718 sender: *4 required: - action @@ -222021,10 +222038,10 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 - release: &775 + enterprise: *715 + installation: *716 + organization: *717 + release: &776 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -222342,7 +222359,7 @@ webhooks: - string - 'null' format: uri - repository: *717 + repository: *718 sender: *4 required: - action @@ -222418,11 +222435,11 @@ webhooks: type: string enum: - released - enterprise: *714 - installation: *715 - organization: *716 - release: *774 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *775 + repository: *718 sender: *4 required: - action @@ -222498,11 +222515,11 @@ webhooks: type: string enum: - unpublished - enterprise: *714 - installation: *715 - organization: *716 - release: *775 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *776 + repository: *718 sender: *4 required: - action @@ -222578,11 +222595,11 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_advisory: *626 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_advisory: *627 sender: *4 required: - action @@ -222658,11 +222675,11 @@ webhooks: type: string enum: - reported - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_advisory: *626 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_advisory: *627 sender: *4 required: - action @@ -222738,10 +222755,10 @@ webhooks: type: string enum: - archived - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -222818,10 +222835,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -222899,10 +222916,10 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -222987,10 +223004,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223105,10 +223122,10 @@ webhooks: - 'null' items: type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223180,10 +223197,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 status: type: string @@ -223264,10 +223281,10 @@ webhooks: type: string enum: - privatized - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223344,10 +223361,10 @@ webhooks: type: string enum: - publicized - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223441,10 +223458,10 @@ webhooks: - name required: - repository - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223524,11 +223541,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_ruleset: *121 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_ruleset: *122 sender: *4 required: - action @@ -223606,11 +223623,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_ruleset: *121 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_ruleset: *122 sender: *4 required: - action @@ -223688,11 +223705,11 @@ webhooks: type: string enum: - edited - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_ruleset: *121 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_ruleset: *122 changes: type: object properties: @@ -223711,16 +223728,16 @@ webhooks: properties: added: type: array - items: *114 + items: *115 deleted: type: array - items: *114 + items: *115 updated: type: array items: type: object properties: - condition: *114 + condition: *115 changes: type: object properties: @@ -223753,16 +223770,16 @@ webhooks: properties: added: type: array - items: *120 + items: *121 deleted: type: array - items: *120 + items: *121 updated: type: array items: type: object properties: - rule: *120 + rule: *121 changes: type: object properties: @@ -223999,10 +224016,10 @@ webhooks: - from required: - owner - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224080,10 +224097,10 @@ webhooks: type: string enum: - unarchived - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224161,7 +224178,7 @@ webhooks: type: string enum: - create - alert: &776 + alert: &777 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224285,10 +224302,10 @@ webhooks: type: string enum: - open - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224498,10 +224515,10 @@ webhooks: type: string enum: - dismissed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224579,11 +224596,11 @@ webhooks: type: string enum: - reopen - alert: *776 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *777 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224785,10 +224802,10 @@ webhooks: enum: - fixed - open - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224866,17 +224883,17 @@ webhooks: type: string enum: - created - alert: &777 + alert: &778 type: object properties: number: *94 - created_at: *100 + created_at: *101 updated_at: anyOf: - type: 'null' - - *101 - url: *98 - html_url: *99 + - *102 + url: *99 + html_url: *100 locations_url: type: string format: uri @@ -224976,10 +224993,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225060,11 +225077,11 @@ webhooks: type: string enum: - created - alert: *777 - installation: *715 - location: *778 - organization: *716 - repository: *717 + alert: *778 + installation: *716 + location: *779 + organization: *717 + repository: *718 sender: *4 required: - location @@ -225302,11 +225319,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225384,11 +225401,11 @@ webhooks: type: string enum: - reopened - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225466,11 +225483,11 @@ webhooks: type: string enum: - resolved - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225548,11 +225565,11 @@ webhooks: type: string enum: - validated - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225682,10 +225699,10 @@ webhooks: - organization - enterprise - - repository: *717 - enterprise: *714 - installation: *715 - organization: *716 + repository: *718 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -225763,11 +225780,11 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - security_advisory: &779 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + security_advisory: &780 description: The details of the security advisory, including summary, description, and severity. type: object @@ -225953,11 +225970,11 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - security_advisory: *779 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + security_advisory: *780 sender: *4 required: - action @@ -226030,10 +226047,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226219,11 +226236,11 @@ webhooks: from: type: object properties: - security_and_analysis: *298 - enterprise: *714 - installation: *715 - organization: *716 - repository: *359 + security_and_analysis: *299 + enterprise: *715 + installation: *716 + organization: *717 + repository: *360 sender: *4 required: - changes @@ -226301,12 +226318,12 @@ webhooks: type: string enum: - cancelled - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: &780 + sponsorship: &781 type: object properties: created_at: @@ -226611,12 +226628,12 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - sponsorship @@ -226704,12 +226721,12 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - changes @@ -226786,17 +226803,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &781 + effective_date: &782 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - sponsorship @@ -226870,7 +226887,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &782 + changes: &783 type: object properties: tier: @@ -226914,13 +226931,13 @@ webhooks: - from required: - tier - effective_date: *781 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + effective_date: *782 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - changes @@ -226997,13 +227014,13 @@ webhooks: type: string enum: - tier_changed - changes: *782 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + changes: *783 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - changes @@ -227077,10 +227094,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227164,10 +227181,10 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227600,15 +227617,15 @@ webhooks: type: - string - 'null' - enterprise: *714 + enterprise: *715 id: description: The unique identifier of the status. type: integer - installation: *715 + installation: *716 name: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 sha: description: The Commit SHA. @@ -227718,15 +227735,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 + parent_issue: *145 parent_issue_repo: *61 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 - installation: *715 - organization: *716 - repository: *717 + sub_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -227810,15 +227827,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 + parent_issue: *145 parent_issue_repo: *61 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 - installation: *715 - organization: *716 - repository: *717 + sub_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -227902,15 +227919,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 + sub_issue: *145 sub_issue_repo: *61 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 - installation: *715 - organization: *716 - repository: *717 + parent_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -227994,15 +228011,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 + sub_issue: *145 sub_issue_repo: *61 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 - installation: *715 - organization: *716 - repository: *717 + parent_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -228079,12 +228096,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - team: &783 + team: &784 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228277,9 +228294,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -228749,7 +228766,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -228825,9 +228842,9 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -229297,7 +229314,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -229374,9 +229391,9 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -229846,7 +229863,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -229990,9 +230007,9 @@ webhooks: - from required: - permissions - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -230462,7 +230479,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - changes @@ -230540,9 +230557,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -231012,7 +231029,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -231088,10 +231105,10 @@ webhooks: type: string enum: - started - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -231164,17 +231181,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *714 + enterprise: *715 inputs: type: - object - 'null' additionalProperties: true - installation: *715 - organization: *716 + installation: *716 + organization: *717 ref: type: string - repository: *717 + repository: *718 sender: *4 workflow: type: string @@ -231256,10 +231273,10 @@ webhooks: type: string enum: - completed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: allOf: @@ -231515,7 +231532,7 @@ webhooks: type: string required: - conclusion - deployment: *491 + deployment: *492 required: - action - repository @@ -231594,10 +231611,10 @@ webhooks: type: string enum: - in_progress - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: allOf: @@ -231879,7 +231896,7 @@ webhooks: required: - status - steps - deployment: *491 + deployment: *492 required: - action - repository @@ -231958,10 +231975,10 @@ webhooks: type: string enum: - queued - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: type: object @@ -232107,7 +232124,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *491 + deployment: *492 required: - action - repository @@ -232186,10 +232203,10 @@ webhooks: type: string enum: - waiting - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: type: object @@ -232336,7 +232353,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *491 + deployment: *492 required: - action - repository @@ -232416,12 +232433,12 @@ webhooks: type: string enum: - completed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Workflow Run type: object @@ -233440,12 +233457,12 @@ webhooks: type: string enum: - in_progress - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Workflow Run type: object @@ -234449,12 +234466,12 @@ webhooks: type: string enum: - requested - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 7c861d0c4..e174320c5 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -1014,6 +1014,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1038,20 +1058,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -1811,6 +1817,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -1835,20 +1861,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -36861,6 +36873,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -37930,6 +37962,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -119198,6 +119236,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -120267,6 +120325,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -187540,7 +187604,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -187691,7 +187755,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -187704,7 +187768,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -187847,7 +187911,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -187862,7 +187926,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -187974,7 +188038,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -187987,7 +188051,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -188135,7 +188199,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -188148,7 +188212,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -188178,7 +188242,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -188193,7 +188257,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -188294,7 +188358,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -330448,6 +330512,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -330965,6 +331049,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -331655,6 +331745,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -332181,6 +332291,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -332676,6 +332792,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -769817,6 +769953,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -772530,6 +772686,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -775243,6 +775419,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -777956,6 +778152,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -780669,6 +780885,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -783382,6 +783618,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -786095,6 +786351,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 63f0e00ad..e143f5dae 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -742,6 +742,22 @@ paths: required: - vector_string - score + epss: &97 + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction + Scoring System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 cwes: type: - array @@ -759,15 +775,6 @@ paths: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -898,7 +905,7 @@ paths: - subscriptions_url - type - url - type: &314 + type: &315 type: string description: The type of credit the user is receiving. enum: @@ -1031,7 +1038,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &170 + schema: &171 title: Validation Error Simple description: Validation Error Simple type: object @@ -1064,7 +1071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &628 + - &629 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1660,7 +1667,7 @@ paths: schema: type: integer default: 30 - - &243 + - &244 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1676,7 +1683,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1769,7 +1776,7 @@ paths: - installation_id - repository_id examples: - default: &245 + default: &246 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1801,7 +1808,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &638 + schema: &639 title: Scim Error description: Scim Error type: object @@ -1832,7 +1839,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &169 + schema: &170 title: Validation Error description: Validation Error type: object @@ -1904,7 +1911,7 @@ paths: description: Response content: application/json: - schema: &246 + schema: &247 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2039,7 +2046,7 @@ paths: - request - response examples: - default: &247 + default: &248 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2243,7 +2250,7 @@ paths: parameters: - *17 - *19 - - &134 + - &135 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -3005,7 +3012,7 @@ paths: license: anyOf: - type: 'null' - - &145 + - &146 title: License Simple description: License Simple type: object @@ -7600,7 +7607,7 @@ paths: description: Response content: application/json: - schema: &171 + schema: &172 type: object properties: total_active_caches_count: @@ -7615,7 +7622,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &172 + default: &173 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7827,7 +7834,7 @@ paths: - public_ip_enabled - platform examples: - default: &173 + default: &174 value: total_count: 2 runners: @@ -8124,7 +8131,7 @@ paths: description: Response content: application/json: - schema: &174 + schema: &175 type: object properties: public_ips: @@ -8151,7 +8158,7 @@ paths: required: - public_ips examples: - default: &175 + default: &176 value: public_ips: current_usage: 17 @@ -8191,7 +8198,7 @@ paths: type: array items: *42 examples: - default: &176 + default: &177 value: id: 4-core cpu_cores: 4 @@ -8456,7 +8463,7 @@ paths: - all - local_only - selected - selected_actions_url: &179 + selected_actions_url: &180 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -8837,7 +8844,7 @@ paths: description: Success response content: application/json: - schema: &182 + schema: &183 type: object properties: default_workflow_permissions: &50 @@ -8885,7 +8892,7 @@ paths: required: true content: application/json: - schema: &183 + schema: &184 type: object properties: default_workflow_permissions: *50 @@ -9726,7 +9733,7 @@ paths: application/json: schema: type: array - items: &187 + items: &188 title: Runner Application description: Runner Application type: object @@ -9751,7 +9758,7 @@ paths: - download_url - filename examples: - default: &188 + default: &189 value: - os: osx architecture: x64 @@ -9835,7 +9842,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &189 + '201': &190 description: Response content: application/json: @@ -9949,7 +9956,7 @@ paths: - token - expires_at examples: - default: &190 + default: &191 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -9989,7 +9996,7 @@ paths: application/json: schema: *62 examples: - default: &191 + default: &192 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10021,7 +10028,7 @@ paths: application/json: schema: *59 examples: - default: &192 + default: &193 value: id: 23 name: MBP @@ -10235,7 +10242,7 @@ paths: - *38 - *58 responses: - '200': &193 + '200': &194 description: Response content: application/json: @@ -10291,7 +10298,7 @@ paths: parameters: - *38 - *58 - - &194 + - &195 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10388,7 +10395,7 @@ paths: required: true content: application/json: - schema: &201 + schema: &202 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -10459,7 +10466,7 @@ paths: required: false schema: type: string - - &202 + - &203 name: include description: |- The event types to include: @@ -10477,7 +10484,7 @@ paths: - web - git - all - - &203 + - &204 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -10485,7 +10492,7 @@ paths: required: false schema: type: string - - &204 + - &205 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -10493,7 +10500,7 @@ paths: required: false schema: type: string - - &205 + - &206 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -10515,7 +10522,7 @@ paths: application/json: schema: type: array - items: &206 + items: &207 type: object properties: "@timestamp": @@ -10637,7 +10644,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &207 + default: &208 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11201,7 +11208,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *38 - - &209 + - &210 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -11211,7 +11218,7 @@ paths: schema: &83 type: string description: The name of the tool used to generate the code scanning analysis. - - &210 + - &211 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -11235,7 +11242,7 @@ paths: be returned. in: query required: false - schema: &211 + schema: &212 type: string description: State of a code scanning alert. enum: @@ -11260,36 +11267,36 @@ paths: application/json: schema: type: array - items: &212 + items: &213 type: object properties: number: &94 type: integer description: The security alert number. readOnly: true - created_at: &100 + created_at: &101 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &101 + updated_at: &102 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &98 + url: &99 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &99 + html_url: &100 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &431 + instances_url: &432 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -11305,7 +11312,7 @@ paths: - dismissed - fixed - - fixed_at: &103 + fixed_at: &104 type: - string - 'null' @@ -11317,7 +11324,7 @@ paths: anyOf: - type: 'null' - *4 - dismissed_at: &102 + dismissed_at: &103 type: - string - 'null' @@ -11325,7 +11332,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &432 + dismissed_reason: &433 type: - string - 'null' @@ -11336,14 +11343,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &433 + dismissed_comment: &434 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &434 + rule: &435 type: object properties: id: @@ -11404,7 +11411,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &435 + tool: &436 type: object properties: name: *83 @@ -11415,15 +11422,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *84 - most_recent_instance: &436 + most_recent_instance: &437 type: object properties: - ref: &429 + ref: &430 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &446 + analysis_key: &447 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11434,7 +11441,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &447 + category: &448 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -11818,7 +11825,7 @@ paths: - most_recent_instance - repository examples: - default: &213 + default: &214 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -12049,7 +12056,7 @@ paths: headers: Link: *37 '404': *6 - '503': &124 + '503': &125 description: Service unavailable content: application/json: @@ -12579,7 +12586,7 @@ paths: description: Response content: application/json: - schema: &215 + schema: &216 type: array description: A list of default code security configurations items: @@ -12595,7 +12602,7 @@ paths: default configuration: *86 examples: - default: &216 + default: &217 value: - default_for_new_repos: public configuration: @@ -12877,7 +12884,7 @@ paths: - *38 - *88 responses: - '204': &111 + '204': &112 description: A header with no content is returned. '400': *14 '403': *27 @@ -13005,7 +13012,7 @@ paths: default: value: default_for_new_repos: all - configuration: &214 + configuration: &215 value: id: 1325 target_type: organization @@ -13085,7 +13092,7 @@ paths: application/json: schema: type: array - items: &217 + items: &218 type: object description: Repositories associated with a code security configuration and attachment status @@ -13109,7 +13116,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &218 + repository: &219 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -13592,7 +13599,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &220 + items: &221 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -13607,7 +13614,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &265 + - &266 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13666,7 +13673,7 @@ paths: parent: anyOf: - type: 'null' - - &278 + - &279 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -13870,7 +13877,7 @@ paths: - created_at additionalProperties: false examples: - default: &221 + default: &222 value: total_seats: 2 seats: @@ -14005,7 +14012,7 @@ paths: application/json: schema: type: array - items: &126 + items: &127 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -14321,7 +14328,7 @@ paths: - date additionalProperties: true examples: - default: &127 + default: &128 value: - date: '2024-06-24' total_active_users: 24 @@ -14423,7 +14430,7 @@ paths: '500': *93 '403': *27 '404': *6 - '422': &128 + '422': &129 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -14493,7 +14500,7 @@ paths: application/json: schema: type: array - items: &129 + items: &130 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -14673,7 +14680,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *38 - - &228 + - &229 name: state in: query description: |- @@ -14682,7 +14689,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &229 + - &230 name: severity in: query description: |- @@ -14691,7 +14698,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &230 + - &231 name: ecosystem in: query description: |- @@ -14700,14 +14707,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &231 + - &232 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &232 + - &233 name: epss_percentage in: query description: |- @@ -14719,7 +14726,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &233 + - &234 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14729,7 +14736,7 @@ paths: enum: - development - runtime - - &234 + - &235 name: sort in: query description: |- @@ -14747,7 +14754,7 @@ paths: - *82 - *80 - *81 - - &235 + - &236 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14760,7 +14767,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &236 + - &237 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14780,7 +14787,7 @@ paths: application/json: schema: type: array - items: &237 + items: &238 type: object description: A Dependabot alert. properties: @@ -14832,7 +14839,7 @@ paths: - development - runtime - - security_advisory: &483 + security_advisory: &484 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14863,7 +14870,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &97 + items: &98 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -14938,6 +14945,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *96 + epss: *97 cwes: type: array description: Details for the advisory pertaining to Common @@ -15037,12 +15045,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *97 - url: *98 - html_url: *99 - created_at: *100 - updated_at: *101 - dismissed_at: *102 + security_vulnerability: *98 + url: *99 + html_url: *100 + created_at: *101 + updated_at: *102 + dismissed_at: *103 dismissed_by: anyOf: - type: 'null' @@ -15066,8 +15074,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *103 - auto_dismissed_at: &484 + fixed_at: *104 + auto_dismissed_at: &485 type: - string - 'null' @@ -15094,7 +15102,7 @@ paths: - repository additionalProperties: false examples: - default: &238 + default: &239 value: - number: 2 state: dismissed @@ -15142,6 +15150,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -15517,7 +15528,7 @@ paths: type: integer network_configurations: type: array - items: &104 + items: &105 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -15562,7 +15573,7 @@ paths: - name - created_on examples: - default: &323 + default: &324 value: total_count: 2 network_configurations: @@ -15640,9 +15651,9 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: &105 + default: &106 value: id: 123456789ABCDEF name: My network configuration @@ -15669,7 +15680,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *38 - - &106 + - &107 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -15681,9 +15692,9 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 headers: Link: *37 x-github: @@ -15703,7 +15714,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#update-a-hosted-compute-network-configuration-for-an-enterprise parameters: - *38 - - *106 + - *107 requestBody: required: true content: @@ -15742,9 +15753,9 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -15762,7 +15773,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#delete-a-hosted-compute-network-configuration-from-an-enterprise parameters: - *38 - - *106 + - *107 responses: '204': description: Response @@ -15785,7 +15796,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *38 - - &324 + - &325 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15797,7 +15808,7 @@ paths: description: Response content: application/json: - schema: &325 + schema: &326 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15836,7 +15847,7 @@ paths: - subnet_id - region examples: - default: &326 + default: &327 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15874,7 +15885,7 @@ paths: application/json: schema: type: array - items: &107 + items: &108 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -15950,7 +15961,7 @@ paths: - property_name - value_type examples: - default: &108 + default: &109 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16006,7 +16017,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *107 + items: *108 minItems: 1 maxItems: 100 required: @@ -16036,9 +16047,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 '403': *27 '404': *6 x-github: @@ -16063,7 +16074,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *38 - - &109 + - &110 name: custom_property_name description: The custom property name in: path @@ -16075,9 +16086,9 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: &110 + default: &111 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -16113,12 +16124,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#create-or-update-a-custom-property-for-an-enterprise parameters: - *38 - - *109 + - *110 requestBody: required: true content: application/json: - schema: &296 + schema: &297 title: Custom Property Set Payload description: Custom property set payload type: object @@ -16180,9 +16191,9 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *110 + default: *111 '403': *27 '404': *6 x-github: @@ -16207,9 +16218,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *38 - - *109 + - *110 responses: - '204': *111 + '204': *112 '403': *27 '404': *6 x-github: @@ -16249,7 +16260,7 @@ paths: - push - repository default: branch - enforcement: &118 + enforcement: &119 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -16262,7 +16273,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &119 + items: &120 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -16300,7 +16311,7 @@ paths: - always - pull_request default: always - conditions: &123 + conditions: &124 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -16314,7 +16325,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &112 + - &113 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -16340,7 +16351,7 @@ paths: type: string required: - organization_name - - &115 + - &116 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -16369,7 +16380,7 @@ paths: is prevented. required: - repository_name - - &114 + - &115 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -16397,8 +16408,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *112 - - &117 + - *113 + - &118 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -16411,7 +16422,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &113 + items: &114 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -16442,16 +16453,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *113 + items: *114 required: - repository_property - - *114 + - *115 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &116 + - &117 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -16468,25 +16479,25 @@ paths: type: integer required: - organization_id + - *116 - *115 - - *114 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *116 - *117 - - *114 + - *118 + - *115 rules: type: array description: An array of rules within the ruleset. - items: &120 + items: &121 title: Repository Rule type: object description: A repository rule. oneOf: - - &590 + - &591 title: creation description: Only allow users with bypass permission to create matching refs. @@ -16498,7 +16509,7 @@ paths: type: string enum: - creation - - &591 + - &592 title: update description: Only allow users with bypass permission to update matching refs. @@ -16519,7 +16530,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &593 + - &594 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -16531,7 +16542,7 @@ paths: type: string enum: - deletion - - &594 + - &595 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16543,7 +16554,7 @@ paths: type: string enum: - required_linear_history - - &595 + - &596 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16619,7 +16630,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &596 + - &597 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16643,7 +16654,7 @@ paths: type: string required: - required_deployment_environments - - &597 + - &598 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16655,7 +16666,7 @@ paths: type: string enum: - required_signatures - - &598 + - &599 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -16706,7 +16717,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &599 + - &600 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16753,7 +16764,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &600 + - &601 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16765,7 +16776,7 @@ paths: type: string enum: - non_fast_forward - - &601 + - &602 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16801,7 +16812,7 @@ paths: required: - operator - pattern - - &602 + - &603 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16837,7 +16848,7 @@ paths: required: - operator - pattern - - &603 + - &604 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16873,7 +16884,7 @@ paths: required: - operator - pattern - - &604 + - &605 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16909,7 +16920,7 @@ paths: required: - operator - pattern - - &605 + - &606 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17035,7 +17046,7 @@ paths: maximum: 100 required: - max_file_size - - &606 + - &607 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -17084,7 +17095,7 @@ paths: - repository_id required: - workflows - - &607 + - &608 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -17170,7 +17181,7 @@ paths: description: Response content: application/json: - schema: &121 + schema: &122 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -17205,11 +17216,11 @@ paths: source: type: string description: The name of the source - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 + items: *120 current_user_can_bypass: type: string description: |- @@ -17240,8 +17251,8 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - *114 - - &301 + - *115 + - &302 title: Organization ruleset conditions type: object description: |- @@ -17255,14 +17266,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *114 - *115 + - *116 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *114 + - *115 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -17284,14 +17295,14 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *114 - - *117 + - *115 + - *118 type: - 'null' - object rules: type: array - items: *120 + items: *121 created_at: type: string format: date-time @@ -17299,7 +17310,7 @@ paths: type: string format: date-time examples: - default: &122 + default: &123 value: id: 21 name: super cool ruleset @@ -17358,9 +17369,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 '404': *6 '500': *93 x-github: @@ -17404,16 +17415,16 @@ paths: - tag - push - repository - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *123 + items: *120 + conditions: *124 rules: description: An array of rules within the ruleset. type: array - items: *120 + items: *121 examples: default: value: @@ -17437,9 +17448,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *122 + default: *123 '404': *6 '500': *93 x-github: @@ -17488,7 +17499,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *38 - - &305 + - &306 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -17499,7 +17510,7 @@ paths: enum: - open - resolved - - &306 + - &307 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -17509,7 +17520,7 @@ paths: required: false schema: type: string - - &307 + - &308 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -17518,7 +17529,7 @@ paths: required: false schema: type: string - - &308 + - &309 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -17534,7 +17545,7 @@ paths: - *17 - *80 - *81 - - &309 + - &310 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17543,7 +17554,7 @@ paths: required: false schema: type: string - - &310 + - &311 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17552,7 +17563,7 @@ paths: schema: type: boolean default: false - - &311 + - &312 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17568,30 +17579,30 @@ paths: application/json: schema: type: array - items: &312 + items: &313 type: object properties: number: *94 - created_at: *100 + created_at: *101 updated_at: anyOf: - type: 'null' - - *101 - url: *98 - html_url: *99 + - *102 + url: *99 + html_url: *100 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &620 + state: &621 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &621 + resolution: &622 type: - string - 'null' @@ -17690,7 +17701,7 @@ paths: description: Whether the detected secret was found in multiple repositories in the same organization or enterprise. examples: - default: &313 + default: &314 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17925,7 +17936,7 @@ paths: headers: Link: *37 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17953,7 +17964,7 @@ paths: description: Response content: application/json: - schema: &315 + schema: &316 type: object properties: total_minutes_used: @@ -18023,7 +18034,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &316 + default: &317 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -18061,7 +18072,7 @@ paths: description: Success content: application/json: - schema: &317 + schema: &318 type: object properties: total_advanced_security_committers: @@ -18124,7 +18135,7 @@ paths: required: - repositories examples: - default: &318 + default: &319 value: total_advanced_security_committers: 2 total_count: 2 @@ -18212,7 +18223,7 @@ paths: '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18233,7 +18244,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-users-to-a-cost-center parameters: - *38 - - &125 + - &126 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -18277,7 +18288,7 @@ paths: '403': *27 '409': *90 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18297,7 +18308,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-users-from-a-cost-center parameters: - *38 - - *125 + - *126 requestBody: required: true content: @@ -18335,7 +18346,7 @@ paths: '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18363,7 +18374,7 @@ paths: description: Response content: application/json: - schema: &319 + schema: &320 type: object properties: total_gigabytes_bandwidth_used: @@ -18381,7 +18392,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &320 + default: &321 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -18413,7 +18424,7 @@ paths: description: Response content: application/json: - schema: &321 + schema: &322 type: object properties: days_left_in_billing_cycle: @@ -18431,7 +18442,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &322 + default: &323 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -18456,7 +18467,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *38 - - &160 + - &161 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -18465,7 +18476,7 @@ paths: required: false schema: type: integer - - &161 + - &162 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. @@ -18473,7 +18484,7 @@ paths: required: false schema: type: integer - - &162 + - &163 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. @@ -18481,7 +18492,7 @@ paths: required: false schema: type: integer - - &163 + - &164 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. @@ -18501,7 +18512,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &164 + schema: &165 type: object properties: usageItems: @@ -18554,7 +18565,7 @@ paths: - netAmount - organizationName examples: - default: &165 + default: &166 value: usageItems: - date: '2023-08-01' @@ -18571,7 +18582,7 @@ paths: '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18642,13 +18653,13 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 + default: *128 '500': *93 '403': *27 '404': *6 - '422': *128 + '422': *129 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18683,7 +18694,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-an-enterprise-team parameters: - *38 - - &277 + - &278 name: team_slug description: The slug of the team name. in: path @@ -18721,9 +18732,9 @@ paths: application/json: schema: type: array - items: *129 + items: *130 examples: - default: &222 + default: &223 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -18879,7 +18890,7 @@ paths: application/json: schema: type: array - items: &155 + items: &156 title: Event description: Event type: object @@ -18890,7 +18901,7 @@ paths: type: - string - 'null' - actor: &130 + actor: &131 title: Actor description: Actor type: object @@ -18931,13 +18942,13 @@ paths: - id - name - url - org: *130 + org: *131 payload: type: object properties: action: type: string - issue: &144 + issue: &145 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -19057,7 +19068,7 @@ paths: milestone: anyOf: - type: 'null' - - &471 + - &472 title: Milestone description: A collection of related issues and pull requests. @@ -19234,7 +19245,7 @@ paths: anyOf: - type: 'null' - *5 - author_association: &131 + author_association: &132 title: author_association type: string description: How the author is associated with the repository. @@ -19249,7 +19260,7 @@ paths: - OWNER examples: - OWNER - reactions: &132 + reactions: &133 title: Reaction Rollup type: object properties: @@ -19321,7 +19332,7 @@ paths: - author_association - created_at - updated_at - comment: &530 + comment: &531 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -19371,12 +19382,12 @@ paths: issue_url: type: string format: uri - author_association: *131 + author_association: *132 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *132 + reactions: *133 required: - id - node_id @@ -19473,7 +19484,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19563,7 +19574,7 @@ paths: _links: type: object properties: - timeline: &133 + timeline: &134 title: Link With Type description: Hypermedia Link with Type type: object @@ -19575,17 +19586,17 @@ paths: required: - href - type - user: *133 - security_advisories: *133 - current_user: *133 - current_user_public: *133 - current_user_actor: *133 - current_user_organization: *133 + user: *134 + security_advisories: *134 + current_user: *134 + current_user_public: *134 + current_user_actor: *134 + current_user_organization: *134 current_user_organizations: type: array - items: *133 - repository_discussions: *133 - repository_discussions_category: *133 + items: *134 + repository_discussions: *134 + repository_discussions_category: *134 required: - timeline - user @@ -19647,7 +19658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *134 + - *135 - *17 - *19 responses: @@ -19657,7 +19668,7 @@ paths: application/json: schema: type: array - items: &135 + items: &136 title: Base Gist description: Base Gist type: object @@ -19754,7 +19765,7 @@ paths: - created_at - updated_at examples: - default: &136 + default: &137 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -19878,7 +19889,7 @@ paths: description: Response content: application/json: - schema: &137 + schema: &138 title: Gist Simple description: Gist Simple type: object @@ -19896,7 +19907,7 @@ paths: url: type: string format: uri - user: &677 + user: &678 title: Public User description: Public User type: object @@ -20270,7 +20281,7 @@ paths: truncated: type: boolean examples: - default: &138 + default: &139 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -20374,7 +20385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *134 + - *135 - *17 - *19 responses: @@ -20384,9 +20395,9 @@ paths: application/json: schema: type: array - items: *135 + items: *136 examples: - default: *136 + default: *137 headers: Link: *37 '422': *15 @@ -20408,7 +20419,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *134 + - *135 - *17 - *19 responses: @@ -20418,9 +20429,9 @@ paths: application/json: schema: type: array - items: *135 + items: *136 examples: - default: *136 + default: *137 headers: Link: *37 '401': *23 @@ -20448,7 +20459,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &139 + - &140 name: gist_id description: The unique identifier of the gist. in: path @@ -20460,10 +20471,10 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: - default: *138 - '403': &142 + default: *139 + '403': &143 description: Forbidden Gist content: application/json: @@ -20512,7 +20523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *139 + - *140 requestBody: required: true content: @@ -20576,9 +20587,9 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: - updateGist: *138 + updateGist: *139 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -20736,7 +20747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *139 + - *140 responses: '204': description: Response @@ -20765,7 +20776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *139 + - *140 - *17 - *19 responses: @@ -20775,7 +20786,7 @@ paths: application/json: schema: type: array - items: &140 + items: &141 title: Gist Comment description: A comment made to a gist. type: object @@ -20813,7 +20824,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *131 + author_association: *132 required: - url - id @@ -20878,7 +20889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *139 + - *140 requestBody: required: true content: @@ -20904,9 +20915,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: &141 + default: &142 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -20964,8 +20975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *139 - - &143 + - *140 + - &144 name: comment_id description: The unique identifier of the comment. in: path @@ -20978,12 +20989,12 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '304': *35 '404': *6 - '403': *142 + '403': *143 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -21005,8 +21016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *139 - - *143 + - *140 + - *144 requestBody: required: true content: @@ -21032,9 +21043,9 @@ paths: description: Response content: application/json: - schema: *140 + schema: *141 examples: - default: *141 + default: *142 '404': *6 x-github: githubCloudOnly: false @@ -21051,8 +21062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *139 - - *143 + - *140 + - *144 responses: '204': description: Response @@ -21075,7 +21086,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *139 + - *140 - *17 - *19 responses: @@ -21176,7 +21187,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *139 + - *140 - *17 - *19 responses: @@ -21186,7 +21197,7 @@ paths: application/json: schema: type: array - items: *137 + items: *138 examples: default: value: @@ -21251,13 +21262,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *139 + - *140 responses: '201': description: Response content: application/json: - schema: *135 + schema: *136 examples: default: value: @@ -21328,7 +21339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *139 + - *140 responses: '204': description: Response if gist is starred @@ -21358,7 +21369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *139 + - *140 responses: '204': description: Response @@ -21380,7 +21391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *139 + - *140 responses: '204': description: Response @@ -21409,7 +21420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *139 + - *140 - name: sha in: path required: true @@ -21420,9 +21431,9 @@ paths: description: Response content: application/json: - schema: *137 + schema: *138 examples: - default: *138 + default: *139 '422': *15 '404': *6 '403': *27 @@ -21791,7 +21802,7 @@ paths: - closed - all default: open - - &266 + - &267 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21810,7 +21821,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - name: collab in: query required: false @@ -21840,9 +21851,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: &267 + default: &268 value: - id: 1 node_id: MDU6SXNzdWUx @@ -22122,7 +22133,7 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: default: value: @@ -22419,7 +22430,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &146 + X-CommonMarker-Version: &147 example: 0.17.4 schema: type: string @@ -22474,7 +22485,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *146 + X-CommonMarker-Version: *147 content: text/html: schema: @@ -22503,7 +22514,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &149 + - &150 name: account_id description: account_id parameter in: path @@ -22515,7 +22526,7 @@ paths: description: Response content: application/json: - schema: &148 + schema: &149 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -22549,7 +22560,7 @@ paths: - 'null' id: type: integer - plan: &147 + plan: &148 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -22652,7 +22663,7 @@ paths: - 'null' updated_at: type: string - plan: *147 + plan: *148 required: - url - id @@ -22660,7 +22671,7 @@ paths: - login - marketplace_purchase examples: - default: &150 + default: &151 value: url: https://api.github.com/orgs/github type: Organization @@ -22745,9 +22756,9 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: &151 + default: &152 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -22787,14 +22798,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &152 + - &153 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &153 + - &154 name: sort description: The property to sort the results by. in: query @@ -22824,9 +22835,9 @@ paths: application/json: schema: type: array - items: *148 + items: *149 examples: - default: &154 + default: &155 value: - url: https://api.github.com/orgs/github type: Organization @@ -22900,15 +22911,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *149 + - *150 responses: '200': description: Response content: application/json: - schema: *148 + schema: *149 examples: - default: *150 + default: *151 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -22940,9 +22951,9 @@ paths: application/json: schema: type: array - items: *147 + items: *148 examples: - default: *151 + default: *152 headers: Link: *37 '401': *23 @@ -22965,8 +22976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *152 - *153 + - *154 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -22986,9 +22997,9 @@ paths: application/json: schema: type: array - items: *148 + items: *149 examples: - default: *154 + default: *155 headers: Link: *37 '401': *23 @@ -23253,14 +23264,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &346 + - &347 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &347 + - &348 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -23277,7 +23288,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -23331,7 +23342,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &360 + '301': &361 description: Moved permanently content: application/json: @@ -23353,7 +23364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &559 + - &560 name: all description: If `true`, show notifications marked as read. in: query @@ -23361,7 +23372,7 @@ paths: schema: type: boolean default: false - - &560 + - &561 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -23370,8 +23381,8 @@ paths: schema: type: boolean default: false - - *134 - - &561 + - *135 + - &562 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -23396,14 +23407,14 @@ paths: application/json: schema: type: array - items: &156 + items: &157 title: Thread description: Thread type: object properties: id: type: string - repository: &186 + repository: &187 title: Minimal Repository description: Minimal Repository type: object @@ -23742,7 +23753,7 @@ paths: type: boolean examples: - false - security_and_analysis: &298 + security_and_analysis: &299 type: - object - 'null' @@ -23897,7 +23908,7 @@ paths: - url - subscription_url examples: - default: &562 + default: &563 value: - id: '1' repository: @@ -24063,7 +24074,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &157 + - &158 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -24077,7 +24088,7 @@ paths: description: Response content: application/json: - schema: *156 + schema: *157 examples: default: value: @@ -24180,7 +24191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *157 + - *158 responses: '205': description: Reset Content @@ -24203,7 +24214,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *157 + - *158 responses: '204': description: No content @@ -24226,13 +24237,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *157 + - *158 responses: '200': description: Response content: application/json: - schema: &158 + schema: &159 title: Thread Subscription description: Thread Subscription type: object @@ -24276,7 +24287,7 @@ paths: - url - subscribed examples: - default: &159 + default: &160 value: subscribed: true ignored: false @@ -24307,7 +24318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *157 + - *158 requestBody: required: false content: @@ -24328,9 +24339,9 @@ paths: description: Response content: application/json: - schema: *158 + schema: *159 examples: - default: *159 + default: *160 '304': *35 '403': *27 '401': *23 @@ -24353,7 +24364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *157 + - *158 responses: '204': description: Response @@ -24450,7 +24461,7 @@ paths: type: array items: *56 examples: - default: &694 + default: &695 value: - login: github id: 1 @@ -24515,7 +24526,7 @@ paths: - 3 custom_roles: type: array - items: &223 + items: &224 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -24564,7 +24575,7 @@ paths: - created_at - updated_at examples: - default: &224 + default: &225 value: id: 8030 name: Security Engineer @@ -24610,29 +24621,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - &166 + - &167 name: org description: The organization name. The name is not case sensitive. in: path required: true schema: type: string - - *160 - *161 - *162 - *163 + - *164 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *164 + schema: *165 examples: - default: *165 + default: *166 '400': *14 '403': *27 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24658,13 +24669,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &167 + schema: &168 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -25034,7 +25045,7 @@ paths: - updated_at - archived_at examples: - default-response: &168 + default-response: &169 value: login: github id: 1 @@ -25127,7 +25138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *166 + - *167 requestBody: required: false content: @@ -25351,17 +25362,17 @@ paths: description: Response content: application/json: - schema: *167 + schema: *168 examples: - default: *168 + default: *169 '422': description: Validation failed content: application/json: schema: oneOf: - - *169 - *170 + - *171 '409': *90 x-github: githubCloudOnly: false @@ -25385,7 +25396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *166 + - *167 responses: '202': *91 '404': *6 @@ -25410,15 +25421,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 headers: Link: *37 x-github: @@ -25441,7 +25452,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -25459,7 +25470,7 @@ paths: type: integer repository_cache_usages: type: array - items: &365 + items: &366 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25517,7 +25528,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -25537,7 +25548,7 @@ paths: type: array items: *39 examples: - default: *173 + default: *174 headers: Link: *37 x-github: @@ -25557,7 +25568,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -25651,7 +25662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25687,7 +25698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25722,15 +25733,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25748,7 +25759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25766,7 +25777,7 @@ paths: type: array items: *42 examples: - default: *176 + default: *177 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25784,7 +25795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -25828,7 +25839,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *44 responses: '200': @@ -25857,7 +25868,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *44 requestBody: required: true @@ -25921,7 +25932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *44 responses: '202': @@ -25950,13 +25961,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *166 + - *167 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &177 + schema: &178 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -25970,7 +25981,7 @@ paths: required: - include_claim_keys examples: - default: &178 + default: &179 value: include_claim_keys: - repo @@ -25992,20 +26003,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: *177 + schema: *178 examples: - default: *178 + default: *179 responses: '201': description: Empty response content: application/json: - schema: &197 + schema: &198 title: Empty Object description: An object without any properties. type: object @@ -26035,7 +26046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -26044,7 +26055,7 @@ paths: schema: type: object properties: - enabled_repositories: &180 + enabled_repositories: &181 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -26058,7 +26069,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *46 - selected_actions_url: *179 + selected_actions_url: *180 required: - enabled_repositories examples: @@ -26087,7 +26098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -26098,7 +26109,7 @@ paths: schema: type: object properties: - enabled_repositories: *180 + enabled_repositories: *181 allowed_actions: *46 required: - enabled_repositories @@ -26126,7 +26137,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -26146,7 +26157,7 @@ paths: type: array items: *61 examples: - default: &688 + default: &689 value: total_count: 1 repositories: @@ -26286,7 +26297,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -26330,8 +26341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *166 - - &181 + - *167 + - &182 name: repository_id description: The unique identifier of the repository. in: path @@ -26359,8 +26370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - - *166 - - *181 + - *167 + - *182 responses: '204': description: Response @@ -26383,7 +26394,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -26414,7 +26425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -26446,13 +26457,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: default: *52 x-github: @@ -26475,7 +26486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Success response @@ -26486,7 +26497,7 @@ paths: required: false content: application/json: - schema: *183 + schema: *184 examples: default: *52 x-github: @@ -26508,7 +26519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization parameters: - - *166 + - *167 - *17 - *19 - name: visible_to_repository @@ -26533,7 +26544,7 @@ paths: type: number runner_groups: type: array - items: &184 + items: &185 type: object properties: id: @@ -26650,7 +26661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -26723,9 +26734,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: &185 + default: &186 value: id: 2 name: octo-runner-group @@ -26760,14 +26771,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization parameters: - - *166 + - *167 - *55 responses: '200': description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -26803,7 +26814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization parameters: - - *166 + - *167 - *55 requestBody: required: true @@ -26860,9 +26871,9 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26881,7 +26892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization parameters: - - *166 + - *167 - *55 responses: '204': @@ -26905,7 +26916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *17 - *19 @@ -26926,7 +26937,7 @@ paths: type: array items: *39 examples: - default: *173 + default: *174 headers: Link: *37 x-github: @@ -26948,7 +26959,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 - *19 - *17 @@ -26967,9 +26978,9 @@ paths: type: number repositories: type: array - items: *186 + items: *187 examples: - default: &680 + default: &681 value: total_count: 1 repositories: @@ -27221,7 +27232,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-repository-access-for-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 requestBody: required: true @@ -27266,9 +27277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 - - *181 + - *182 responses: '204': description: Response @@ -27290,9 +27301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization parameters: - - *166 + - *167 - *55 - - *181 + - *182 responses: '204': description: Response @@ -27315,7 +27326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *17 - *19 @@ -27357,7 +27368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization parameters: - - *166 + - *167 - *55 requestBody: required: true @@ -27402,7 +27413,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *58 responses: @@ -27426,7 +27437,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization parameters: - - *166 + - *167 - *55 - *58 responses: @@ -27458,7 +27469,7 @@ paths: in: query schema: type: string - - *166 + - *167 - *17 - *19 responses: @@ -27502,7 +27513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -27510,9 +27521,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *188 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27534,7 +27545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -27577,7 +27588,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *189 + '201': *190 '404': *6 '422': *7 x-github: @@ -27607,7 +27618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *166 + - *167 responses: '201': description: Response @@ -27615,7 +27626,7 @@ paths: application/json: schema: *62 examples: - default: *190 + default: *191 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27643,7 +27654,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *166 + - *167 responses: '201': description: Response @@ -27651,7 +27662,7 @@ paths: application/json: schema: *62 examples: - default: *191 + default: *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27673,7 +27684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 responses: '200': @@ -27682,7 +27693,7 @@ paths: application/json: schema: *59 examples: - default: *192 + default: *193 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27703,7 +27714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization parameters: - - *166 + - *167 - *58 responses: '204': @@ -27729,7 +27740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 responses: '200': *64 @@ -27754,7 +27765,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 requestBody: required: true @@ -27803,7 +27814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 requestBody: required: true @@ -27853,10 +27864,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 responses: - '200': *193 + '200': *194 '404': *6 x-github: githubCloudOnly: false @@ -27883,9 +27894,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization parameters: - - *166 + - *167 - *58 - - *194 + - *195 responses: '200': *64 '404': *6 @@ -27912,7 +27923,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *166 + - *167 - *17 - *19 responses: @@ -27930,7 +27941,7 @@ paths: type: integer secrets: type: array - items: &195 + items: &196 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -28005,13 +28016,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -28046,7 +28057,7 @@ paths: - key_id - key examples: - default: &386 + default: &387 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -28071,8 +28082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *166 - - &196 + - *167 + - &197 name: secret_name description: The name of the secret. in: path @@ -28084,7 +28095,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -28114,8 +28125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -28170,7 +28181,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28196,8 +28207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -28223,8 +28234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - *19 - *17 responses: @@ -28242,9 +28253,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: &200 + default: &201 value: total_count: 1 repositories: @@ -28336,8 +28347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -28389,8 +28400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -28423,8 +28434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -28456,8 +28467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *166 - - &370 + - *167 + - &371 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -28481,7 +28492,7 @@ paths: type: integer variables: type: array - items: &198 + items: &199 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -28571,7 +28582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *166 + - *167 requestBody: required: true content: @@ -28619,7 +28630,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -28644,8 +28655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *166 - - &199 + - *167 + - &200 name: name description: The name of the variable. in: path @@ -28657,7 +28668,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -28687,8 +28698,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 requestBody: required: true content: @@ -28750,8 +28761,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 responses: '204': description: Response @@ -28777,8 +28788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 - *19 - *17 responses: @@ -28796,9 +28807,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *200 + default: *201 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28824,8 +28835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 requestBody: required: true content: @@ -28874,8 +28885,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 - name: repository_id in: path required: true @@ -28909,8 +28920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *166 - - *199 + - *167 + - *200 - name: repository_id in: path required: true @@ -28941,7 +28952,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -28968,11 +28979,11 @@ paths: required: true content: application/json: - schema: *201 + schema: *202 examples: default: *67 parameters: - - *166 + - *167 responses: '200': description: Response @@ -28996,7 +29007,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -29024,7 +29035,7 @@ paths: - *17 - *80 - *81 - - *166 + - *167 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -29067,7 +29078,7 @@ paths: bundle_url: type: string examples: - default: &399 + default: &400 value: attestations: - bundle: @@ -29185,7 +29196,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-the-audit-log-for-an-organization parameters: - - *166 + - *167 - name: phrase description: A search phrase. For more information, see [Searching the audit log](https://docs.github.com/enterprise-cloud@latest//github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization#searching-the-audit-log). @@ -29193,10 +29204,10 @@ paths: required: false schema: type: string - - *202 - *203 - *204 - *205 + - *206 - *17 responses: '200': @@ -29205,9 +29216,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *207 + default: *208 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -29224,7 +29235,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -29236,7 +29247,7 @@ paths: type: array items: *4 examples: - default: &268 + default: &269 value: - login: octocat id: 1 @@ -29274,8 +29285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *166 - - &208 + - *167 + - &209 name: username description: The handle for the GitHub user account. in: path @@ -29306,8 +29317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -29327,8 +29338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -29354,14 +29365,14 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *166 - - &302 + - *167 + - &303 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &416 + - &417 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -29369,7 +29380,7 @@ paths: required: false schema: type: string - - &417 + - &418 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -29377,7 +29388,7 @@ paths: required: false schema: type: string - - &303 + - &304 name: time_period description: |- The time period to filter by. @@ -29393,7 +29404,7 @@ paths: - week - month default: day - - &418 + - &419 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -29418,7 +29429,7 @@ paths: application/json: schema: type: array - items: &419 + items: &420 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -29579,7 +29590,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &420 + default: &421 value: - id: 21 number: 42 @@ -29665,9 +29676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *166 - - *209 + - *167 - *210 + - *211 - *80 - *81 - *19 @@ -29678,7 +29689,7 @@ paths: be returned. in: query required: false - schema: *211 + schema: *212 - name: sort description: The property by which to sort the results. in: query @@ -29694,7 +29705,7 @@ paths: be returned. in: query required: false - schema: &430 + schema: &431 type: string description: Severity of a code scanning alert. enum: @@ -29712,13 +29723,13 @@ paths: application/json: schema: type: array - items: *212 + items: *213 examples: - default: *213 + default: *214 headers: Link: *37 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29740,7 +29751,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *166 + - *167 - name: target_type in: query description: The target type of the code security configuration @@ -29847,7 +29858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *166 + - *167 requestBody: required: true content: @@ -30022,7 +30033,7 @@ paths: application/json: schema: *86 examples: - default: *214 + default: *215 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30044,15 +30055,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *215 + schema: *216 examples: - default: *216 + default: *217 '304': *35 '403': *27 '404': *6 @@ -30078,7 +30089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *166 + - *167 requestBody: required: true content: @@ -30101,7 +30112,7 @@ paths: - 32 - 91 responses: - '204': *111 + '204': *112 '400': *14 '403': *27 '404': *6 @@ -30127,7 +30138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *166 + - *167 - *88 responses: '200': @@ -30136,7 +30147,7 @@ paths: application/json: schema: *86 examples: - default: *214 + default: *215 '304': *35 '403': *27 '404': *6 @@ -30160,7 +30171,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *166 + - *167 - *88 requestBody: required: true @@ -30368,10 +30379,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *166 + - *167 - *88 responses: - '204': *111 + '204': *112 '400': *14 '403': *27 '404': *6 @@ -30399,7 +30410,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *166 + - *167 - *88 requestBody: required: true @@ -30463,7 +30474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization parameters: - - *166 + - *167 - *88 requestBody: required: true @@ -30509,7 +30520,7 @@ paths: default: value: default_for_new_repos: all - configuration: *214 + configuration: *215 '403': *27 '404': *6 x-github: @@ -30533,7 +30544,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *166 + - *167 - *88 - name: per_page description: The number of results per page (max 100). For more information, @@ -30562,13 +30573,13 @@ paths: application/json: schema: type: array - items: *217 + items: *218 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *218 + repository: *219 '403': *27 '404': *6 x-github: @@ -30592,7 +30603,7 @@ paths: parameters: - *17 - *19 - - *166 + - *167 responses: '200': description: Response @@ -30608,7 +30619,7 @@ paths: type: integer codespaces: type: array - items: &269 + items: &270 type: object title: Codespace description: A codespace. @@ -30639,11 +30650,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *186 + repository: *187 machine: anyOf: - type: 'null' - - &459 + - &460 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -30930,7 +30941,7 @@ paths: - pulls_url - recent_folders examples: - default: &270 + default: &271 value: total_count: 3 codespaces: @@ -31362,7 +31373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *166 + - *167 deprecated: true requestBody: required: true @@ -31429,7 +31440,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *166 + - *167 deprecated: true requestBody: required: true @@ -31484,7 +31495,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *166 + - *167 requestBody: required: true content: @@ -31536,7 +31547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *166 + - *167 - *17 - *19 responses: @@ -31554,7 +31565,7 @@ paths: type: integer secrets: type: array - items: &219 + items: &220 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -31595,7 +31606,7 @@ paths: - updated_at - visibility examples: - default: &460 + default: &461 value: total_count: 2 secrets: @@ -31627,13 +31638,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -31668,7 +31679,7 @@ paths: - key_id - key examples: - default: &462 + default: &463 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -31691,16 +31702,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '200': description: Response content: application/json: - schema: *219 + schema: *220 examples: - default: &464 + default: &465 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -31727,8 +31738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -31783,7 +31794,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -31809,8 +31820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -31835,8 +31846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - *19 - *17 responses: @@ -31854,9 +31865,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *200 + default: *201 '404': *6 x-github: githubCloudOnly: false @@ -31878,8 +31889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -31929,8 +31940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -31963,8 +31974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -32003,7 +32014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization parameters: - - *166 + - *167 responses: '200': description: OK @@ -32146,7 +32157,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization parameters: - - *166 + - *167 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -32169,9 +32180,9 @@ paths: currently being billed. seats: type: array - items: *220 + items: *221 examples: - default: *221 + default: *222 headers: Link: *37 '500': *93 @@ -32207,7 +32218,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32285,7 +32296,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32365,7 +32376,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32442,7 +32453,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization parameters: - - *166 + - *167 requestBody: content: application/json: @@ -32523,7 +32534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *166 + - *167 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -32555,13 +32566,13 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 + default: *128 '500': *93 '403': *27 '404': *6 - '422': *128 + '422': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32592,7 +32603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-organization-members parameters: - - *166 + - *167 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -32624,9 +32635,9 @@ paths: application/json: schema: type: array - items: *129 + items: *130 examples: - default: *222 + default: *223 '500': *93 '401': *23 '403': *27 @@ -32652,7 +32663,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization parameters: - - *166 + - *167 - *17 - name: page description: Page token @@ -32811,7 +32822,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization parameters: - - *166 + - *167 - name: credential_id in: path required: true @@ -32842,7 +32853,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization parameters: - - *166 + - *167 responses: '200': description: Response - list of custom role names @@ -32858,7 +32869,7 @@ paths: - 3 custom_roles: type: array - items: *223 + items: *224 examples: default: value: @@ -32945,12 +32956,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: &226 + schema: &227 type: object properties: name: @@ -32992,9 +33003,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33018,8 +33029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *166 - - &225 + - *167 + - &226 name: role_id description: The unique identifier of the role. in: path @@ -33031,9 +33042,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 x-github: githubCloudOnly: true @@ -33055,13 +33066,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *166 - - *225 + - *167 + - *226 requestBody: required: true content: application/json: - schema: &227 + schema: &228 type: object properties: name: @@ -33100,9 +33111,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33126,8 +33137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '204': description: Response @@ -33155,12 +33166,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: *226 + schema: *227 examples: default: value: @@ -33174,9 +33185,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33206,16 +33217,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '200': description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '404': *6 x-github: githubCloudOnly: true @@ -33243,13 +33254,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - - *166 - - *225 + - *167 + - *226 requestBody: required: true content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -33264,9 +33275,9 @@ paths: description: Response content: application/json: - schema: *223 + schema: *224 examples: - default: *224 + default: *225 '422': *15 '404': *6 x-github: @@ -33296,8 +33307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '204': description: Response @@ -33325,19 +33336,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *166 - - *228 + - *167 - *229 - *230 - *231 - *232 - *233 - *234 + - *235 - *82 - *80 - *81 - - *235 - *236 + - *237 - *17 responses: '200': @@ -33346,9 +33357,9 @@ paths: application/json: schema: type: array - items: *237 + items: *238 examples: - default: *238 + default: *239 '304': *35 '400': *14 '403': *27 @@ -33374,7 +33385,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *166 + - *167 - *17 - *19 responses: @@ -33392,7 +33403,7 @@ paths: type: integer secrets: type: array - items: &239 + items: &240 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -33465,13 +33476,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: &487 + schema: &488 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -33490,7 +33501,7 @@ paths: - key_id - key examples: - default: &488 + default: &489 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -33513,14 +33524,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '200': description: Response content: application/json: - schema: *239 + schema: *240 examples: default: value: @@ -33548,8 +33559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -33604,7 +33615,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -33628,8 +33639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -33653,8 +33664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - *19 - *17 responses: @@ -33672,9 +33683,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *200 + default: *201 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33695,8 +33706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -33746,8 +33757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -33778,8 +33789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *166 - - *196 + - *167 + - *197 - name: repository_id in: path required: true @@ -33809,7 +33820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -33817,7 +33828,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package description: A software package type: object @@ -33870,7 +33881,7 @@ paths: repository: anyOf: - type: 'null' - - *186 + - *187 created_at: type: string format: date-time @@ -33888,7 +33899,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &282 value: - id: 197 name: hello_docker @@ -33966,7 +33977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *166 + - *167 - *17 - *19 responses: @@ -33976,7 +33987,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: 200-response: value: @@ -34046,7 +34057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *166 + - *167 - name: group_id description: The unique identifier of the group. in: path @@ -34072,7 +34083,7 @@ paths: description: Response content: application/json: - schema: &341 + schema: &342 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -34162,7 +34173,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &342 + default: &343 value: group_id: '123' group_name: Octocat admins @@ -34200,7 +34211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-external-groups-in-an-organization parameters: - - *166 + - *167 - *17 - name: page description: Page token @@ -34217,7 +34228,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &340 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -34257,7 +34268,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &340 + default: &341 value: groups: - group_id: '123' @@ -34291,7 +34302,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *166 + - *167 - *17 - *19 responses: @@ -34301,7 +34312,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Organization Invitation description: Organization Invitation type: object @@ -34355,7 +34366,7 @@ paths: - invitation_teams_url - node_id examples: - default: &263 + default: &264 value: - id: 1 login: monalisa @@ -34414,7 +34425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -34422,7 +34433,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -34436,7 +34447,7 @@ paths: - name - description examples: - default: &300 + default: &301 value: - name: add_assignee description: Assign or remove a user @@ -34467,7 +34478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *166 + - *167 - *17 - *19 responses: @@ -34477,7 +34488,7 @@ paths: application/json: schema: type: array - items: &240 + items: &241 title: Org Hook description: Org Hook type: object @@ -34598,7 +34609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *166 + - *167 requestBody: required: true content: @@ -34660,9 +34671,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: &241 + default: &242 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -34706,8 +34717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *166 - - &242 + - *167 + - &243 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -34720,9 +34731,9 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 '404': *6 x-github: githubCloudOnly: false @@ -34743,8 +34754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 requestBody: required: false content: @@ -34790,7 +34801,7 @@ paths: description: Response content: application/json: - schema: *240 + schema: *241 examples: default: value: @@ -34829,8 +34840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 responses: '204': description: Response @@ -34855,8 +34866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *166 - - *242 + - *167 + - *243 responses: '200': description: Response @@ -34884,8 +34895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *166 - - *242 + - *167 + - *243 requestBody: required: false content: @@ -34933,10 +34944,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *166 - - *242 - - *17 + - *167 - *243 + - *17 + - *244 responses: '200': description: Response @@ -34944,9 +34955,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 '400': *14 '422': *15 x-github: @@ -34969,17 +34980,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 - *16 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 '400': *14 '422': *15 x-github: @@ -35002,8 +35013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 - *16 responses: '202': *91 @@ -35029,8 +35040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *166 - - *242 + - *167 + - *243 responses: '204': description: Response @@ -35052,8 +35063,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *166 - - &252 + - *167 + - &253 name: actor_type in: path description: The type of the actor @@ -35066,14 +35077,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &253 + - &254 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &248 + - &249 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -35081,7 +35092,7 @@ paths: required: true schema: type: string - - &249 + - &250 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -35175,13 +35186,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *166 - - *248 + - *167 - *249 + - *250 - *19 - *17 - *82 - - &258 + - &259 name: sort description: The property to sort the results by. in: query @@ -35260,15 +35271,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *166 - - *248 + - *167 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: &250 + schema: &251 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -35284,7 +35295,7 @@ paths: type: integer format: int64 examples: - default: &251 + default: &252 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -35304,24 +35315,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *166 - - &254 + - *167 + - &255 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *248 - *249 + - *250 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 x-github: enabledForGitHubApps: true category: orgs @@ -35339,19 +35350,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *166 - - *248 + - *167 - *249 - - *252 + - *250 - *253 + - *254 responses: '200': description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 x-github: enabledForGitHubApps: true category: orgs @@ -35368,10 +35379,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *166 - - *248 + - *167 - *249 - - &255 + - *250 + - &256 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -35384,7 +35395,7 @@ paths: description: Response content: application/json: - schema: &256 + schema: &257 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -35400,7 +35411,7 @@ paths: type: integer format: int64 examples: - default: &257 + default: &258 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -35436,19 +35447,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *166 - - *254 - - *248 - - *249 + - *167 - *255 + - *249 + - *250 + - *256 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: enabledForGitHubApps: true category: orgs @@ -35465,20 +35476,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *166 - - *252 + - *167 - *253 - - *248 + - *254 - *249 - - *255 + - *250 + - *256 responses: '200': description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 x-github: enabledForGitHubApps: true category: orgs @@ -35495,14 +35506,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *166 - - *254 - - *248 + - *167 + - *255 - *249 + - *250 - *19 - *17 - *82 - - *258 + - *259 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -35578,7 +35589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *166 + - *167 responses: '200': description: Response @@ -35586,7 +35597,7 @@ paths: application/json: schema: *20 examples: - default: &526 + default: &527 value: id: 1 account: @@ -35655,7 +35666,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -35744,7 +35755,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -35752,12 +35763,12 @@ paths: application/json: schema: anyOf: - - &260 + - &261 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &259 + limit: &260 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -35785,7 +35796,7 @@ paths: properties: {} additionalProperties: false examples: - default: &261 + default: &262 value: limit: collaborators_only origin: organization @@ -35809,18 +35820,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: application/json: - schema: &527 + schema: &528 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *259 + limit: *260 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -35845,9 +35856,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *261 + default: *262 '422': *15 x-github: githubCloudOnly: false @@ -35865,7 +35876,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *166 + - *167 responses: '204': description: Response @@ -35891,7 +35902,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *166 + - *167 - *17 - *19 - name: role @@ -35925,9 +35936,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *37 '404': *6 @@ -35951,7 +35962,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *166 + - *167 requestBody: required: false content: @@ -36005,7 +36016,7 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: default: value: @@ -36061,8 +36072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *166 - - &264 + - *167 + - &265 name: invitation_id description: The unique identifier of the invitation. in: path @@ -36095,8 +36106,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *166 - - *264 + - *167 + - *265 - *17 - *19 responses: @@ -36106,9 +36117,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: &279 + default: &280 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -36153,7 +36164,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *166 + - *167 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -36183,7 +36194,7 @@ paths: - closed - all default: open - - *266 + - *267 - name: sort description: What to sort results by. in: query @@ -36196,7 +36207,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - *17 - *19 responses: @@ -36206,9 +36217,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *267 + default: *268 headers: Link: *37 '404': *6 @@ -36230,7 +36241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *166 + - *167 - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -36266,7 +36277,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '422': *15 @@ -36286,8 +36297,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response if requester is an organization member and user is @@ -36318,8 +36329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -36345,8 +36356,8 @@ paths: parameters: - *17 - *19 - - *166 - - *208 + - *167 + - *209 responses: '200': description: Response @@ -36362,9 +36373,9 @@ paths: type: integer codespaces: type: array - items: *269 + items: *270 examples: - default: *270 + default: *271 '304': *35 '500': *93 '401': *23 @@ -36389,9 +36400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *166 - - *208 - - &271 + - *167 + - *209 + - &272 name: codespace_name in: path required: true @@ -36424,17 +36435,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *166 - - *208 - - *271 + - *167 + - *209 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: &458 + default: &459 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -36607,14 +36618,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -36682,14 +36693,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '200': description: Response content: application/json: - schema: &272 + schema: &273 title: Org Membership description: Org Membership type: object @@ -36742,7 +36753,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &273 + response-if-user-has-an-active-admin-membership-with-organization: &274 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -36810,8 +36821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 requestBody: required: false content: @@ -36839,9 +36850,9 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: - response-if-user-already-had-membership-with-organization: *273 + response-if-user-already-had-membership-with-organization: *274 '422': *15 '403': *27 x-github: @@ -36862,8 +36873,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -36888,7 +36899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *166 + - *167 - *17 - *19 - name: exclude @@ -36910,7 +36921,7 @@ paths: application/json: schema: type: array - items: &274 + items: &275 title: Migration description: A migration. type: object @@ -37167,7 +37178,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *166 + - *167 requestBody: required: true content: @@ -37248,7 +37259,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -37426,8 +37437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *166 - - &275 + - *167 + - &276 name: migration_id description: The unique identifier of the migration. in: path @@ -37455,7 +37466,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -37624,8 +37635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *166 - - *275 + - *167 + - *276 responses: '302': description: Response @@ -37646,8 +37657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *166 - - *275 + - *167 + - *276 responses: '204': description: Response @@ -37670,9 +37681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *166 - - *275 - - &693 + - *167 + - *276 + - &694 name: repo_name description: repo_name parameter in: path @@ -37699,8 +37710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *166 - - *275 + - *167 + - *276 - *17 - *19 responses: @@ -37710,9 +37721,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: &286 + default: &287 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -37851,7 +37862,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -37905,7 +37916,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response - list of organization roles @@ -37921,7 +37932,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &276 + items: &277 title: Organization Role description: Organization roles type: object @@ -38083,7 +38094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *166 + - *167 requestBody: required: true content: @@ -38130,7 +38141,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38181,8 +38192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -38207,9 +38218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *166 - - *277 - - *225 + - *167 + - *278 + - *226 responses: '204': description: Response @@ -38238,9 +38249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *166 - - *277 - - *225 + - *167 + - *278 + - *226 responses: '204': description: Response @@ -38265,8 +38276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -38291,9 +38302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *166 - - *208 - - *225 + - *167 + - *209 + - *226 responses: '204': description: Response @@ -38323,9 +38334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *166 - - *208 - - *225 + - *167 + - *209 + - *226 responses: '204': description: Response @@ -38353,14 +38364,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38417,8 +38428,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *166 - - *225 + - *167 + - *226 requestBody: required: true content: @@ -38457,7 +38468,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -38510,8 +38521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *166 - - *225 + - *167 + - *226 responses: '204': description: Response @@ -38536,8 +38547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - - *166 - - *225 + - *167 + - *226 - *17 - *19 responses: @@ -38616,7 +38627,7 @@ paths: parent: anyOf: - type: 'null' - - *278 + - *279 required: - id - node_id @@ -38630,7 +38641,7 @@ paths: - slug - parent examples: - default: *279 + default: *280 headers: Link: *37 '404': @@ -38659,8 +38670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - - *166 - - *225 + - *167 + - *226 - *17 - *19 responses: @@ -38689,7 +38700,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *278 + items: *279 name: type: - string @@ -38806,7 +38817,7 @@ paths: - type - url examples: - default: *268 + default: *269 headers: Link: *37 '404': @@ -38830,7 +38841,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *166 + - *167 - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) @@ -38854,7 +38865,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -38879,8 +38890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *166 - - *208 + - *167 + - *209 requestBody: required: false content: @@ -38937,8 +38948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -38995,8 +39006,8 @@ paths: - docker - nuget - container - - *166 - - &695 + - *167 + - &696 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -39032,12 +39043,12 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *281 + default: *282 '403': *27 '401': *23 - '400': &697 + '400': &698 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -39059,7 +39070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &282 + - &283 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -39077,20 +39088,20 @@ paths: - docker - nuget - container - - &283 + - &284 name: package_name description: The name of the package. in: path required: true schema: type: string - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -39142,9 +39153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *282 - *283 - - *166 + - *284 + - *167 responses: '204': description: Response @@ -39176,9 +39187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *282 - *283 - - *166 + - *284 + - *167 - name: token description: package token schema: @@ -39210,9 +39221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *282 - *283 - - *166 + - *284 + - *167 - *19 - *17 - name: state @@ -39232,7 +39243,7 @@ paths: application/json: schema: type: array - items: &284 + items: &285 title: Package Version description: A version of a software package type: object @@ -39367,10 +39378,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *282 - *283 - - *166 - - &285 + - *284 + - *167 + - &286 name: package_version_id description: Unique identifier of the package version. in: path @@ -39382,7 +39393,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -39418,10 +39429,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *282 - *283 - - *166 - - *285 + - *284 + - *167 + - *286 responses: '204': description: Response @@ -39453,10 +39464,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *282 - *283 - - *166 - - *285 + - *284 + - *167 + - *286 responses: '204': description: Response @@ -39483,10 +39494,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *166 + - *167 - *17 - *19 - - &287 + - &288 name: sort description: The property by which to sort the results. in: query @@ -39497,7 +39508,7 @@ paths: - created_at default: created_at - *82 - - &288 + - &289 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -39509,7 +39520,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &289 + - &290 name: repository description: The name of the repository to use to filter the results. in: query @@ -39518,7 +39529,7 @@ paths: type: string examples: - Hello-World - - &290 + - &291 name: permission description: The permission to use to filter the results. in: query @@ -39527,7 +39538,7 @@ paths: type: string examples: - issues_read - - &291 + - &292 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39537,7 +39548,7 @@ paths: schema: type: string format: date-time - - &292 + - &293 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39703,7 +39714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-requests-to-access-organization-resources-with-fine-grained-personal-access-tokens parameters: - - *166 + - *167 requestBody: required: true content: @@ -39770,7 +39781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#review-a-request-to-access-organization-resources-with-a-fine-grained-personal-access-token parameters: - - *166 + - *167 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -39811,7 +39822,7 @@ paths: '422': *15 '404': *6 '403': *27 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39832,7 +39843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-requested-to-be-accessed-by-a-fine-grained-personal-access-token parameters: - - *166 + - *167 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -39852,9 +39863,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -39877,16 +39888,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-fine-grained-personal-access-tokens-with-access-to-organization-resources parameters: - - *166 + - *167 - *17 - *19 - - *287 - - *82 - *288 + - *82 - *289 - *290 - *291 - *292 + - *293 responses: '500': *93 '422': *15 @@ -40037,7 +40048,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-to-organization-resources-via-fine-grained-personal-access-tokens parameters: - - *166 + - *167 requestBody: required: true content: @@ -40097,7 +40108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#update-the-access-a-fine-grained-personal-access-token-has-to-organization-resources parameters: - - *166 + - *167 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -40127,7 +40138,7 @@ paths: responses: '500': *93 '404': *6 - '204': *111 + '204': *112 '403': *27 '422': *15 x-github: @@ -40149,7 +40160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/personal-access-tokens#list-repositories-a-fine-grained-personal-access-token-has-access-to parameters: - - *166 + - *167 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -40168,9 +40179,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -40196,7 +40207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -40214,7 +40225,7 @@ paths: type: integer configurations: type: array - items: &293 + items: &294 title: Organization private registry description: Private registry configuration for an organization type: object @@ -40293,7 +40304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -40426,7 +40437,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &294 + org-private-registry-with-selected-visibility: &295 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -40469,7 +40480,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-private-registries-public-key-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -40521,16 +40532,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *166 - - *196 + - *167 + - *197 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 '404': *6 x-github: githubCloudOnly: false @@ -40553,8 +40564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *166 - - *196 + - *167 + - *197 requestBody: required: true content: @@ -40634,8 +40645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *166 - - *196 + - *167 + - *197 responses: '204': description: Response @@ -40660,7 +40671,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *166 + - *167 - name: state description: Indicates the state of the projects to return. in: query @@ -40681,7 +40692,7 @@ paths: application/json: schema: type: array - items: &295 + items: &296 title: Project description: Projects are a way to organize columns and cards of work. @@ -40834,7 +40845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *166 + - *167 requestBody: required: true content: @@ -40860,7 +40871,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -40898,7 +40909,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &357 + '410': &358 description: Gone content: application/json: @@ -40922,7 +40933,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -40930,9 +40941,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 '403': *27 '404': *6 x-github: @@ -40955,7 +40966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -40966,7 +40977,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *107 + items: *108 minItems: 1 maxItems: 100 required: @@ -40996,9 +41007,9 @@ paths: application/json: schema: type: array - items: *107 + items: *108 examples: - default: *108 + default: *109 '403': *27 '404': *6 x-github: @@ -41019,16 +41030,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *166 - - *109 + - *167 + - *110 responses: '200': description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *110 + default: *111 '403': *27 '404': *6 x-github: @@ -41051,13 +41062,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - - *166 - - *109 + - *167 + - *110 requestBody: required: true content: application/json: - schema: *296 + schema: *297 examples: default: value: @@ -41073,9 +41084,9 @@ paths: description: Response content: application/json: - schema: *107 + schema: *108 examples: - default: *110 + default: *111 '403': *27 '404': *6 x-github: @@ -41098,10 +41109,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *166 - - *109 + - *167 + - *110 responses: - '204': *111 + '204': *112 '403': *27 '404': *6 x-github: @@ -41122,7 +41133,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *166 + - *167 - *17 - *19 - name: repository_query @@ -41163,7 +41174,7 @@ paths: - octocat/Hello-World properties: type: array - items: &297 + items: &298 title: Custom Property Value description: Custom property name and associated value type: object @@ -41233,7 +41244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories parameters: - - *166 + - *167 requestBody: required: true content: @@ -41253,7 +41264,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *297 + items: *298 required: - repository_names - properties @@ -41294,7 +41305,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *166 + - *167 - *17 - *19 responses: @@ -41306,7 +41317,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -41325,8 +41336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response if user is a public member @@ -41350,8 +41361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -41372,8 +41383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *166 - - *208 + - *167 + - *209 responses: '204': description: Response @@ -41397,7 +41408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *166 + - *167 - name: type description: Specifies the types of repositories you want returned. `internal` is not yet supported when a GitHub App calls this endpoint with an installation @@ -41444,9 +41455,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -41467,7 +41478,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *166 + - *167 requestBody: required: true content: @@ -41650,7 +41661,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &360 title: Full Repository description: Full Repository type: object @@ -42096,7 +42107,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 organization: anyOf: - type: 'null' @@ -42115,7 +42126,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &477 + code_of_conduct: &478 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -42145,7 +42156,7 @@ paths: - key - name - html_url - security_and_analysis: *298 + security_and_analysis: *299 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -42229,7 +42240,7 @@ paths: - network_count - subscribers_count examples: - default: &361 + default: &362 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42747,7 +42758,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response @@ -42755,9 +42766,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *300 + default: *301 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -42779,10 +42790,10 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - *17 - *19 - - &608 + - &609 name: targets description: | A comma-separated list of rule targets to filter by. @@ -42801,7 +42812,7 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: default: value: @@ -42848,7 +42859,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 requestBody: description: Request body required: true @@ -42869,16 +42880,16 @@ paths: - push - repository default: branch - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *301 + items: *120 + conditions: *302 rules: type: array description: An array of rules within the ruleset. - items: *120 + items: *121 required: - name - enforcement @@ -42916,9 +42927,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &304 + default: &305 value: id: 21 name: super cool ruleset @@ -42972,8 +42983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *166 - - &609 + - *167 + - &610 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -42983,16 +42994,16 @@ paths: schema: type: string x-multi-segment: true - - *302 - *303 - - &610 + - *304 + - &611 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &611 + - &612 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -43012,7 +43023,7 @@ paths: description: Response content: application/json: - schema: &612 + schema: &613 title: Rule Suites description: Response type: array @@ -43068,7 +43079,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &613 + default: &614 value: - id: 21 actor_id: 12 @@ -43111,8 +43122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *166 - - &614 + - *167 + - &615 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -43128,7 +43139,7 @@ paths: description: Response content: application/json: - schema: &615 + schema: &616 title: Rule Suite description: Response type: object @@ -43235,7 +43246,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &616 + default: &617 value: id: 21 actor_id: 12 @@ -43296,7 +43307,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43308,9 +43319,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *304 + default: *305 '404': *6 '500': *93 put: @@ -43328,7 +43339,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43354,16 +43365,16 @@ paths: - tag - push - repository - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *301 + items: *120 + conditions: *302 rules: description: An array of rules within the ruleset. type: array - items: *120 + items: *121 examples: default: value: @@ -43398,9 +43409,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *304 + default: *305 '404': *6 '500': *93 delete: @@ -43418,7 +43429,7 @@ paths: category: orgs subcategory: rules parameters: - - *166 + - *167 - name: ruleset_id description: The ID of the ruleset. in: path @@ -43446,15 +43457,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *166 - - *305 + - *167 - *306 - *307 - *308 + - *309 - *82 - *19 - *17 - - &618 + - &619 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -43464,7 +43475,7 @@ paths: required: false schema: type: string - - &619 + - &620 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -43474,9 +43485,9 @@ paths: required: false schema: type: string - - *309 - *310 - *311 + - *312 responses: '200': description: Response @@ -43484,13 +43495,13 @@ paths: application/json: schema: type: array - items: *312 + items: *313 examples: - default: *313 + default: *314 headers: Link: *37 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43512,7 +43523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *166 + - *167 - *82 - name: sort description: The property to sort the results by. @@ -43556,7 +43567,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 description: A repository security advisory. type: object properties: @@ -43800,7 +43811,7 @@ paths: login: type: string description: The username of the user credited. - type: *314 + type: *315 credits_detailed: type: - array @@ -43811,7 +43822,7 @@ paths: type: object properties: user: *4 - type: *314 + type: *315 state: type: string description: The state of the user's acceptance of the @@ -43837,7 +43848,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *265 + items: *266 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -43875,7 +43886,7 @@ paths: - private_fork additionalProperties: false examples: - default: &627 + default: &628 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -44254,7 +44265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *166 + - *167 responses: '200': description: Response @@ -44262,9 +44273,9 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: - default: *279 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44287,8 +44298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -44313,8 +44324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -44343,15 +44354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44375,7 +44386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -44383,9 +44394,9 @@ paths: description: Success content: application/json: - schema: *317 + schema: *318 examples: - default: *318 + default: *319 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -44407,15 +44418,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44437,15 +44448,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -44463,9 +44474,9 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - - *166 + - *167 - *17 - *19 responses: @@ -44483,15 +44494,15 @@ paths: type: integer network_configurations: type: array - items: *104 + items: *105 examples: - default: *323 + default: *324 headers: Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -44504,9 +44515,9 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - - *166 + - *167 requestBody: required: true content: @@ -44548,13 +44559,13 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -44568,24 +44579,24 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - - *166 - - *106 + - *167 + - *107 responses: '200': description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 headers: Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -44598,10 +44609,10 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - - *166 - - *106 + - *167 + - *107 requestBody: required: true content: @@ -44640,13 +44651,13 @@ paths: description: Response content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -44659,17 +44670,17 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - - *166 - - *106 + - *167 + - *107 responses: '204': description: Response x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -44683,24 +44694,24 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - - *166 - - *324 + - *167 + - *325 responses: '200': description: Response content: application/json: - schema: *325 + schema: *326 examples: - default: *326 + default: *327 headers: Link: *37 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -44713,7 +44724,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization parameters: - - *166 + - *167 - *17 - name: page description: Page token @@ -44732,7 +44743,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &349 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -44784,7 +44795,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &349 + default: &350 value: groups: - group_id: '123' @@ -44829,8 +44840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -44862,13 +44873,13 @@ paths: application/json: schema: type: array - items: *126 + items: *127 examples: - default: *127 + default: *128 '500': *93 '403': *27 '404': *6 - '422': *128 + '422': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44902,8 +44913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -44935,9 +44946,9 @@ paths: application/json: schema: type: array - items: *129 + items: *130 examples: - default: *222 + default: *223 '500': *93 '401': *23 '403': *27 @@ -44959,7 +44970,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *166 + - *167 - *17 - *19 responses: @@ -44969,9 +44980,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 headers: Link: *37 '403': *27 @@ -44993,7 +45004,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *166 + - *167 requestBody: required: true content: @@ -45065,7 +45076,7 @@ paths: description: Response content: application/json: - schema: &327 + schema: &328 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -45139,7 +45150,7 @@ paths: parent: anyOf: - type: 'null' - - *278 + - *279 members_count: type: integer examples: @@ -45445,7 +45456,7 @@ paths: - repos_count - organization examples: - default: &328 + default: &329 value: id: 1 node_id: MDQ6VGVhbTE= @@ -45515,16 +45526,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *166 - - *277 + - *167 + - *278 responses: '200': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: false @@ -45545,8 +45556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: false content: @@ -45609,16 +45620,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 '422': *15 '403': *27 @@ -45643,8 +45654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -45670,8 +45681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *166 - - *277 + - *167 + - *278 - *82 - *17 - *19 @@ -45688,7 +45699,7 @@ paths: application/json: schema: type: array - items: &329 + items: &330 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -45779,7 +45790,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *132 + reactions: *133 required: - author - body @@ -45799,7 +45810,7 @@ paths: - updated_at - url examples: - default: &667 + default: &668 value: - author: login: octocat @@ -45873,8 +45884,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: true content: @@ -45908,9 +45919,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &330 + default: &331 value: author: login: octocat @@ -45982,9 +45993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *166 - - *277 - - &331 + - *167 + - *278 + - &332 name: discussion_number description: The number that identifies the discussion. in: path @@ -45996,9 +46007,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46020,9 +46031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 requestBody: required: false content: @@ -46045,9 +46056,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: &668 + default: &669 value: author: login: octocat @@ -46117,9 +46128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 responses: '204': description: Response @@ -46145,9 +46156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 - *82 - *17 - *19 @@ -46158,7 +46169,7 @@ paths: application/json: schema: type: array - items: &332 + items: &333 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -46223,7 +46234,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *132 + reactions: *133 required: - author - body @@ -46238,7 +46249,7 @@ paths: - updated_at - url examples: - default: &669 + default: &670 value: - author: login: octocat @@ -46306,9 +46317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 requestBody: required: true content: @@ -46330,9 +46341,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &333 + default: &334 value: author: login: octocat @@ -46398,10 +46409,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *166 - - *277 - - *331 - - &334 + - *167 + - *278 + - *332 + - &335 name: comment_number description: The number that identifies the comment. in: path @@ -46413,9 +46424,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46437,10 +46448,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 requestBody: required: true content: @@ -46462,9 +46473,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: &670 + default: &671 value: author: login: octocat @@ -46528,10 +46539,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 responses: '204': description: Response @@ -46557,10 +46568,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -46586,7 +46597,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -46630,7 +46641,7 @@ paths: - content - created_at examples: - default: &337 + default: &338 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46680,10 +46691,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *166 - - *277 - - *331 - - *334 + - *167 + - *278 + - *332 + - *335 requestBody: required: true content: @@ -46716,9 +46727,9 @@ paths: team discussion comment content: application/json: - schema: *335 + schema: *336 examples: - default: &336 + default: &337 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -46747,9 +46758,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46772,11 +46783,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *166 - - *277 - - *331 - - *334 - - &338 + - *167 + - *278 + - *332 + - *335 + - &339 name: reaction_id description: The unique identifier of the reaction. in: path @@ -46808,9 +46819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -46836,9 +46847,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 x-github: @@ -46864,9 +46875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *166 - - *277 - - *331 + - *167 + - *278 + - *332 requestBody: required: true content: @@ -46898,16 +46909,16 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -46930,10 +46941,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *166 - - *277 - - *331 - - *338 + - *167 + - *278 + - *332 + - *339 responses: '204': description: Response @@ -46956,16 +46967,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: - default: *340 + default: *341 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46984,8 +46995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: true content: @@ -47009,9 +47020,9 @@ paths: description: Response content: application/json: - schema: *341 + schema: *342 examples: - default: *342 + default: *343 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47030,8 +47041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '204': description: Response @@ -47055,8 +47066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -47066,9 +47077,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *37 x-github: @@ -47090,8 +47101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *166 - - *277 + - *167 + - *278 - name: role description: Filters members returned by their role in the team. in: query @@ -47114,7 +47125,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -47144,15 +47155,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *166 - - *277 - - *208 + - *167 + - *278 + - *209 responses: '200': description: Response content: application/json: - schema: &343 + schema: &344 title: Team Membership description: Team Membership type: object @@ -47180,7 +47191,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &671 + response-if-user-is-a-team-maintainer: &672 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -47216,9 +47227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *166 - - *277 - - *208 + - *167 + - *278 + - *209 requestBody: required: false content: @@ -47243,9 +47254,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - response-if-users-membership-with-team-is-now-pending: &672 + response-if-users-membership-with-team-is-now-pending: &673 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -47280,9 +47291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *166 - - *277 - - *208 + - *167 + - *278 + - *209 responses: '204': description: Response @@ -47308,8 +47319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -47319,7 +47330,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Team Project description: A team's access to a project. type: object @@ -47388,7 +47399,7 @@ paths: - updated_at - permissions examples: - default: &673 + default: &674 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47449,9 +47460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *166 - - *277 - - &345 + - *167 + - *278 + - &346 name: project_id description: The unique identifier of the project. in: path @@ -47463,9 +47474,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &674 + default: &675 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -47525,9 +47536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *166 - - *277 - - *345 + - *167 + - *278 + - *346 requestBody: required: false content: @@ -47592,9 +47603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *166 - - *277 - - *345 + - *167 + - *278 + - *346 responses: '204': description: Response @@ -47618,8 +47629,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -47629,9 +47640,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -47660,16 +47671,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *166 - - *277 - - *346 + - *167 + - *278 - *347 + - *348 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &675 + schema: &676 title: Team Repository description: A team's access to a repository. type: object @@ -47695,7 +47706,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 forks: type: integer permissions: @@ -48310,10 +48321,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *166 - - *277 - - *346 + - *167 + - *278 - *347 + - *348 requestBody: required: false content: @@ -48358,10 +48369,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *166 - - *277 - - *346 + - *167 + - *278 - *347 + - *348 responses: '204': description: Response @@ -48387,16 +48398,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - - *166 - - *277 + - *167 + - *278 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -48418,8 +48429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - - *166 - - *277 + - *167 + - *278 requestBody: required: true content: @@ -48462,7 +48473,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -48494,8 +48505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *166 - - *277 + - *167 + - *278 - *17 - *19 responses: @@ -48505,9 +48516,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: &676 + response-if-child-teams-exist: &677 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -48560,7 +48571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *166 + - *167 - name: security_product in: path description: The security feature to enable or disable. @@ -48631,7 +48642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &350 + - &351 name: card_id description: The unique identifier of the card. in: path @@ -48643,7 +48654,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &352 title: Project Card description: Project cards represent a scope of work. type: object @@ -48718,7 +48729,7 @@ paths: - created_at - updated_at examples: - default: &352 + default: &353 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -48768,7 +48779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *350 + - *351 requestBody: required: false content: @@ -48798,9 +48809,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '304': *35 '403': *27 '401': *23 @@ -48821,7 +48832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *350 + - *351 responses: '204': description: Response @@ -48859,7 +48870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *350 + - *351 requestBody: required: true content: @@ -48966,7 +48977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &353 + - &354 name: column_id description: The unique identifier of the column. in: path @@ -48978,7 +48989,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: Project Column description: Project columns contain cards of work. type: object @@ -49032,7 +49043,7 @@ paths: - created_at - updated_at examples: - default: &355 + default: &356 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -49061,7 +49072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *353 + - *354 requestBody: required: true content: @@ -49086,9 +49097,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 '304': *35 '403': *27 '401': *23 @@ -49107,7 +49118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *353 + - *354 responses: '204': description: Response @@ -49130,7 +49141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *353 + - *354 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -49151,7 +49162,7 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: default: value: @@ -49204,7 +49215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *353 + - *354 requestBody: required: true content: @@ -49248,9 +49259,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *352 examples: - default: *352 + default: *353 '304': *35 '403': *27 '401': *23 @@ -49260,8 +49271,8 @@ paths: application/json: schema: oneOf: - - *169 - *170 + - *171 '503': description: Response content: @@ -49300,7 +49311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *353 + - *354 requestBody: required: true content: @@ -49357,15 +49368,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *345 + - *346 responses: '200': description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: &356 + default: &357 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -49418,7 +49429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *345 + - *346 requestBody: required: false content: @@ -49467,9 +49478,9 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *356 + default: *357 '404': description: Not Found if the authenticated user does not have access to the project @@ -49490,7 +49501,7 @@ paths: items: type: string '401': *23 - '410': *357 + '410': *358 '422': *7 x-github: githubCloudOnly: false @@ -49508,7 +49519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *345 + - *346 responses: '204': description: Delete Success @@ -49529,7 +49540,7 @@ paths: items: type: string '401': *23 - '410': *357 + '410': *358 '404': *6 x-github: githubCloudOnly: false @@ -49552,7 +49563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *345 + - *346 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -49579,7 +49590,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '404': *6 @@ -49604,8 +49615,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *345 - - *208 + - *346 + - *209 requestBody: required: false content: @@ -49654,8 +49665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *345 - - *208 + - *346 + - *209 responses: '204': description: Response @@ -49683,8 +49694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *345 - - *208 + - *346 + - *209 responses: '200': description: Response @@ -49748,7 +49759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *345 + - *346 - *17 - *19 responses: @@ -49758,7 +49769,7 @@ paths: application/json: schema: type: array - items: *354 + items: *355 examples: default: value: @@ -49790,7 +49801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *345 + - *346 requestBody: required: true content: @@ -49814,7 +49825,7 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: default: value: @@ -49875,7 +49886,7 @@ paths: resources: type: object properties: - core: &358 + core: &359 title: Rate Limit type: object properties: @@ -49892,20 +49903,20 @@ paths: - remaining - reset - used - graphql: *358 - search: *358 - code_search: *358 - source_import: *358 - integration_manifest: *358 - code_scanning_upload: *358 - actions_runner_registration: *358 - scim: *358 - dependency_snapshots: *358 - code_scanning_autofix: *358 + graphql: *359 + search: *359 + code_search: *359 + source_import: *359 + integration_manifest: *359 + code_scanning_upload: *359 + actions_runner_registration: *359 + scim: *359 + dependency_snapshots: *359 + code_scanning_autofix: *359 required: - core - search - rate: *358 + rate: *359 required: - rate - resources @@ -50009,14 +50020,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *359 + schema: *360 examples: default-response: summary: Default response @@ -50521,7 +50532,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *360 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50539,8 +50550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -50787,10 +50798,10 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 - '307': &362 + default: *362 + '307': &363 description: Temporary Redirect content: application/json: @@ -50819,8 +50830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -50842,7 +50853,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *362 + '307': *363 '404': *6 x-github: githubCloudOnly: false @@ -50865,11 +50876,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 - - &377 + - &378 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -50892,7 +50903,7 @@ paths: type: integer artifacts: type: array - items: &363 + items: &364 title: Artifact description: An artifact type: object @@ -50978,7 +50989,7 @@ paths: - expires_at - updated_at examples: - default: &378 + default: &379 value: total_count: 2 artifacts: @@ -51037,9 +51048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *346 - *347 - - &364 + - *348 + - &365 name: artifact_id description: The unique identifier of the artifact. in: path @@ -51051,7 +51062,7 @@ paths: description: Response content: application/json: - schema: *363 + schema: *364 examples: default: value: @@ -51088,9 +51099,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *346 - *347 - - *364 + - *348 + - *365 responses: '204': description: Response @@ -51114,9 +51125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *346 - *347 - - *364 + - *348 + - *365 - name: archive_format in: path required: true @@ -51130,7 +51141,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51153,14 +51164,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *365 + schema: *366 examples: default: value: @@ -51186,11 +51197,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 - - &366 + - &367 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -51224,7 +51235,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Repository actions caches description: Repository actions caches type: object @@ -51274,7 +51285,7 @@ paths: - total_count - actions_caches examples: - default: &368 + default: &369 value: total_count: 1 actions_caches: @@ -51306,23 +51317,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *346 - *347 + - *348 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *366 + - *367 responses: '200': description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51342,8 +51353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *346 - *347 + - *348 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -51374,9 +51385,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *346 - *347 - - &369 + - *348 + - &370 name: job_id description: The unique identifier of the job. in: path @@ -51388,7 +51399,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Job description: Information of a job execution in a workflow run type: object @@ -51735,9 +51746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *346 - *347 - - *369 + - *348 + - *370 responses: '302': description: Response @@ -51765,9 +51776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *346 - *347 - - *369 + - *348 + - *370 requestBody: required: false content: @@ -51789,7 +51800,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -51813,8 +51824,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Status response @@ -51864,8 +51875,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -51899,7 +51910,7 @@ paths: description: Empty response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -51928,8 +51939,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -51947,7 +51958,7 @@ paths: type: integer secrets: type: array - items: &383 + items: &384 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -51968,7 +51979,7 @@ paths: - created_at - updated_at examples: - default: &384 + default: &385 value: total_count: 2 secrets: @@ -52001,9 +52012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *346 - *347 - - *370 + - *348 + - *371 - *19 responses: '200': @@ -52020,7 +52031,7 @@ paths: type: integer variables: type: array - items: &387 + items: &388 title: Actions Variable type: object properties: @@ -52054,7 +52065,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &389 value: total_count: 2 variables: @@ -52087,8 +52098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -52097,11 +52108,11 @@ paths: schema: type: object properties: - enabled: &371 + enabled: &372 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *46 - selected_actions_url: *179 + selected_actions_url: *180 required: - enabled examples: @@ -52130,8 +52141,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -52142,7 +52153,7 @@ paths: schema: type: object properties: - enabled: *371 + enabled: *372 allowed_actions: *46 required: - enabled @@ -52173,14 +52184,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: &372 + schema: &373 type: object properties: access_level: @@ -52198,7 +52209,7 @@ paths: required: - access_level examples: - default: &373 + default: &374 value: access_level: organization x-github: @@ -52223,15 +52234,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 responses: '204': description: Response @@ -52255,8 +52266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -52287,8 +52298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -52320,14 +52331,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *182 + schema: *183 examples: default: *52 x-github: @@ -52350,8 +52361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Success response @@ -52362,7 +52373,7 @@ paths: required: true content: application/json: - schema: *183 + schema: *184 examples: default: *52 x-github: @@ -52391,8 +52402,8 @@ paths: in: query schema: type: string - - *346 - *347 + - *348 - *17 - *19 responses: @@ -52436,8 +52447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -52445,9 +52456,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *188 + default: *189 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52469,8 +52480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -52513,7 +52524,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *189 + '201': *190 '404': *6 '422': *7 x-github: @@ -52543,8 +52554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *346 - *347 + - *348 responses: '201': description: Response @@ -52552,7 +52563,7 @@ paths: application/json: schema: *62 examples: - default: *190 + default: *191 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52580,8 +52591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *346 - *347 + - *348 responses: '201': description: Response @@ -52589,7 +52600,7 @@ paths: application/json: schema: *62 examples: - default: *191 + default: *192 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52611,8 +52622,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: '200': @@ -52621,7 +52632,7 @@ paths: application/json: schema: *59 examples: - default: *192 + default: *193 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52642,8 +52653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: '204': @@ -52669,8 +52680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: '200': *64 @@ -52695,8 +52706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 requestBody: required: true @@ -52745,8 +52756,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 requestBody: required: true @@ -52796,11 +52807,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 responses: - '200': *193 + '200': *194 '404': *6 x-github: githubCloudOnly: false @@ -52827,10 +52838,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *346 - *347 + - *348 - *58 - - *194 + - *195 responses: '200': *64 '404': *6 @@ -52858,9 +52869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *346 - *347 - - &391 + - *348 + - &392 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -52868,7 +52879,7 @@ paths: required: false schema: type: string - - &392 + - &393 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -52876,7 +52887,7 @@ paths: required: false schema: type: string - - &393 + - &394 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -52885,7 +52896,7 @@ paths: required: false schema: type: string - - &394 + - &395 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -52912,7 +52923,7 @@ paths: - pending - *17 - *19 - - &395 + - &396 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -52921,7 +52932,7 @@ paths: schema: type: string format: date-time - - &374 + - &375 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -52930,13 +52941,13 @@ paths: schema: type: boolean default: false - - &396 + - &397 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &397 + - &398 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -52959,7 +52970,7 @@ paths: type: integer workflow_runs: type: array - items: &375 + items: &376 title: Workflow Run description: An invocation of a workflow type: object @@ -53076,7 +53087,7 @@ paths: type: - array - 'null' - items: &421 + items: &422 title: Pull Request Minimal type: object properties: @@ -53203,7 +53214,7 @@ paths: head_commit: anyOf: - type: 'null' - - &425 + - &426 title: Simple Commit description: A commit. type: object @@ -53277,8 +53288,8 @@ paths: - timestamp - author - committer - repository: *186 - head_repository: *186 + repository: *187 + head_repository: *187 head_repository_id: type: integer examples: @@ -53318,7 +53329,7 @@ paths: - workflow_url - pull_requests examples: - default: &398 + default: &399 value: total_count: 1 workflow_runs: @@ -53554,24 +53565,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *346 - *347 - - &376 + - *348 + - &377 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: &379 + default: &380 value: id: 30433642 name: Build @@ -53812,9 +53823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '204': description: Response @@ -53837,9 +53848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '200': description: Response @@ -53967,15 +53978,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '201': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54002,12 +54013,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *346 - *347 - - *376 + - *348 + - *377 - *17 - *19 - - *377 + - *378 responses: '200': description: Response @@ -54023,9 +54034,9 @@ paths: type: integer artifacts: type: array - items: *363 + items: *364 examples: - default: *378 + default: *379 headers: Link: *37 x-github: @@ -54049,25 +54060,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *346 - *347 - - *376 - - &380 + - *348 + - *377 + - &381 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *374 + - *375 responses: '200': description: Response content: application/json: - schema: *375 + schema: *376 examples: - default: *379 + default: *380 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54090,10 +54101,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *346 - *347 - - *376 - - *380 + - *348 + - *377 + - *381 - *17 - *19 responses: @@ -54111,9 +54122,9 @@ paths: type: integer jobs: type: array - items: *381 + items: *382 examples: - default: &382 + default: &383 value: total_count: 1 jobs: @@ -54226,10 +54237,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *346 - *347 - - *376 - - *380 + - *348 + - *377 + - *381 responses: '302': description: Response @@ -54257,15 +54268,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '202': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54292,9 +54303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: true content: @@ -54361,15 +54372,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '202': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54396,9 +54407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -54428,9 +54439,9 @@ paths: type: integer jobs: type: array - items: *381 + items: *382 examples: - default: *382 + default: *383 headers: Link: *37 x-github: @@ -54455,9 +54466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '302': description: Response @@ -54484,9 +54495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '204': description: Response @@ -54513,9 +54524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '200': description: Response @@ -54584,7 +54595,7 @@ paths: items: type: object properties: - type: &496 + type: &497 type: string description: The type of reviewer. enum: @@ -54595,7 +54606,7 @@ paths: reviewer: anyOf: - *4 - - *265 + - *266 required: - environment - wait_timer @@ -54670,9 +54681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: true content: @@ -54722,7 +54733,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -54834,7 +54845,7 @@ paths: - created_at - updated_at examples: - default: &492 + default: &493 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -54890,9 +54901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: false content: @@ -54914,7 +54925,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54937,9 +54948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *346 - *347 - - *376 + - *348 + - *377 requestBody: required: false content: @@ -54961,7 +54972,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -54986,9 +54997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *346 - *347 - - *376 + - *348 + - *377 responses: '200': description: Response @@ -55125,8 +55136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -55144,9 +55155,9 @@ paths: type: integer secrets: type: array - items: *383 + items: *384 examples: - default: *384 + default: *385 headers: Link: *37 x-github: @@ -55171,16 +55182,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55202,17 +55213,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: &509 + default: &510 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -55238,9 +55249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 requestBody: required: true content: @@ -55268,7 +55279,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -55294,9 +55305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '204': description: Response @@ -55321,9 +55332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *346 - *347 - - *370 + - *348 + - *371 - *19 responses: '200': @@ -55340,9 +55351,9 @@ paths: type: integer variables: type: array - items: *387 + items: *388 examples: - default: *388 + default: *389 headers: Link: *37 x-github: @@ -55365,8 +55376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -55393,7 +55404,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -55418,17 +55429,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *346 - *347 - - *199 + - *348 + - *200 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: &510 + default: &511 value: name: USERNAME value: octocat @@ -55454,9 +55465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *346 - *347 - - *199 + - *348 + - *200 requestBody: required: true content: @@ -55498,9 +55509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *346 - *347 - - *199 + - *348 + - *200 responses: '204': description: Response @@ -55525,8 +55536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -55544,7 +55555,7 @@ paths: type: integer workflows: type: array - items: &389 + items: &390 title: Workflow description: A GitHub Actions workflow type: object @@ -55662,9 +55673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *346 - *347 - - &390 + - *348 + - &391 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -55679,7 +55690,7 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: default: value: @@ -55712,9 +55723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '204': description: Response @@ -55739,9 +55750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '204': description: Response @@ -55792,9 +55803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '204': description: Response @@ -55821,19 +55832,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *346 - *347 - - *390 + - *348 - *391 - *392 - *393 - *394 + - *395 - *17 - *19 - - *395 - - *374 - *396 + - *375 - *397 + - *398 responses: '200': description: Response @@ -55849,9 +55860,9 @@ paths: type: integer workflow_runs: type: array - items: *375 + items: *376 examples: - default: *398 + default: *399 headers: Link: *37 x-github: @@ -55877,9 +55888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *346 - *347 - - *390 + - *348 + - *391 responses: '200': description: Response @@ -55940,8 +55951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *346 - *347 + - *348 - *82 - *17 - *80 @@ -56109,8 +56120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -56122,7 +56133,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '404': *6 @@ -56147,8 +56158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *346 - *347 + - *348 - name: assignee in: path required: true @@ -56184,8 +56195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -56297,8 +56308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *346 - *347 + - *348 - *17 - *80 - *81 @@ -56344,7 +56355,7 @@ paths: bundle_url: type: string examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56364,8 +56375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -56373,7 +56384,7 @@ paths: application/json: schema: type: array - items: &400 + items: &401 title: Autolink reference description: An autolink reference. type: object @@ -56427,8 +56438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -56467,9 +56478,9 @@ paths: description: response content: application/json: - schema: *400 + schema: *401 examples: - default: &401 + default: &402 value: id: 1 key_prefix: TICKET- @@ -56500,9 +56511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *346 - *347 - - &402 + - *348 + - &403 name: autolink_id description: The unique identifier of the autolink. in: path @@ -56514,9 +56525,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *401 + default: *402 '404': *6 x-github: githubCloudOnly: false @@ -56536,9 +56547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *346 - *347 - - *402 + - *348 + - *403 responses: '204': description: Response @@ -56562,8 +56573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response if Dependabot is enabled @@ -56613,8 +56624,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -56635,8 +56646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -56656,8 +56667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *346 - *347 + - *348 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -56695,7 +56706,7 @@ paths: - url protected: type: boolean - protection: &404 + protection: &405 title: Branch Protection description: Branch Protection type: object @@ -56738,7 +56749,7 @@ paths: required: - contexts - checks - enforce_admins: &407 + enforce_admins: &408 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -56755,7 +56766,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &409 + required_pull_request_reviews: &410 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -56777,7 +56788,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *265 + items: *266 apps: description: The list of apps with review dismissal access. @@ -56809,7 +56820,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *265 + items: *266 apps: description: The list of apps allowed to bypass pull request requirements. @@ -56839,7 +56850,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &406 + restrictions: &407 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -57164,9 +57175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *346 - *347 - - &405 + - *348 + - &406 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -57180,14 +57191,14 @@ paths: description: Response content: application/json: - schema: &415 + schema: &416 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &467 + commit: &468 title: Commit description: Commit type: object @@ -57226,7 +57237,7 @@ paths: author: anyOf: - type: 'null' - - &403 + - &404 title: Git User description: Metaproperties for Git author/committer information. @@ -57247,7 +57258,7 @@ paths: committer: anyOf: - type: 'null' - - *403 + - *404 message: type: string examples: @@ -57271,7 +57282,7 @@ paths: required: - sha - url - verification: &516 + verification: &517 title: Verification type: object properties: @@ -57306,14 +57317,14 @@ paths: author: oneOf: - *4 - - *197 + - *198 type: - 'null' - object committer: oneOf: - *4 - - *197 + - *198 type: - 'null' - object @@ -57350,7 +57361,7 @@ paths: type: integer files: type: array - items: &479 + items: &480 title: Diff Entry description: Diff Entry type: object @@ -57444,7 +57455,7 @@ paths: - self protected: type: boolean - protection: *404 + protection: *405 protection_url: type: string format: uri @@ -57553,7 +57564,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *360 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -57575,15 +57586,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *404 + schema: *405 examples: default: value: @@ -57777,9 +57788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -58039,7 +58050,7 @@ paths: url: type: string format: uri - required_status_checks: &412 + required_status_checks: &413 title: Status Check Policy description: Status Check Policy type: object @@ -58120,7 +58131,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -58138,7 +58149,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 apps: type: array items: *5 @@ -58198,7 +58209,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *406 + restrictions: *407 required_conversation_resolution: type: object properties: @@ -58310,9 +58321,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58337,17 +58348,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &408 + default: &409 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -58369,17 +58380,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *408 + default: *409 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58398,9 +58409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58425,17 +58436,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &410 + default: &411 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -58531,9 +58542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -58631,9 +58642,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *410 + default: *411 '422': *15 x-github: githubCloudOnly: false @@ -58654,9 +58665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58683,17 +58694,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: &411 + default: &412 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -58716,17 +58727,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *407 + schema: *408 examples: - default: *411 + default: *412 '404': *6 x-github: githubCloudOnly: false @@ -58746,9 +58757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58773,17 +58784,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: &413 + default: &414 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -58809,9 +58820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -58863,9 +58874,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - default: *413 + default: *414 '404': *6 '422': *15 x-github: @@ -58887,9 +58898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -58913,9 +58924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -58949,9 +58960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59018,9 +59029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59084,9 +59095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: content: application/json: @@ -59152,15 +59163,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response content: application/json: - schema: *406 + schema: *407 examples: default: value: @@ -59251,9 +59262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '204': description: Response @@ -59276,9 +59287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -59288,7 +59299,7 @@ paths: type: array items: *5 examples: - default: &414 + default: &415 value: - id: 1 slug: octoapp @@ -59345,9 +59356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59381,7 +59392,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59402,9 +59413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59438,7 +59449,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59459,9 +59470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59495,7 +59506,7 @@ paths: type: array items: *5 examples: - default: *414 + default: *415 '422': *15 x-github: githubCloudOnly: false @@ -59517,9 +59528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -59527,9 +59538,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '404': *6 x-github: githubCloudOnly: false @@ -59549,9 +59560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59587,9 +59598,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '422': *15 x-github: githubCloudOnly: false @@ -59610,9 +59621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: false content: @@ -59648,9 +59659,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '422': *15 x-github: githubCloudOnly: false @@ -59671,9 +59682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: content: application/json: @@ -59708,9 +59719,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 '422': *15 x-github: githubCloudOnly: false @@ -59732,9 +59743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 responses: '200': description: Response @@ -59744,7 +59755,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '404': *6 x-github: githubCloudOnly: false @@ -59768,9 +59779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59803,7 +59814,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -59828,9 +59839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59863,7 +59874,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -59888,9 +59899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59923,7 +59934,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '422': *15 x-github: githubCloudOnly: false @@ -59950,9 +59961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 requestBody: required: true content: @@ -59974,7 +59985,7 @@ paths: description: Response content: application/json: - schema: *415 + schema: *416 examples: default: value: @@ -60088,12 +60099,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *346 - *347 - - *416 + - *348 - *417 - - *303 - *418 + - *304 + - *419 - *17 - *19 responses: @@ -60103,9 +60114,9 @@ paths: application/json: schema: type: array - items: *419 + items: *420 examples: - default: *420 + default: *421 '404': *6 '500': *93 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -60125,8 +60136,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *346 - *347 + - *348 - name: bypass_request_number in: path required: true @@ -60140,7 +60151,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -60198,8 +60209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -60478,7 +60489,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &423 title: CheckRun description: A check performed on the code of a given code change type: object @@ -60613,8 +60624,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *421 - deployment: &726 + items: *422 + deployment: &727 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -60901,9 +60912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *346 - *347 - - &423 + - *348 + - &424 name: check_run_id description: The unique identifier of the check run. in: path @@ -60915,9 +60926,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &424 + default: &425 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -61017,9 +61028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *346 - *347 - - *423 + - *348 + - *424 requestBody: required: true content: @@ -61259,9 +61270,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *424 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61281,9 +61292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *346 - *347 - - *423 + - *348 + - *424 - *17 - *19 responses: @@ -61395,15 +61406,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *346 - *347 - - *423 + - *348 + - *424 responses: '201': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -61441,8 +61452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -61464,7 +61475,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &426 + schema: &427 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -61546,12 +61557,12 @@ paths: type: - array - 'null' - items: *421 + items: *422 app: anyOf: - type: 'null' - *5 - repository: *186 + repository: *187 created_at: type: - string @@ -61562,7 +61573,7 @@ paths: - string - 'null' format: date-time - head_commit: *425 + head_commit: *426 latest_check_runs_count: type: integer check_runs_url: @@ -61590,7 +61601,7 @@ paths: - check_runs_url - pull_requests examples: - default: &427 + default: &428 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -61881,9 +61892,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61902,8 +61913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -61964,7 +61975,7 @@ paths: required: - app_id - setting - repository: *186 + repository: *187 examples: default: value: @@ -62212,9 +62223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *346 - *347 - - &428 + - *348 + - &429 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -62226,9 +62237,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62251,17 +62262,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *346 - *347 - - *428 - - &474 + - *348 + - *429 + - &475 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &475 + - &476 name: status description: Returns check runs with the specified `status`. in: query @@ -62300,9 +62311,9 @@ paths: type: integer check_runs: type: array - items: *422 + items: *423 examples: - default: &476 + default: &477 value: total_count: 1 check_runs: @@ -62404,15 +62415,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *346 - *347 - - *428 + - *348 + - *429 responses: '201': description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -62439,21 +62450,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *346 - *347 - - *209 + - *348 - *210 + - *211 - *19 - *17 - - &444 + - &445 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *429 - - &445 + schema: *430 + - &446 name: pr description: The number of the pull request for the results you want to list. in: query @@ -62478,13 +62489,13 @@ paths: be returned. in: query required: false - schema: *211 + schema: *212 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *430 + schema: *431 responses: '200': description: Response @@ -62496,23 +62507,23 @@ paths: type: object properties: number: *94 - created_at: *100 - updated_at: *101 - url: *98 - html_url: *99 - instances_url: *431 + created_at: *101 + updated_at: *102 + url: *99 + html_url: *100 + instances_url: *432 state: *85 - fixed_at: *103 + fixed_at: *104 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *102 - dismissed_reason: *432 - dismissed_comment: *433 - rule: *434 - tool: *435 - most_recent_instance: *436 + dismissed_at: *103 + dismissed_reason: *433 + dismissed_comment: *434 + rule: *435 + tool: *436 + most_recent_instance: *437 required: - number - created_at @@ -62628,14 +62639,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &437 + '403': &438 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62655,9 +62666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *346 - *347 - - &438 + - *348 + - &439 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -62671,24 +62682,24 @@ paths: description: Response content: application/json: - schema: &439 + schema: &440 type: object properties: number: *94 - created_at: *100 - updated_at: *101 - url: *98 - html_url: *99 - instances_url: *431 + created_at: *101 + updated_at: *102 + url: *99 + html_url: *100 + instances_url: *432 state: *85 - fixed_at: *103 + fixed_at: *104 dismissed_by: anyOf: - type: 'null' - *4 - dismissed_at: *102 - dismissed_reason: *432 - dismissed_comment: *433 + dismissed_at: *103 + dismissed_reason: *433 + dismissed_comment: *434 rule: type: object properties: @@ -62750,8 +62761,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *435 - most_recent_instance: *436 + tool: *436 + most_recent_instance: *437 required: - number - created_at @@ -62840,9 +62851,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62860,9 +62871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 requestBody: required: true content: @@ -62877,8 +62888,8 @@ paths: enum: - open - dismissed - dismissed_reason: *432 - dismissed_comment: *433 + dismissed_reason: *433 + dismissed_comment: *434 required: - state examples: @@ -62893,7 +62904,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: default: value: @@ -62968,14 +62979,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &443 + '403': &444 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62995,15 +63006,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 responses: '200': description: Response content: application/json: - schema: &440 + schema: &441 type: object properties: status: @@ -63030,13 +63041,13 @@ paths: - description - started_at examples: - default: &441 + default: &442 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &442 + '400': &443 description: Bad Request content: application/json: @@ -63047,9 +63058,9 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63072,29 +63083,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 responses: '200': description: OK content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 '202': description: Accepted content: application/json: - schema: *440 + schema: *441 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *442 + '400': *443 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -63104,7 +63115,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63126,9 +63137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 requestBody: required: false content: @@ -63174,12 +63185,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *442 - '403': *443 + '400': *443 + '403': *444 '404': *6 '422': description: Unprocessable Entity - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63199,13 +63210,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 - *19 - *17 - - *444 - *445 + - *446 responses: '200': description: Response @@ -63213,7 +63224,7 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: default: value: @@ -63252,9 +63263,9 @@ paths: end_column: 50 classifications: - source - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63286,25 +63297,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *346 - *347 - - *209 + - *348 - *210 + - *211 - *19 - *17 - - *445 + - *446 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *429 + schema: *430 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &448 + schema: &449 type: string description: An identifier for the upload. examples: @@ -63326,23 +63337,23 @@ paths: application/json: schema: type: array - items: &449 + items: &450 type: object properties: - ref: *429 - commit_sha: &457 + ref: *430 + commit_sha: &458 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *446 + analysis_key: *447 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *447 + category: *448 error: type: string examples: @@ -63367,8 +63378,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *448 - tool: *435 + sarif_id: *449 + tool: *436 deletable: type: boolean warning: @@ -63430,9 +63441,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63466,8 +63477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *346 - *347 + - *348 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63480,7 +63491,7 @@ paths: description: Response content: application/json: - schema: *449 + schema: *450 examples: response: summary: application/json response @@ -63534,9 +63545,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63616,8 +63627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *346 - *347 + - *348 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -63673,9 +63684,9 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *443 + '403': *444 '404': *6 - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63695,8 +63706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -63704,7 +63715,7 @@ paths: application/json: schema: type: array - items: &450 + items: &451 title: CodeQL Database description: A CodeQL database. type: object @@ -63816,9 +63827,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63845,8 +63856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *346 - *347 + - *348 - name: language in: path description: The language of the CodeQL database. @@ -63858,7 +63869,7 @@ paths: description: Response content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -63890,11 +63901,11 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &481 + '302': &482 description: Found - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63914,8 +63925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *346 - *347 + - *348 - name: language in: path description: The language of the CodeQL database. @@ -63925,9 +63936,9 @@ paths: responses: '204': description: Response - '403': *443 + '403': *444 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63953,8 +63964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -63963,7 +63974,7 @@ paths: type: object additionalProperties: false properties: - language: &451 + language: &452 type: string description: The language targeted by the CodeQL query enum: @@ -64041,7 +64052,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &455 + schema: &456 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -64051,7 +64062,7 @@ paths: description: The ID of the variant analysis. controller_repo: *92 actor: *4 - query_language: *451 + query_language: *452 query_pack_url: type: string description: The download url for the query pack. @@ -64099,7 +64110,7 @@ paths: items: type: object properties: - repository: &452 + repository: &453 title: Repository Identifier description: Repository Identifier type: object @@ -64141,7 +64152,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &456 + analysis_status: &457 type: string description: The new status of the CodeQL variant analysis repository task. @@ -64173,7 +64184,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &453 + access_mismatch_repos: &454 type: object properties: repository_count: @@ -64188,7 +64199,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *452 + items: *453 required: - repository_count - repositories @@ -64211,8 +64222,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *453 - over_limit_repos: *453 + no_codeql_db_repos: *454 + over_limit_repos: *454 required: - access_mismatch_repos - not_found_repos @@ -64228,7 +64239,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &454 + value: &455 summary: Default response value: id: 1 @@ -64380,17 +64391,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *454 + value: *455 repository_lists: summary: Response for a successful variant analysis submission - value: *454 + value: *455 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64411,8 +64422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *346 - *347 + - *348 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -64424,11 +64435,11 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: - default: *454 + default: *455 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64449,7 +64460,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *346 + - *347 - name: repo in: path description: The name of the controller repository. @@ -64484,7 +64495,7 @@ paths: type: object properties: repository: *92 - analysis_status: *456 + analysis_status: *457 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -64588,7 +64599,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64609,8 +64620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -64692,9 +64703,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *437 + '403': *438 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64713,8 +64724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -64773,7 +64784,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -64798,7 +64809,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *443 + '403': *444 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -64806,7 +64817,7 @@ paths: content: application/json: schema: *3 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64863,8 +64874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -64872,7 +64883,7 @@ paths: schema: type: object properties: - commit_sha: *457 + commit_sha: *458 ref: type: string description: |- @@ -64932,7 +64943,7 @@ paths: schema: type: object properties: - id: *448 + id: *449 url: type: string description: The REST API URL for checking the status of the upload. @@ -64946,11 +64957,11 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *443 + '403': *444 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -64969,8 +64980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *346 - *347 + - *348 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -65018,10 +65029,10 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *437 + '403': *438 '404': description: Not Found if the sarif id does not match any upload - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -65043,8 +65054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -65097,7 +65108,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *111 + '204': *112 '304': *35 '403': *27 '404': *6 @@ -65122,8 +65133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *346 - *347 + - *348 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -65251,8 +65262,8 @@ paths: parameters: - *17 - *19 - - *346 - *347 + - *348 responses: '200': description: Response @@ -65268,7 +65279,7 @@ paths: type: integer codespaces: type: array - items: *269 + items: *270 examples: default: value: @@ -65566,8 +65577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -65631,22 +65642,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -65670,8 +65681,8 @@ paths: parameters: - *17 - *19 - - *346 - *347 + - *348 responses: '200': description: Response @@ -65735,8 +65746,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *346 - *347 + - *348 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -65773,9 +65784,9 @@ paths: type: integer machines: type: array - items: *459 + items: *460 examples: - default: &683 + default: &684 value: total_count: 2 machines: @@ -65815,8 +65826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *346 - *347 + - *348 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -65903,8 +65914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *346 - *347 + - *348 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -65952,7 +65963,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65973,8 +65984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -65992,7 +66003,7 @@ paths: type: integer secrets: type: array - items: &463 + items: &464 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -66013,7 +66024,7 @@ paths: - created_at - updated_at examples: - default: *460 + default: *461 headers: Link: *37 x-github: @@ -66036,16 +66047,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -66065,17 +66076,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '200': description: Response content: application/json: - schema: *463 + schema: *464 examples: - default: *464 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66095,9 +66106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 requestBody: required: true content: @@ -66125,7 +66136,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -66149,9 +66160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '204': description: Response @@ -66179,8 +66190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *346 - *347 + - *348 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -66218,7 +66229,7 @@ paths: application/json: schema: type: array - items: &465 + items: &466 title: Collaborator description: Collaborator type: object @@ -66411,9 +66422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *346 - *347 - - *208 + - *348 + - *209 responses: '204': description: Response if user is a collaborator @@ -66455,9 +66466,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *346 - *347 - - *208 + - *348 + - *209 requestBody: required: false content: @@ -66483,7 +66494,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &529 + schema: &530 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -66495,7 +66506,7 @@ paths: format: int64 examples: - 42 - repository: *186 + repository: *187 invitee: anyOf: - type: 'null' @@ -66704,9 +66715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *346 - *347 - - *208 + - *348 + - *209 responses: '204': description: No Content when collaborator was removed from the repository. @@ -66735,9 +66746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *346 - *347 - - *208 + - *348 + - *209 responses: '200': description: if user has admin permissions @@ -66757,7 +66768,7 @@ paths: user: anyOf: - type: 'null' - - *465 + - *466 required: - permission - role_name @@ -66811,8 +66822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -66822,7 +66833,7 @@ paths: application/json: schema: type: array - items: &466 + items: &467 title: Commit Comment description: Commit Comment type: object @@ -66863,8 +66874,8 @@ paths: updated_at: type: string format: date-time - author_association: *131 - reactions: *132 + author_association: *132 + reactions: *133 required: - url - html_url @@ -66880,7 +66891,7 @@ paths: - created_at - updated_at examples: - default: &469 + default: &470 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -66939,17 +66950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '200': description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: &470 + default: &471 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67006,9 +67017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -67030,7 +67041,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -67081,9 +67092,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '204': description: Response @@ -67104,9 +67115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -67132,9 +67143,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -67155,9 +67166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -67189,16 +67200,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -67220,10 +67231,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *346 - *347 - - *143 - - *338 + - *348 + - *144 + - *339 responses: '204': description: Response @@ -67272,8 +67283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *346 - *347 + - *348 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -67329,9 +67340,9 @@ paths: application/json: schema: type: array - items: *467 + items: *468 examples: - default: &577 + default: &578 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -67425,9 +67436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *346 - *347 - - &468 + - *348 + - &469 name: commit_sha description: The SHA of the commit. in: path @@ -67499,9 +67510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *346 - *347 - - *468 + - *348 + - *469 - *17 - *19 responses: @@ -67511,9 +67522,9 @@ paths: application/json: schema: type: array - items: *466 + items: *467 examples: - default: *469 + default: *470 headers: Link: *37 x-github: @@ -67541,9 +67552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *346 - *347 - - *468 + - *348 + - *469 requestBody: required: true content: @@ -67578,9 +67589,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *467 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -67608,9 +67619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *346 - *347 - - *468 + - *348 + - *469 - *17 - *19 responses: @@ -67620,7 +67631,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Pull Request Simple description: Pull Request Simple type: object @@ -67740,7 +67751,7 @@ paths: milestone: anyOf: - type: 'null' - - *471 + - *472 active_lock_reason: type: - string @@ -67795,7 +67806,7 @@ paths: type: - array - 'null' - items: *265 + items: *266 head: type: object properties: @@ -67839,7 +67850,7 @@ paths: _links: type: object properties: - comments: &472 + comments: &473 title: Link description: Hypermedia Link type: object @@ -67848,13 +67859,13 @@ paths: type: string required: - href - commits: *472 - statuses: *472 - html: *472 - issue: *472 - review_comments: *472 - review_comment: *472 - self: *472 + commits: *473 + statuses: *473 + html: *473 + issue: *473 + review_comments: *473 + review_comment: *473 + self: *473 required: - comments - commits @@ -67864,8 +67875,8 @@ paths: - review_comments - review_comment - self - author_association: *131 - auto_merge: &570 + author_association: *132 + auto_merge: &571 title: Auto merge description: The status of auto merging a pull request. type: @@ -67930,7 +67941,7 @@ paths: - author_association - auto_merge examples: - default: &569 + default: &570 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -68467,11 +68478,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *346 - *347 + - *348 - *19 - *17 - - &473 + - &474 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -68486,9 +68497,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *468 examples: - default: &556 + default: &557 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -68575,7 +68586,7 @@ paths: '422': *15 '404': *6 '500': *93 - '503': *124 + '503': *125 '409': *90 x-github: githubCloudOnly: false @@ -68601,11 +68612,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *346 - *347 - - *473 + - *348 - *474 - *475 + - *476 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -68639,9 +68650,9 @@ paths: type: integer check_runs: type: array - items: *422 + items: *423 examples: - default: *476 + default: *477 headers: Link: *37 x-github: @@ -68666,9 +68677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *346 - *347 - - *473 + - *348 + - *474 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -68676,7 +68687,7 @@ paths: schema: type: integer example: 1 - - *474 + - *475 - *17 - *19 responses: @@ -68694,7 +68705,7 @@ paths: type: integer check_suites: type: array - items: *426 + items: *427 examples: default: value: @@ -68894,9 +68905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *346 - *347 - - *473 + - *348 + - *474 - *17 - *19 responses: @@ -68967,7 +68978,7 @@ paths: type: string total_count: type: integer - repository: *186 + repository: *187 commit_url: type: string format: uri @@ -69098,9 +69109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *346 - *347 - - *473 + - *348 + - *474 - *17 - *19 responses: @@ -69110,7 +69121,7 @@ paths: application/json: schema: type: array - items: &631 + items: &632 title: Status description: The status of a commit. type: object @@ -69191,7 +69202,7 @@ paths: site_admin: false headers: Link: *37 - '301': *360 + '301': *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69219,8 +69230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -69253,11 +69264,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *477 + - *478 code_of_conduct_file: anyOf: - type: 'null' - - &478 + - &479 title: Community Health File type: object properties: @@ -69273,23 +69284,23 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 contributing: anyOf: - type: 'null' - - *478 + - *479 readme: anyOf: - type: 'null' - - *478 + - *479 issue_template: anyOf: - type: 'null' - - *478 + - *479 pull_request_template: anyOf: - type: 'null' - - *478 + - *479 required: - code_of_conduct - code_of_conduct_file @@ -69418,8 +69429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *346 - *347 + - *348 - *19 - *17 - name: basehead @@ -69467,8 +69478,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *467 - merge_base_commit: *467 + base_commit: *468 + merge_base_commit: *468 status: type: string enum: @@ -69492,10 +69503,10 @@ paths: - 6 commits: type: array - items: *467 + items: *468 files: type: array - items: *479 + items: *480 required: - url - html_url @@ -69739,7 +69750,7 @@ paths: module Test" '404': *6 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69781,8 +69792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *346 - *347 + - *348 - name: path description: path parameter in: path @@ -69933,7 +69944,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &480 + response-if-content-is-a-file: &481 summary: Response if content is a file value: type: file @@ -70070,7 +70081,7 @@ paths: - size - type - url - - &582 + - &583 title: Content File description: Content File type: object @@ -70288,7 +70299,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *480 + response-if-content-is-a-file: *481 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -70357,7 +70368,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *481 + '302': *482 '304': *35 x-github: githubCloudOnly: false @@ -70380,8 +70391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *346 - *347 + - *348 - name: path description: path parameter in: path @@ -70476,7 +70487,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &483 title: File Commit description: File Commit type: object @@ -70632,7 +70643,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: example-for-creating-a-file: value: @@ -70686,7 +70697,7 @@ paths: schema: oneOf: - *3 - - &511 + - &512 description: Repository rule violation was detected type: object properties: @@ -70707,7 +70718,7 @@ paths: items: type: object properties: - placeholder_id: &623 + placeholder_id: &624 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -70739,8 +70750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *346 - *347 + - *348 - name: path description: path parameter in: path @@ -70801,7 +70812,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -70836,7 +70847,7 @@ paths: '422': *15 '404': *6 '409': *90 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70856,8 +70867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *346 - *347 + - *348 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -70981,21 +70992,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *346 - *347 - - *228 + - *348 - *229 - *230 - *231 + - *232 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string - - *232 - *233 - *234 + - *235 - *82 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -71015,8 +71026,8 @@ paths: default: 30 - *80 - *81 - - *235 - *236 + - *237 responses: '200': description: Response @@ -71024,7 +71035,7 @@ paths: application/json: schema: type: array - items: &485 + items: &486 type: object description: A Dependabot alert. properties: @@ -71059,13 +71070,13 @@ paths: - development - runtime - - security_advisory: *483 - security_vulnerability: *97 - url: *98 - html_url: *99 - created_at: *100 - updated_at: *101 - dismissed_at: *102 + security_advisory: *484 + security_vulnerability: *98 + url: *99 + html_url: *100 + created_at: *101 + updated_at: *102 + dismissed_at: *103 dismissed_by: anyOf: - type: 'null' @@ -71089,8 +71100,8 @@ paths: description: An optional comment associated with the alert's dismissal. maxLength: 280 - fixed_at: *103 - auto_dismissed_at: *484 + fixed_at: *104 + auto_dismissed_at: *485 required: - number - state @@ -71156,6 +71167,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized @@ -71317,9 +71331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *346 - *347 - - &486 + - *348 + - &487 name: alert_number in: path description: |- @@ -71334,7 +71348,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -71390,6 +71404,9 @@ paths: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File @@ -71444,9 +71461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *346 - *347 - - *486 + - *348 + - *487 requestBody: required: true content: @@ -71491,7 +71508,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *486 examples: default: value: @@ -71620,8 +71637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -71639,7 +71656,7 @@ paths: type: integer secrets: type: array - items: &489 + items: &490 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -71693,16 +71710,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *487 + schema: *488 examples: - default: *488 + default: *489 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71722,15 +71739,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '200': description: Response content: application/json: - schema: *489 + schema: *490 examples: default: value: @@ -71756,9 +71773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 requestBody: required: true content: @@ -71786,7 +71803,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -71810,9 +71827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *346 - *347 - - *196 + - *348 + - *197 responses: '204': description: Response @@ -71834,8 +71851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *346 - *347 + - *348 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -72009,8 +72026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -72270,8 +72287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -72354,7 +72371,7 @@ paths: - version - url additionalProperties: false - metadata: &490 + metadata: &491 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -72393,7 +72410,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *490 + metadata: *491 resolved: type: object description: A collection of resolved package dependencies. @@ -72407,7 +72424,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *490 + metadata: *491 relationship: type: string description: A notation of whether a dependency is requested @@ -72540,8 +72557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *346 - *347 + - *348 - name: sha description: The SHA recorded at creation time. in: query @@ -72582,9 +72599,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *492 + default: *493 headers: Link: *37 x-github: @@ -72650,8 +72667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -72733,7 +72750,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: simple-example: summary: Simple example @@ -72806,9 +72823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *346 - *347 - - &493 + - *348 + - &494 name: deployment_id description: deployment_id parameter in: path @@ -72820,7 +72837,7 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: default: value: @@ -72885,9 +72902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *346 - *347 - - *493 + - *348 + - *494 responses: '204': description: Response @@ -72909,9 +72926,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *346 - *347 - - *493 + - *348 + - *494 - *17 - *19 responses: @@ -72921,7 +72938,7 @@ paths: application/json: schema: type: array - items: &494 + items: &495 title: Deployment Status description: The status of a deployment. type: object @@ -73085,9 +73102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *346 - *347 - - *493 + - *348 + - *494 requestBody: required: true content: @@ -73162,9 +73179,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: &495 + default: &496 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -73220,9 +73237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *346 - *347 - - *493 + - *348 + - *494 - name: status_id in: path required: true @@ -73233,9 +73250,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *495 examples: - default: *495 + default: *496 '404': *6 x-github: githubCloudOnly: false @@ -73260,8 +73277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -73318,8 +73335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -73337,7 +73354,7 @@ paths: - 5 environments: type: array - items: &497 + items: &498 title: Environment description: Details of a deployment environment type: object @@ -73399,7 +73416,7 @@ paths: type: string examples: - wait_timer - wait_timer: &499 + wait_timer: &500 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -73441,11 +73458,11 @@ paths: items: type: object properties: - type: *496 + type: *497 reviewer: anyOf: - *4 - - *265 + - *266 required: - id - node_id @@ -73468,7 +73485,7 @@ paths: - id - node_id - type - deployment_branch_policy: &500 + deployment_branch_policy: &501 type: - object - 'null' @@ -73585,9 +73602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *346 - *347 - - &498 + - *348 + - &499 name: environment_name in: path required: true @@ -73600,9 +73617,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: &501 + default: &502 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -73686,9 +73703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *346 - *347 - - *498 + - *348 + - *499 requestBody: required: false content: @@ -73698,7 +73715,7 @@ paths: - object - 'null' properties: - wait_timer: *499 + wait_timer: *500 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -73717,14 +73734,14 @@ paths: items: type: object properties: - type: *496 + type: *497 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *500 + deployment_branch_policy: *501 additionalProperties: false examples: default: @@ -73744,9 +73761,9 @@ paths: description: Response content: application/json: - schema: *497 + schema: *498 examples: - default: *501 + default: *502 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -73770,9 +73787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *346 - *347 - - *498 + - *348 + - *499 responses: '204': description: Default response @@ -73797,9 +73814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *346 - *347 - - *498 + - *348 + - *499 - *17 - *19 responses: @@ -73818,7 +73835,7 @@ paths: - 2 branch_policies: type: array - items: &502 + items: &503 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -73879,9 +73896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 + - *348 + - *499 requestBody: required: true content: @@ -73929,9 +73946,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - example-wildcard: &503 + example-wildcard: &504 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -73973,10 +73990,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 - - &504 + - *348 + - *499 + - &505 name: branch_policy_id in: path required: true @@ -73988,9 +74005,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74009,10 +74026,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 - - *504 + - *348 + - *499 + - *505 requestBody: required: true content: @@ -74041,9 +74058,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74062,10 +74079,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *346 - *347 - - *498 - - *504 + - *348 + - *499 + - *505 responses: '204': description: Response @@ -74090,9 +74107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 responses: '200': description: List of deployment protection rules @@ -74109,7 +74126,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &505 + items: &506 title: Deployment protection rule description: Deployment protection rule type: object @@ -74131,7 +74148,7 @@ paths: for the environment. examples: - true - app: &506 + app: &507 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -74234,9 +74251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 requestBody: content: application/json: @@ -74257,9 +74274,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *505 + schema: *506 examples: - default: &507 + default: &508 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -74294,9 +74311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 - *19 - *17 responses: @@ -74316,7 +74333,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *506 + items: *507 examples: default: value: @@ -74351,10 +74368,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *346 - *347 - - *498 - - &508 + - *348 + - *499 + - &509 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -74366,9 +74383,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74389,10 +74406,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *498 + - *499 + - *348 - *347 - - *346 - - *508 + - *509 responses: '204': description: Response @@ -74418,9 +74435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *346 - *347 - - *498 + - *348 + - *499 - *17 - *19 responses: @@ -74438,9 +74455,9 @@ paths: type: integer secrets: type: array - items: *383 + items: *384 examples: - default: *384 + default: *385 headers: Link: *37 x-github: @@ -74465,17 +74482,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *346 - *347 - - *498 + - *348 + - *499 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74497,18 +74514,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *346 - *347 - - *498 - - *196 + - *348 + - *499 + - *197 responses: '200': description: Response content: application/json: - schema: *383 + schema: *384 examples: - default: *509 + default: *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74530,10 +74547,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *346 - *347 - - *498 - - *196 + - *348 + - *499 + - *197 requestBody: required: true content: @@ -74564,7 +74581,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -74590,10 +74607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *346 - *347 - - *498 - - *196 + - *348 + - *499 + - *197 responses: '204': description: Default response @@ -74618,10 +74635,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *346 - *347 - - *498 - - *370 + - *348 + - *499 + - *371 - *19 responses: '200': @@ -74638,9 +74655,9 @@ paths: type: integer variables: type: array - items: *387 + items: *388 examples: - default: *388 + default: *389 headers: Link: *37 x-github: @@ -74663,9 +74680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *346 - *347 - - *498 + - *348 + - *499 requestBody: required: true content: @@ -74692,7 +74709,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -74717,18 +74734,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *346 - *347 - - *498 - - *199 + - *348 + - *499 + - *200 responses: '200': description: Response content: application/json: - schema: *387 + schema: *388 examples: - default: *510 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74749,10 +74766,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *346 - *347 - - *199 - - *498 + - *348 + - *200 + - *499 requestBody: required: true content: @@ -74794,10 +74811,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *346 - *347 - - *199 - - *498 + - *348 + - *200 + - *499 responses: '204': description: Response @@ -74819,8 +74836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -74830,7 +74847,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: 200-response: value: @@ -74897,8 +74914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *346 - *347 + - *348 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -74920,7 +74937,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -75057,8 +75074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -75091,9 +75108,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *27 @@ -75114,8 +75131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -75174,8 +75191,8 @@ paths: application/json: schema: oneOf: - - *169 - - *511 + - *170 + - *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75200,8 +75217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *346 - *347 + - *348 - name: file_sha in: path required: true @@ -75301,8 +75318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -75411,7 +75428,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -75637,15 +75654,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *346 - *347 - - *468 + - *348 + - *469 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -75701,9 +75718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *346 - *347 - - &513 + - *348 + - &514 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -75720,7 +75737,7 @@ paths: application/json: schema: type: array - items: &514 + items: &515 title: Git Reference description: Git references within a repository type: object @@ -75796,17 +75813,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *346 - *347 - - *513 + - *348 + - *514 responses: '200': description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: &515 + default: &516 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -75835,8 +75852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -75865,9 +75882,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -75893,9 +75910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *346 - *347 - - *513 + - *348 + - *514 requestBody: required: true content: @@ -75924,9 +75941,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *515 examples: - default: *515 + default: *516 '422': *15 '409': *90 x-github: @@ -75944,9 +75961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *346 - *347 - - *513 + - *348 + - *514 responses: '204': description: Response @@ -75999,8 +76016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -76067,7 +76084,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: Git Tag description: Metadata for a Git tag type: object @@ -76123,7 +76140,7 @@ paths: - sha - type - url - verification: *516 + verification: *517 required: - sha - url @@ -76133,7 +76150,7 @@ paths: - tag - message examples: - default: &518 + default: &519 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -76206,8 +76223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *346 - *347 + - *348 - name: tag_sha in: path required: true @@ -76218,9 +76235,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 '404': *6 '409': *90 x-github: @@ -76244,8 +76261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -76319,7 +76336,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -76437,8 +76454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *346 - *347 + - *348 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -76461,7 +76478,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default-response: summary: Default response @@ -76520,8 +76537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -76531,7 +76548,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Webhook description: Webhooks for repositories. type: object @@ -76594,7 +76611,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &757 + last_response: &758 title: Hook Response type: object properties: @@ -76671,8 +76688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -76725,9 +76742,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &521 + default: &522 value: type: Repository id: 12345678 @@ -76775,17 +76792,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '404': *6 x-github: githubCloudOnly: false @@ -76805,9 +76822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 requestBody: required: true content: @@ -76852,9 +76869,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *521 + default: *522 '422': *15 '404': *6 x-github: @@ -76875,9 +76892,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '204': description: Response @@ -76901,9 +76918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '200': description: Response @@ -76930,9 +76947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *346 - *347 - - *242 + - *348 + - *243 requestBody: required: false content: @@ -76976,11 +76993,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *346 - *347 - - *242 - - *17 + - *348 - *243 + - *17 + - *244 responses: '200': description: Response @@ -76988,9 +77005,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 '400': *14 '422': *15 x-github: @@ -77009,18 +77026,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 - *16 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 '400': *14 '422': *15 x-github: @@ -77039,9 +77056,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 - *16 responses: '202': *91 @@ -77064,9 +77081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '204': description: Response @@ -77091,9 +77108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *346 - *347 - - *242 + - *348 + - *243 responses: '204': description: Response @@ -77151,14 +77168,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: &522 + schema: &523 title: Import description: A repository import from an external source. type: object @@ -77265,7 +77282,7 @@ paths: - html_url - authors_url examples: - default: &525 + default: &526 value: vcs: subversion use_lfs: true @@ -77281,7 +77298,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &523 + '503': &524 description: Unavailable due to service under maintenance. content: application/json: @@ -77310,8 +77327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -77359,7 +77376,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -77384,7 +77401,7 @@ paths: type: string '422': *15 '404': *6 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77412,8 +77429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -77465,7 +77482,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: example-1: summary: Example 1 @@ -77513,7 +77530,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77536,12 +77553,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *346 - *347 + - *348 responses: '204': description: Response - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77567,9 +77584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *346 - *347 - - &706 + - *348 + - &707 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -77583,7 +77600,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Porter Author description: Porter Author type: object @@ -77637,7 +77654,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77662,8 +77679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *346 - *347 + - *348 - name: author_id in: path required: true @@ -77693,7 +77710,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -77706,7 +77723,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77730,8 +77747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -77772,7 +77789,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77800,8 +77817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -77828,11 +77845,11 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: - default: *525 + default: *526 '422': *15 - '503': *523 + '503': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77855,8 +77872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -77864,8 +77881,8 @@ paths: application/json: schema: *20 examples: - default: *526 - '301': *360 + default: *527 + '301': *361 '404': *6 x-github: githubCloudOnly: false @@ -77885,8 +77902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -77894,12 +77911,12 @@ paths: application/json: schema: anyOf: - - *260 + - *261 - type: object properties: {} additionalProperties: false examples: - default: &528 + default: &529 value: limit: collaborators_only origin: repository @@ -77924,13 +77941,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: application/json: - schema: *527 + schema: *528 examples: default: summary: Example request body @@ -77942,9 +77959,9 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: - default: *528 + default: *529 '409': description: Response x-github: @@ -77966,8 +77983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -77990,8 +78007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -78001,9 +78018,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: &699 + default: &700 value: - id: 1 repository: @@ -78134,9 +78151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *346 - *347 - - *264 + - *348 + - *265 requestBody: required: false content: @@ -78165,7 +78182,7 @@ paths: description: Response content: application/json: - schema: *529 + schema: *530 examples: default: value: @@ -78296,9 +78313,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *346 - *347 - - *264 + - *348 + - *265 responses: '204': description: Response @@ -78329,8 +78346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *346 - *347 + - *348 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -78370,7 +78387,7 @@ paths: required: false schema: type: string - - *266 + - *267 - name: sort description: What to sort results by. in: query @@ -78383,7 +78400,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - *17 - *19 responses: @@ -78393,9 +78410,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: &538 + default: &539 value: - id: 1 node_id: MDU6SXNzdWUx @@ -78543,7 +78560,7 @@ paths: state_reason: completed headers: Link: *37 - '301': *360 + '301': *361 '422': *15 '404': *6 x-github: @@ -78572,8 +78589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -78654,9 +78671,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: &533 + default: &534 value: id: 1 node_id: MDU6SXNzdWUx @@ -78810,9 +78827,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *124 + '503': *125 '404': *6 - '410': *357 + '410': *358 x-github: triggersNotification: true githubCloudOnly: false @@ -78840,9 +78857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *346 - *347 - - *153 + - *348 + - *154 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -78852,7 +78869,7 @@ paths: enum: - asc - desc - - *134 + - *135 - *17 - *19 responses: @@ -78862,9 +78879,9 @@ paths: application/json: schema: type: array - items: *530 + items: *531 examples: - default: &535 + default: &536 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78922,17 +78939,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '200': description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: &531 + default: &532 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -78986,9 +79003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -79010,9 +79027,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 '422': *15 x-github: githubCloudOnly: false @@ -79030,9 +79047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '204': description: Response @@ -79052,9 +79069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -79080,9 +79097,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -79103,9 +79120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -79137,16 +79154,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -79168,10 +79185,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *346 - *347 - - *143 - - *338 + - *348 + - *144 + - *339 responses: '204': description: Response @@ -79191,8 +79208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -79202,7 +79219,7 @@ paths: application/json: schema: type: array - items: &532 + items: &533 title: Issue Event description: Issue Event type: object @@ -79249,7 +79266,7 @@ paths: issue: anyOf: - type: 'null' - - *144 + - *145 label: title: Issue Event Label description: Issue Event Label @@ -79282,7 +79299,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *265 + requested_team: *266 dismissed_review: title: Issue Event Dismissed Review type: object @@ -79349,7 +79366,7 @@ paths: required: - from - to - author_association: *131 + author_association: *132 lock_reason: type: - string @@ -79541,8 +79558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *346 - *347 + - *348 - name: event_id in: path required: true @@ -79553,7 +79570,7 @@ paths: description: Response content: application/json: - schema: *532 + schema: *533 examples: default: value: @@ -79746,7 +79763,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *357 + '410': *358 '403': *27 x-github: githubCloudOnly: false @@ -79780,9 +79797,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *346 - *347 - - &534 + - *348 + - &535 name: issue_number description: The number that identifies the issue. in: path @@ -79794,12 +79811,12 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 - '301': *360 + default: *534 + '301': *361 '404': *6 - '410': *357 + '410': *358 '304': *35 x-github: githubCloudOnly: false @@ -79824,9 +79841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -79934,15 +79951,15 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 '422': *15 - '503': *124 + '503': *125 '403': *27 - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79960,9 +79977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -79988,9 +80005,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80006,9 +80023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: content: application/json: @@ -80033,9 +80050,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80057,9 +80074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - name: assignee in: path required: true @@ -80099,10 +80116,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *346 - *347 - - *534 - - *134 + - *348 + - *535 + - *135 - *17 - *19 responses: @@ -80112,13 +80129,13 @@ paths: application/json: schema: type: array - items: *530 + items: *531 examples: - default: *535 + default: *536 headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80147,9 +80164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -80171,16 +80188,16 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *531 + default: *532 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *357 + '410': *358 '422': *15 '404': *6 x-github: @@ -80200,9 +80217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -80216,7 +80233,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &539 + - &540 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -80265,7 +80282,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &540 + - &541 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -80393,7 +80410,7 @@ paths: - performed_via_github_app - assignee - assigner - - &541 + - &542 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -80439,7 +80456,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &542 + - &543 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -80485,7 +80502,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &543 + - &544 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -80534,7 +80551,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &544 + - &545 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -80563,7 +80580,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -80576,7 +80593,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &545 + - &546 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -80605,7 +80622,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *265 + requested_team: *266 requested_reviewer: *4 required: - review_requester @@ -80618,7 +80635,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &546 + - &547 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -80674,7 +80691,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &547 + - &548 title: Locked Issue Event description: Locked Issue Event type: object @@ -80719,7 +80736,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &549 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -80780,7 +80797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &549 + - &550 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -80841,7 +80858,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &551 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -80902,7 +80919,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &552 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -80995,7 +81012,7 @@ paths: color: red headers: Link: *37 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81012,9 +81029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -81024,7 +81041,7 @@ paths: application/json: schema: type: array - items: &536 + items: &537 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -81079,7 +81096,7 @@ paths: - color - default examples: - default: &537 + default: &538 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81097,9 +81114,9 @@ paths: default: false headers: Link: *37 - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81116,9 +81133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -81177,12 +81194,12 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 - '301': *360 + default: *538 + '301': *361 '404': *6 - '410': *357 + '410': *358 '422': *15 x-github: githubCloudOnly: false @@ -81199,9 +81216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -81261,12 +81278,12 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 - '301': *360 + default: *538 + '301': *361 '404': *6 - '410': *357 + '410': *358 '422': *15 x-github: githubCloudOnly: false @@ -81283,15 +81300,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 responses: '204': description: Response - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81310,9 +81327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - name: name in: path required: true @@ -81325,7 +81342,7 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: default: value: @@ -81336,9 +81353,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *360 + '301': *361 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81358,9 +81375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: false content: @@ -81389,7 +81406,7 @@ paths: '204': description: Response '403': *27 - '410': *357 + '410': *358 '404': *6 '422': *15 x-github: @@ -81407,9 +81424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 responses: '204': description: Response @@ -81431,9 +81448,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -81459,13 +81476,13 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81483,9 +81500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81517,16 +81534,16 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -81548,10 +81565,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *346 - *347 - - *534 - - *338 + - *348 + - *535 + - *339 responses: '204': description: Response @@ -81580,9 +81597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81604,9 +81621,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -81639,9 +81656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -81651,13 +81668,13 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *538 + default: *539 headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81685,9 +81702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81714,16 +81731,16 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *357 + '410': *358 '422': *15 '404': *6 x-github: @@ -81743,9 +81760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 requestBody: required: true content: @@ -81776,13 +81793,13 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: *533 + default: *534 '403': *27 '404': *6 '422': *7 - '503': *124 + '503': *125 x-github: triggersNotification: true githubCloudOnly: false @@ -81800,9 +81817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *346 - *347 - - *534 + - *348 + - *535 - *17 - *19 responses: @@ -81817,7 +81834,6 @@ paths: description: Timeline Event type: object anyOf: - - *539 - *540 - *541 - *542 @@ -81830,6 +81846,7 @@ paths: - *549 - *550 - *551 + - *552 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -81877,12 +81894,12 @@ paths: issue_url: type: string format: uri - author_association: *131 + author_association: *132 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *132 + reactions: *133 required: - event - actor @@ -81913,7 +81930,7 @@ paths: properties: type: type: string - issue: *144 + issue: *145 required: - event - created_at @@ -82129,7 +82146,7 @@ paths: type: string body_text: type: string - author_association: *131 + author_association: *132 required: - event - id @@ -82152,7 +82169,7 @@ paths: type: string comments: type: array - items: &571 + items: &572 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -82257,7 +82274,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *131 + author_association: *132 _links: type: object properties: @@ -82352,7 +82369,7 @@ paths: enum: - line - file - reactions: *132 + reactions: *133 body_html: type: string examples: @@ -82390,7 +82407,7 @@ paths: type: string comments: type: array - items: *466 + items: *467 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -82665,7 +82682,7 @@ paths: headers: Link: *37 '404': *6 - '410': *357 + '410': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82682,8 +82699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -82693,7 +82710,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -82760,8 +82777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -82797,9 +82814,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: &553 + default: &554 value: id: 1 key: ssh-rsa AAA... @@ -82833,9 +82850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *346 - *347 - - &554 + - *348 + - &555 name: key_id description: The unique identifier of the key. in: path @@ -82847,9 +82864,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 '404': *6 x-github: githubCloudOnly: false @@ -82867,9 +82884,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *346 - *347 - - *554 + - *348 + - *555 responses: '204': description: Response @@ -82889,8 +82906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -82900,9 +82917,9 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 + default: *538 headers: Link: *37 '404': *6 @@ -82923,8 +82940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -82960,9 +82977,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: &555 + default: &556 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -82994,8 +83011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *346 - *347 + - *348 - name: name in: path required: true @@ -83006,9 +83023,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *555 + default: *556 '404': *6 x-github: githubCloudOnly: false @@ -83025,8 +83042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *346 - *347 + - *348 - name: name in: path required: true @@ -83065,7 +83082,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: default: value: @@ -83091,8 +83108,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *346 - *347 + - *348 - name: name in: path required: true @@ -83118,8 +83135,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -83155,8 +83172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *346 - *347 + - *348 responses: '202': *91 '403': @@ -83184,8 +83201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -83211,9 +83228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *346 - *347 - - *444 + - *348 + - *445 responses: '200': description: Response @@ -83279,7 +83296,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 required: - _links - git_url @@ -83360,8 +83377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -83426,8 +83443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -83461,9 +83478,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *467 + schema: *468 examples: - default: *556 + default: *557 '204': description: Response when already merged '404': @@ -83488,8 +83505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *346 - *347 + - *348 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -83530,7 +83547,7 @@ paths: application/json: schema: type: array - items: *471 + items: *472 examples: default: value: @@ -83586,8 +83603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -83627,9 +83644,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: &557 + default: &558 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -83688,9 +83705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *346 - *347 - - &558 + - *348 + - &559 name: milestone_number description: The number that identifies the milestone. in: path @@ -83702,9 +83719,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *557 + default: *558 '404': *6 x-github: githubCloudOnly: false @@ -83721,9 +83738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *346 - *347 - - *558 + - *348 + - *559 requestBody: required: false content: @@ -83761,9 +83778,9 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83779,9 +83796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *346 - *347 - - *558 + - *348 + - *559 responses: '204': description: Response @@ -83802,9 +83819,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *346 - *347 - - *558 + - *348 + - *559 - *17 - *19 responses: @@ -83814,9 +83831,9 @@ paths: application/json: schema: type: array - items: *536 + items: *537 examples: - default: *537 + default: *538 headers: Link: *37 x-github: @@ -83835,12 +83852,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *346 - *347 - - *559 + - *348 - *560 - - *134 - *561 + - *135 + - *562 - *17 - *19 responses: @@ -83850,9 +83867,9 @@ paths: application/json: schema: type: array - items: *156 + items: *157 examples: - default: *562 + default: *563 headers: Link: *37 x-github: @@ -83876,8 +83893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -83935,14 +83952,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: &563 + schema: &564 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -84086,7 +84103,7 @@ paths: - custom_404 - public examples: - default: &564 + default: &565 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -84127,8 +84144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -84183,9 +84200,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 '422': *15 '409': *90 x-github: @@ -84208,8 +84225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -84317,8 +84334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -84344,8 +84361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -84355,7 +84372,7 @@ paths: application/json: schema: type: array - items: &565 + items: &566 title: Page Build description: Page Build type: object @@ -84447,8 +84464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *346 - *347 + - *348 responses: '201': description: Response @@ -84495,16 +84512,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -84552,8 +84569,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *346 - *347 + - *348 - name: build_id in: path required: true @@ -84564,9 +84581,9 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84586,8 +84603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -84696,9 +84713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *346 - *347 - - &567 + - *348 + - &568 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -84756,11 +84773,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *346 - *347 - - *567 + - *348 + - *568 responses: - '204': *111 + '204': *112 '404': *6 x-github: githubCloudOnly: false @@ -84785,8 +84802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -85054,7 +85071,7 @@ paths: description: Empty response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -85081,8 +85098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Private vulnerability reporting status @@ -85119,10 +85136,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *346 - *347 + - *348 responses: - '204': *111 + '204': *112 '422': *14 x-github: githubCloudOnly: false @@ -85141,10 +85158,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *346 - *347 + - *348 responses: - '204': *111 + '204': *112 '422': *14 x-github: githubCloudOnly: false @@ -85165,8 +85182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *346 - *347 + - *348 - name: state description: Indicates the state of the projects to return. in: query @@ -85187,7 +85204,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -85227,7 +85244,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *357 + '410': *358 '422': *7 x-github: githubCloudOnly: false @@ -85247,8 +85264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -85274,13 +85291,13 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: - default: *356 + default: *357 '401': *23 '403': *27 '404': *6 - '410': *357 + '410': *358 '422': *7 x-github: githubCloudOnly: false @@ -85300,8 +85317,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -85309,7 +85326,7 @@ paths: application/json: schema: type: array - items: *297 + items: *298 examples: default: value: @@ -85340,8 +85357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -85353,7 +85370,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *297 + items: *298 required: - properties examples: @@ -85403,8 +85420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *346 - *347 + - *348 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -85464,9 +85481,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *569 + default: *570 headers: Link: *37 '304': *35 @@ -85498,8 +85515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -85566,7 +85583,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -85695,7 +85712,7 @@ paths: milestone: anyOf: - type: 'null' - - *471 + - *472 active_lock_reason: type: - string @@ -85750,7 +85767,7 @@ paths: type: - array - 'null' - items: *278 + items: *279 head: type: object properties: @@ -85788,14 +85805,14 @@ paths: _links: type: object properties: - comments: *472 - commits: *472 - statuses: *472 - html: *472 - issue: *472 - review_comments: *472 - review_comment: *472 - self: *472 + comments: *473 + commits: *473 + statuses: *473 + html: *473 + issue: *473 + review_comments: *473 + review_comment: *473 + self: *473 required: - comments - commits @@ -85805,8 +85822,8 @@ paths: - review_comments - review_comment - self - author_association: *131 - auto_merge: *570 + author_association: *132 + auto_merge: *571 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -85908,7 +85925,7 @@ paths: - merged_by - review_comments examples: - default: &574 + default: &575 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86435,8 +86452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *346 - *347 + - *348 - name: sort in: query required: false @@ -86455,7 +86472,7 @@ paths: enum: - asc - desc - - *134 + - *135 - *17 - *19 responses: @@ -86465,9 +86482,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: &576 + default: &577 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86544,17 +86561,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -86629,9 +86646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -86653,9 +86670,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86671,9 +86688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *143 + - *348 + - *144 responses: '204': description: Response @@ -86694,9 +86711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -86722,9 +86739,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -86745,9 +86762,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *346 - *347 - - *143 + - *348 + - *144 requestBody: required: true content: @@ -86779,16 +86796,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -86810,10 +86827,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *346 - *347 - - *143 - - *338 + - *348 + - *144 + - *339 responses: '204': description: Response @@ -86856,9 +86873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *346 - *347 - - &575 + - *348 + - &576 name: pull_number description: The number that identifies the pull request. in: path @@ -86871,9 +86888,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '304': *35 '404': *6 '406': @@ -86882,7 +86899,7 @@ paths: application/json: schema: *3 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86908,9 +86925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -86952,9 +86969,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '422': *15 '403': *27 x-github: @@ -86976,9 +86993,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: true content: @@ -87039,21 +87056,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '401': *23 '403': *27 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -87079,10 +87096,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *346 - *347 - - *575 - - *153 + - *348 + - *576 + - *154 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -87092,7 +87109,7 @@ paths: enum: - asc - desc - - *134 + - *135 - *17 - *19 responses: @@ -87102,9 +87119,9 @@ paths: application/json: schema: type: array - items: *571 + items: *572 examples: - default: *576 + default: *577 headers: Link: *37 x-github: @@ -87137,9 +87154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: true content: @@ -87245,7 +87262,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: example-for-a-multi-line-comment: value: @@ -87333,10 +87350,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *346 - *347 - - *575 - - *143 + - *348 + - *576 + - *144 requestBody: required: true content: @@ -87358,7 +87375,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: default: value: @@ -87444,9 +87461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 - *17 - *19 responses: @@ -87456,9 +87473,9 @@ paths: application/json: schema: type: array - items: *467 + items: *468 examples: - default: *577 + default: *578 headers: Link: *37 x-github: @@ -87488,9 +87505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *346 - *347 - - *575 + - *348 + - *576 - *17 - *19 responses: @@ -87500,7 +87517,7 @@ paths: application/json: schema: type: array - items: *479 + items: *480 examples: default: value: @@ -87519,7 +87536,7 @@ paths: Link: *37 '422': *15 '500': *93 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87538,9 +87555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *346 - *347 - - *575 + - *348 + - *576 responses: '204': description: Response if pull request has been merged @@ -87563,9 +87580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -87677,9 +87694,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 responses: '200': description: Response @@ -87695,7 +87712,7 @@ paths: items: *4 teams: type: array - items: *265 + items: *266 required: - users - teams @@ -87754,9 +87771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -87793,7 +87810,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88329,9 +88346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: true content: @@ -88365,7 +88382,7 @@ paths: description: Response content: application/json: - schema: *568 + schema: *569 examples: default: value: @@ -88870,9 +88887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 - *17 - *19 responses: @@ -88882,7 +88899,7 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -88956,7 +88973,7 @@ paths: type: string body_text: type: string - author_association: *131 + author_association: *132 required: - id - node_id @@ -89038,9 +89055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -89130,9 +89147,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &580 + default: &581 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89195,10 +89212,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - &579 + - *348 + - *576 + - &580 name: review_id description: The unique identifier of the review. in: path @@ -89210,9 +89227,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &581 + default: &582 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -89271,10 +89288,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 requestBody: required: true content: @@ -89297,7 +89314,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -89359,18 +89376,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 responses: '200': description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *580 + default: *581 '422': *7 '404': *6 x-github: @@ -89397,10 +89414,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 - *17 - *19 responses: @@ -89494,13 +89511,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *131 + author_association: *132 _links: type: object properties: - self: *472 - html: *472 - pull_request: *472 + self: *473 + html: *473 + pull_request: *473 required: - self - html @@ -89509,7 +89526,7 @@ paths: type: string body_html: type: string - reactions: *132 + reactions: *133 side: description: The side of the first line of the range for a multi-line comment. @@ -89651,10 +89668,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 requestBody: required: true content: @@ -89683,7 +89700,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: default: value: @@ -89746,10 +89763,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *346 - *347 - - *575 - - *579 + - *348 + - *576 + - *580 requestBody: required: true content: @@ -89784,9 +89801,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *581 + default: *582 '404': *6 '422': *7 '403': *27 @@ -89808,9 +89825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *346 - *347 - - *575 + - *348 + - *576 requestBody: required: false content: @@ -89874,8 +89891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *346 - *347 + - *348 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -89888,9 +89905,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: type: file encoding: base64 @@ -89932,8 +89949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *346 - *347 + - *348 - name: dir description: The alternate path to look for a README file in: path @@ -89953,9 +89970,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '404': *6 '422': *15 x-github: @@ -89977,8 +89994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -89988,7 +90005,7 @@ paths: application/json: schema: type: array - items: &584 + items: &585 title: Release description: A release. type: object @@ -90060,7 +90077,7 @@ paths: author: *4 assets: type: array - items: &585 + items: &586 title: Release Asset description: Data related to a release. type: object @@ -90130,7 +90147,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *132 + reactions: *133 required: - assets_url - upload_url @@ -90240,8 +90257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -90317,9 +90334,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -90422,9 +90439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *346 - *347 - - &586 + - *348 + - &587 name: asset_id description: The unique identifier of the asset. in: path @@ -90436,9 +90453,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: &587 + default: &588 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -90472,7 +90489,7 @@ paths: type: User site_admin: false '404': *6 - '302': *481 + '302': *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90488,9 +90505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *346 - *347 - - *586 + - *348 + - *587 requestBody: required: false content: @@ -90519,9 +90536,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *587 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90537,9 +90554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *346 - *347 - - *586 + - *348 + - *587 responses: '204': description: Response @@ -90563,8 +90580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -90650,16 +90667,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *346 - *347 + - *348 responses: '200': description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90676,8 +90693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *346 - *347 + - *348 - name: tag description: tag parameter in: path @@ -90690,9 +90707,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 '404': *6 x-github: githubCloudOnly: false @@ -90714,9 +90731,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *346 - *347 - - &589 + - *348 + - &590 name: release_id description: The unique identifier of the release. in: path @@ -90730,9 +90747,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 '401': description: Unauthorized x-github: @@ -90750,9 +90767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 requestBody: required: false content: @@ -90816,9 +90833,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *585 examples: - default: *588 + default: *589 '404': description: Not Found if the discussion category name is invalid content: @@ -90839,9 +90856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 responses: '204': description: Response @@ -90861,9 +90878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *346 - *347 - - *589 + - *348 + - *590 - *17 - *19 responses: @@ -90873,7 +90890,7 @@ paths: application/json: schema: type: array - items: *585 + items: *586 examples: default: value: @@ -90954,9 +90971,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *346 - *347 - - *589 + - *348 + - *590 - name: name in: query required: true @@ -90982,7 +90999,7 @@ paths: description: Response for successful upload content: application/json: - schema: *585 + schema: *586 examples: response-for-successful-upload: value: @@ -91036,9 +91053,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -91062,9 +91079,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 '404': *6 @@ -91085,9 +91102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *346 - *347 - - *589 + - *348 + - *590 requestBody: required: true content: @@ -91117,16 +91134,16 @@ paths: description: Reaction exists content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '201': description: Reaction created content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '422': *15 x-github: githubCloudOnly: false @@ -91148,10 +91165,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *346 - *347 - - *589 - - *338 + - *348 + - *590 + - *339 responses: '204': description: Response @@ -91175,9 +91192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *346 - *347 - - *405 + - *348 + - *406 - *17 - *19 responses: @@ -91193,8 +91210,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *590 - - &592 + - *591 + - &593 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -91214,53 +91231,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *591 - *592 - - allOf: - *593 - - *592 - allOf: - *594 - - *592 + - *593 - allOf: - *595 - - *592 + - *593 - allOf: - *596 - - *592 + - *593 - allOf: - *597 - - *592 + - *593 - allOf: - *598 - - *592 + - *593 - allOf: - *599 - - *592 + - *593 - allOf: - *600 - - *592 + - *593 - allOf: - *601 - - *592 + - *593 - allOf: - *602 - - *592 + - *593 - allOf: - *603 - - *592 + - *593 - allOf: - *604 - - *592 + - *593 - allOf: - *605 - - *592 + - *593 - allOf: - *606 - - *592 + - *593 - allOf: - *607 - - *592 + - *593 + - allOf: + - *608 + - *593 examples: default: value: @@ -91299,8 +91316,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - *17 - *19 - name: includes_parents @@ -91311,7 +91328,7 @@ paths: schema: type: boolean default: true - - *608 + - *609 responses: '200': description: Response @@ -91319,7 +91336,7 @@ paths: application/json: schema: type: array - items: *121 + items: *122 examples: default: value: @@ -91366,8 +91383,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 requestBody: description: Request body required: true @@ -91387,16 +91404,16 @@ paths: - tag - push default: branch - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *114 + items: *120 + conditions: *115 rules: type: array description: An array of rules within the ruleset. - items: *120 + items: *121 required: - name - enforcement @@ -91427,9 +91444,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: &617 + default: &618 value: id: 42 name: super cool ruleset @@ -91476,12 +91493,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *346 - *347 - - *609 - - *303 + - *348 - *610 + - *304 - *611 + - *612 - *17 - *19 responses: @@ -91489,9 +91506,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 '500': *93 x-github: @@ -91512,17 +91529,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *346 - *347 - - *614 + - *348 + - *615 responses: '200': description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 '404': *6 '500': *93 x-github: @@ -91550,8 +91567,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91571,9 +91588,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *617 + default: *618 '404': *6 '500': *93 put: @@ -91591,8 +91608,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91617,16 +91634,16 @@ paths: - branch - tag - push - enforcement: *118 + enforcement: *119 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *119 - conditions: *114 + items: *120 + conditions: *115 rules: description: An array of rules within the ruleset. type: array - items: *120 + items: *121 examples: default: value: @@ -91654,9 +91671,9 @@ paths: description: Response content: application/json: - schema: *121 + schema: *122 examples: - default: *617 + default: *618 '404': *6 '500': *93 delete: @@ -91674,8 +91691,8 @@ paths: category: repos subcategory: rules parameters: - - *346 - *347 + - *348 - name: ruleset_id description: The ID of the ruleset. in: path @@ -91703,20 +91720,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *346 - *347 - - *305 + - *348 - *306 - *307 - *308 + - *309 - *82 - *19 - *17 - - *618 - *619 - - *309 + - *620 - *310 - *311 + - *312 responses: '200': description: Response @@ -91724,24 +91741,24 @@ paths: application/json: schema: type: array - items: &622 + items: &623 type: object properties: number: *94 - created_at: *100 + created_at: *101 updated_at: anyOf: - type: 'null' - - *101 - url: *98 - html_url: *99 + - *102 + url: *99 + html_url: *100 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *620 - resolution: *621 + state: *621 + resolution: *622 resolved_at: type: - string @@ -91932,7 +91949,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91954,15 +91971,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -91993,7 +92010,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92014,9 +92031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 requestBody: required: true content: @@ -92024,8 +92041,8 @@ paths: schema: type: object properties: - state: *620 - resolution: *621 + state: *621 + resolution: *622 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -92044,7 +92061,7 @@ paths: description: Response content: application/json: - schema: *622 + schema: *623 examples: default: value: @@ -92097,7 +92114,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92119,9 +92136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *346 - *347 - - *438 + - *348 + - *439 - *19 - *17 responses: @@ -92132,7 +92149,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &778 + items: &779 type: object properties: type: @@ -92489,7 +92506,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92511,8 +92528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -92520,14 +92537,14 @@ paths: schema: type: object properties: - reason: &624 + reason: &625 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *623 + placeholder_id: *624 required: - reason - placeholder_id @@ -92544,7 +92561,7 @@ paths: schema: type: object properties: - reason: *624 + reason: *625 expire_at: type: - string @@ -92568,7 +92585,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *124 + '503': *125 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -92588,13 +92605,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *346 - *347 + - *348 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *124 + '503': *125 '200': description: Response content: @@ -92604,7 +92621,7 @@ paths: properties: incremental_scans: type: array - items: &625 + items: &626 description: Information on a single scan performed by secret scanning on the repository type: object @@ -92632,15 +92649,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *625 + items: *626 backfill_scans: type: array - items: *625 + items: *626 custom_pattern_backfill_scans: type: array items: allOf: - - *625 + - *626 - type: object properties: pattern_name: @@ -92710,8 +92727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *346 - *347 + - *348 - *82 - name: sort description: The property to sort the results by. @@ -92755,9 +92772,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *627 + default: *628 '400': *14 '404': *6 x-github: @@ -92780,8 +92797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -92861,7 +92878,7 @@ paths: login: type: string description: The username of the user credited. - type: *314 + type: *315 required: - login - type @@ -92951,9 +92968,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &629 + default: &630 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -93186,8 +93203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -93300,7 +93317,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -93447,17 +93464,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *346 - *347 - - *628 + - *348 + - *629 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *629 + default: *630 '403': *27 '404': *6 x-github: @@ -93481,9 +93498,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *346 - *347 - - *628 + - *348 + - *629 requestBody: required: true content: @@ -93563,7 +93580,7 @@ paths: login: type: string description: The username of the user credited. - type: *314 + type: *315 required: - login - type @@ -93654,17 +93671,17 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *629 - add_credit: *629 + default: *630 + add_credit: *630 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *169 + schema: *170 examples: invalid_state_transition: value: @@ -93695,9 +93712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *346 - *347 - - *628 + - *348 + - *629 responses: '202': *91 '400': *14 @@ -93724,17 +93741,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *346 - *347 - - *628 + - *348 + - *629 responses: '202': description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 '400': *14 '422': *15 '403': *27 @@ -93760,8 +93777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -93857,8 +93874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *346 - *347 + - *348 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -93867,7 +93884,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -93880,7 +93897,7 @@ paths: - 1124 - -435 '202': *91 - '204': *111 + '204': *112 '422': description: Repository contains more than 10,000 commits x-github: @@ -93900,8 +93917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -93952,7 +93969,7 @@ paths: total: 89 week: 1336280400 '202': *91 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93979,8 +93996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -94052,7 +94069,7 @@ paths: d: 77 c: 10 '202': *91 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94074,8 +94091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *346 - *347 + - *348 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -94229,8 +94246,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *346 - *347 + - *348 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -94240,7 +94257,7 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: default: value: @@ -94253,7 +94270,7 @@ paths: - - 0 - 2 - 21 - '204': *111 + '204': *112 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94273,8 +94290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *346 - *347 + - *348 - name: sha in: path required: true @@ -94330,7 +94347,7 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: default: value: @@ -94384,8 +94401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -94397,7 +94414,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -94417,14 +94434,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *346 - *347 + - *348 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &632 + schema: &633 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -94497,8 +94514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *346 - *347 + - *348 requestBody: required: false content: @@ -94524,7 +94541,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -94551,8 +94568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -94572,8 +94589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -94655,8 +94672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -94664,7 +94681,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Tag protection description: Tag protection type: object @@ -94721,8 +94738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -94745,7 +94762,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -94776,8 +94793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *346 - *347 + - *348 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -94814,8 +94831,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *346 - *347 + - *348 - name: ref in: path required: true @@ -94851,8 +94868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *346 - *347 + - *348 - *17 - *19 responses: @@ -94862,9 +94879,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *279 + default: *280 headers: Link: *37 '404': *6 @@ -94884,8 +94901,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *346 - *347 + - *348 - *19 - *17 responses: @@ -94893,7 +94910,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -94905,7 +94922,7 @@ paths: required: - names examples: - default: &635 + default: &636 value: names: - octocat @@ -94928,8 +94945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -94960,9 +94977,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '422': *7 x-github: @@ -94983,9 +95000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *346 - *347 - - &636 + - *348 + - &637 name: per description: The time frame to display results for. in: query @@ -95016,7 +95033,7 @@ paths: - 128 clones: type: array - items: &637 + items: &638 title: Traffic type: object properties: @@ -95103,8 +95120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -95198,8 +95215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *346 - *347 + - *348 responses: '200': description: Response @@ -95262,9 +95279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *346 - *347 - - *636 + - *348 + - *637 responses: '200': description: Response @@ -95285,7 +95302,7 @@ paths: - 3782 views: type: array - items: *637 + items: *638 required: - uniques - count @@ -95362,8 +95379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *346 - *347 + - *348 requestBody: required: true content: @@ -95399,7 +95416,7 @@ paths: description: Response content: application/json: - schema: *186 + schema: *187 examples: default: value: @@ -95637,8 +95654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *346 - *347 + - *348 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -95661,8 +95678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -95684,8 +95701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -95711,8 +95728,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *346 - *347 + - *348 - name: ref in: path required: true @@ -95804,9 +95821,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95847,7 +95864,7 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: default: value: @@ -95957,7 +95974,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &645 + - &646 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -95967,7 +95984,7 @@ paths: type: string examples: - members - - &650 + - &651 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -95979,7 +95996,7 @@ paths: format: int32 examples: - 1 - - &651 + - &652 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -96023,7 +96040,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &639 + items: &640 allOf: - type: object required: @@ -96105,7 +96122,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &652 + meta: &653 type: object description: The metadata associated with the creation/updates to the user. @@ -96170,31 +96187,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &640 + '400': &641 description: Bad request content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '401': &641 + schema: *639 + '401': &642 description: Authorization failure - '403': &642 + '403': &643 description: Permission denied - '429': &643 + '429': &644 description: Too many requests content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '500': &644 + schema: *639 + '500': &645 description: Internal server error content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 + schema: *639 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96218,7 +96235,7 @@ paths: required: true content: application/json: - schema: &648 + schema: &649 type: object required: - schemas @@ -96278,9 +96295,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *639 + schema: *640 examples: - group: &646 + group: &647 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -96299,13 +96316,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *640 - '401': *641 - '403': *642 - '409': &649 + '400': *641 + '401': *642 + '403': *643 + '409': &650 description: Duplicate record detected - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96322,7 +96339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &647 + - &648 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -96331,22 +96348,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *645 + - *646 - *38 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *639 + schema: *640 examples: - default: *646 - '400': *640 - '401': *641 - '403': *642 + default: *647 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96365,13 +96382,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *647 + - *648 - *38 requestBody: required: true content: application/json: - schema: *648 + schema: *649 examples: group: summary: Group @@ -96397,17 +96414,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *639 + schema: *640 examples: - group: *646 - groupWithMembers: *646 - '400': *640 - '401': *641 - '403': *642 + group: *647 + groupWithMembers: *647 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96431,13 +96448,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *647 + - *648 - *38 requestBody: required: true content: application/json: - schema: &659 + schema: &660 type: object required: - Operations @@ -96497,17 +96514,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *639 + schema: *640 examples: - updateGroup: *646 - addMembers: *646 - '400': *640 - '401': *641 - '403': *642 + updateGroup: *647 + addMembers: *647 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96523,17 +96540,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *647 + - *648 - *38 responses: '204': description: Group was deleted, no content - '400': *640 - '401': *641 - '403': *642 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96567,8 +96584,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *650 - *651 + - *652 - *38 responses: '200': @@ -96602,7 +96619,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &654 + items: &655 allOf: - type: object required: @@ -96694,7 +96711,7 @@ paths: address. examples: - true - roles: &653 + roles: &654 type: array description: The roles assigned to the user. items: @@ -96753,7 +96770,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *652 + meta: *653 startIndex: type: integer description: A starting index for the returned page @@ -96792,11 +96809,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *640 - '401': *641 - '403': *642 - '429': *643 - '500': *644 + '400': *641 + '401': *642 + '403': *643 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -96820,7 +96837,7 @@ paths: required: true content: application/json: - schema: &657 + schema: &658 type: object required: - schemas @@ -96913,9 +96930,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *653 + roles: *654 examples: - user: &658 + user: &659 summary: User value: schemas: @@ -96962,9 +96979,9 @@ paths: description: User has been created content: application/scim+json: - schema: *654 + schema: *655 examples: - user: &655 + user: &656 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -96990,13 +97007,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *655 - '400': *640 - '401': *641 - '403': *642 - '409': *649 - '429': *643 - '500': *644 + enterpriseOwner: *656 + '400': *641 + '401': *642 + '403': *643 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97013,7 +97030,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &656 + - &657 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -97026,15 +97043,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *654 + schema: *655 examples: - default: *655 - '400': *640 - '401': *641 - '403': *642 + default: *656 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97056,30 +97073,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *656 + - *657 - *38 requestBody: required: true content: application/json: - schema: *657 + schema: *658 examples: - user: *658 + user: *659 responses: '200': description: User was updated content: application/scim+json: - schema: *654 + schema: *655 examples: - user: *655 - '400': *640 - '401': *641 - '403': *642 + user: *656 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97114,13 +97131,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *656 + - *657 - *38 requestBody: required: true content: application/json: - schema: *659 + schema: *660 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -97160,18 +97177,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *654 - examples: - userMultiValuedProperties: *655 - userSingleValuedProperties: *655 - disableUser: *655 - '400': *640 - '401': *641 - '403': *642 + schema: *655 + examples: + userMultiValuedProperties: *656 + userSingleValuedProperties: *656 + disableUser: *656 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '409': *649 - '429': *643 - '500': *644 + '409': *650 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97191,17 +97208,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *656 + - *657 - *38 responses: '204': description: User was deleted, no content - '400': *640 - '401': *641 - '403': *642 + '400': *641 + '401': *642 + '403': *643 '404': *6 - '429': *643 - '500': *644 + '429': *644 + '500': *645 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -97234,7 +97251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *166 + - *167 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -97292,7 +97309,7 @@ paths: - 1 Resources: type: array - items: &660 + items: &661 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -97539,22 +97556,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &661 + '404': &662 description: Resource not found content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '403': &662 + schema: *639 + '403': &663 description: Forbidden content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '400': *640 - '429': *643 + schema: *639 + '400': *641 + '429': *644 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -97574,15 +97591,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *166 + - *167 responses: '201': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: &663 + default: &664 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -97605,17 +97622,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *661 - '403': *662 - '500': *644 + '404': *662 + '403': *663 + '500': *645 '409': description: Conflict content: application/json: - schema: *638 + schema: *639 application/scim+json: - schema: *638 - '400': *640 + schema: *639 + '400': *641 requestBody: required: true content: @@ -97709,18 +97726,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - - *166 - - *656 + - *167 + - *657 responses: '200': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: *663 - '404': *661 - '403': *662 + default: *664 + '404': *662 + '403': *663 '304': *35 x-github: githubCloudOnly: true @@ -97743,19 +97760,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *166 - - *656 + - *167 + - *657 responses: '200': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: *663 + default: *664 '304': *35 - '404': *661 - '403': *662 + '404': *662 + '403': *663 requestBody: required: true content: @@ -97865,20 +97882,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - - *166 - - *656 + - *167 + - *657 responses: '200': description: Response content: application/scim+json: - schema: *660 + schema: *661 examples: - default: *663 + default: *664 '304': *35 - '404': *661 - '403': *662 - '400': *640 + '404': *662 + '403': *663 + '400': *641 '429': description: Response content: @@ -97973,13 +97990,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - - *166 - - *656 + - *167 + - *657 responses: '204': description: Response - '404': *661 - '403': *662 + '404': *662 + '403': *663 '304': *35 x-github: githubCloudOnly: true @@ -98094,7 +98111,7 @@ paths: html_url: type: string format: uri - repository: *186 + repository: *187 score: type: number file_size: @@ -98113,7 +98130,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &664 + text_matches: &665 title: Search Result Text Matches type: array items: @@ -98228,7 +98245,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *124 + '503': *125 '422': *15 '403': *27 x-github: @@ -98277,7 +98294,7 @@ paths: enum: - author-date - committer-date - - &665 + - &666 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -98346,7 +98363,7 @@ paths: committer: anyOf: - type: 'null' - - *403 + - *404 comment_count: type: integer message: @@ -98365,7 +98382,7 @@ paths: url: type: string format: uri - verification: *516 + verification: *517 required: - author - committer @@ -98380,7 +98397,7 @@ paths: committer: anyOf: - type: 'null' - - *403 + - *404 parents: type: array items: @@ -98392,12 +98409,12 @@ paths: type: string sha: type: string - repository: *186 + repository: *187 score: type: number node_id: type: string - text_matches: *664 + text_matches: *665 required: - sha - node_id @@ -98590,7 +98607,7 @@ paths: - interactions - created - updated - - *665 + - *666 - *17 - *19 responses: @@ -98706,7 +98723,7 @@ paths: milestone: anyOf: - type: 'null' - - *471 + - *472 comments: type: integer created_at: @@ -98720,7 +98737,7 @@ paths: - string - 'null' format: date-time - text_matches: *664 + text_matches: *665 pull_request: type: object properties: @@ -98758,7 +98775,7 @@ paths: type: string score: type: number - author_association: *131 + author_association: *132 draft: type: boolean repository: *61 @@ -98773,7 +98790,7 @@ paths: anyOf: - type: 'null' - *5 - reactions: *132 + reactions: *133 required: - assignee - closed_at @@ -98889,7 +98906,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *124 + '503': *125 '422': *15 '304': *35 '403': *27 @@ -98942,7 +98959,7 @@ paths: enum: - created - updated - - *665 + - *666 - *17 - *19 responses: @@ -98987,7 +99004,7 @@ paths: - 'null' score: type: number - text_matches: *664 + text_matches: *665 required: - id - node_id @@ -99073,7 +99090,7 @@ paths: - forks - help-wanted-issues - updated - - *665 + - *666 - *17 - *19 responses: @@ -99292,7 +99309,7 @@ paths: license: anyOf: - type: 'null' - - *145 + - *146 permissions: type: object properties: @@ -99310,7 +99327,7 @@ paths: - admin - pull - push - text_matches: *664 + text_matches: *665 temp_clone_token: type: string allow_merge_commit: @@ -99513,7 +99530,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *124 + '503': *125 '422': *15 '304': *35 x-github: @@ -99619,7 +99636,7 @@ paths: - string - 'null' format: uri - text_matches: *664 + text_matches: *665 related: type: - array @@ -99814,7 +99831,7 @@ paths: - followers - repositories - joined - - *665 + - *666 - *17 - *19 responses: @@ -99924,7 +99941,7 @@ paths: type: - boolean - 'null' - text_matches: *664 + text_matches: *665 blog: type: - string @@ -99986,7 +100003,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *124 + '503': *125 '422': *15 x-github: githubCloudOnly: false @@ -100006,7 +100023,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &666 + - &667 name: team_id description: The unique identifier of the team. in: path @@ -100018,9 +100035,9 @@ paths: description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 x-github: githubCloudOnly: false @@ -100047,7 +100064,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *666 + - *667 requestBody: required: true content: @@ -100111,16 +100128,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '201': description: Response content: application/json: - schema: *327 + schema: *328 examples: - default: *328 + default: *329 '404': *6 '422': *15 '403': *27 @@ -100148,7 +100165,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *666 + - *667 responses: '204': description: Response @@ -100179,7 +100196,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *666 + - *667 - *82 - *17 - *19 @@ -100190,9 +100207,9 @@ paths: application/json: schema: type: array - items: *329 + items: *330 examples: - default: *667 + default: *668 headers: Link: *37 x-github: @@ -100221,7 +100238,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *666 + - *667 requestBody: required: true content: @@ -100255,9 +100272,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: triggersNotification: true githubCloudOnly: false @@ -100284,16 +100301,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 responses: '200': description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *330 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100318,8 +100335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 requestBody: required: false content: @@ -100342,9 +100359,9 @@ paths: description: Response content: application/json: - schema: *329 + schema: *330 examples: - default: *668 + default: *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100369,8 +100386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 responses: '204': description: Response @@ -100399,8 +100416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *666 - - *331 + - *667 + - *332 - *82 - *17 - *19 @@ -100411,9 +100428,9 @@ paths: application/json: schema: type: array - items: *332 + items: *333 examples: - default: *669 + default: *670 headers: Link: *37 x-github: @@ -100442,8 +100459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *666 - - *331 + - *667 + - *332 requestBody: required: true content: @@ -100465,9 +100482,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: triggersNotification: true githubCloudOnly: false @@ -100494,17 +100511,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100529,9 +100546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 requestBody: required: true content: @@ -100553,9 +100570,9 @@ paths: description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *670 + default: *671 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100580,9 +100597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 responses: '204': description: Response @@ -100611,9 +100628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -100639,9 +100656,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 x-github: @@ -100670,9 +100687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *666 - - *331 - - *334 + - *667 + - *332 + - *335 requestBody: required: true content: @@ -100704,9 +100721,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100732,8 +100749,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -100759,9 +100776,9 @@ paths: application/json: schema: type: array - items: *335 + items: *336 examples: - default: *337 + default: *338 headers: Link: *37 x-github: @@ -100790,8 +100807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *666 - - *331 + - *667 + - *332 requestBody: required: true content: @@ -100823,9 +100840,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100849,7 +100866,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -100859,9 +100876,9 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *263 + default: *264 headers: Link: *37 x-github: @@ -100887,7 +100904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *666 + - *667 - name: role description: Filters members returned by their role in the team. in: query @@ -100910,7 +100927,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '404': *6 @@ -100938,8 +100955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: if user is a member @@ -100975,8 +100992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: Response @@ -101015,8 +101032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: Response @@ -101052,16 +101069,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '200': description: Response content: application/json: - schema: *343 + schema: *344 examples: - response-if-user-is-a-team-maintainer: *671 + response-if-user-is-a-team-maintainer: *672 '404': *6 x-github: githubCloudOnly: false @@ -101094,8 +101111,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *666 - - *208 + - *667 + - *209 requestBody: required: false content: @@ -101120,9 +101137,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *344 examples: - response-if-users-membership-with-team-is-now-pending: *672 + response-if-users-membership-with-team-is-now-pending: *673 '403': description: Forbidden if team synchronization is set up '422': @@ -101156,8 +101173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *666 - - *208 + - *667 + - *209 responses: '204': description: Response @@ -101186,7 +101203,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -101196,9 +101213,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *673 + default: *674 headers: Link: *37 '404': *6 @@ -101225,16 +101242,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *666 - - *345 + - *667 + - *346 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *674 + default: *675 '404': description: Not Found if project is not managed by this team x-github: @@ -101259,8 +101276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *666 - - *345 + - *667 + - *346 requestBody: required: false content: @@ -101328,8 +101345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *666 - - *345 + - *667 + - *346 responses: '204': description: Response @@ -101356,7 +101373,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -101366,9 +101383,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 '404': *6 @@ -101398,15 +101415,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *666 - - *346 + - *667 - *347 + - *348 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *675 + schema: *676 examples: alternative-response-with-extra-repository-information: value: @@ -101557,9 +101574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *666 - - *346 + - *667 - *347 + - *348 requestBody: required: false content: @@ -101609,9 +101626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *666 - - *346 + - *667 - *347 + - *348 responses: '204': description: Response @@ -101640,15 +101657,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *666 + - *667 responses: '200': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '403': *27 '404': *6 x-github: @@ -101675,7 +101692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *666 + - *667 requestBody: required: true content: @@ -101736,7 +101753,7 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: default: value: @@ -101767,7 +101784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *666 + - *667 - *17 - *19 responses: @@ -101777,9 +101794,9 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - response-if-child-teams-exist: *676 + response-if-child-teams-exist: *677 headers: Link: *37 '404': *6 @@ -101812,7 +101829,7 @@ paths: application/json: schema: oneOf: - - &678 + - &679 title: Private User description: Private User type: object @@ -102062,7 +102079,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *677 + - *678 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -102222,7 +102239,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: default: value: @@ -102301,7 +102318,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 '304': *35 '404': *6 '403': *27 @@ -102324,7 +102341,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *208 + - *209 responses: '204': description: If the user is blocked @@ -102352,7 +102369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -102376,7 +102393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -102425,9 +102442,9 @@ paths: type: integer codespaces: type: array - items: *269 + items: *270 examples: - default: *270 + default: *271 '304': *35 '500': *93 '401': *23 @@ -102566,21 +102583,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '401': *23 '403': *27 '404': *6 - '503': *124 + '503': *125 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102620,7 +102637,7 @@ paths: type: integer secrets: type: array - items: &679 + items: &680 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -102662,7 +102679,7 @@ paths: - visibility - selected_repositories_url examples: - default: *460 + default: *461 headers: Link: *37 x-github: @@ -102734,13 +102751,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *196 + - *197 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: default: value: @@ -102770,7 +102787,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *196 + - *197 requestBody: required: true content: @@ -102815,7 +102832,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -102843,7 +102860,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *196 + - *197 responses: '204': description: Response @@ -102868,7 +102885,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *196 + - *197 responses: '200': description: Response @@ -102884,9 +102901,9 @@ paths: type: integer repositories: type: array - items: *186 + items: *187 examples: - default: *680 + default: *681 '401': *23 '403': *27 '404': *6 @@ -102911,7 +102928,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *196 + - *197 requestBody: required: true content: @@ -102965,7 +102982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *196 + - *197 - name: repository_id in: path required: true @@ -102998,7 +103015,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *196 + - *197 - name: repository_id in: path required: true @@ -103030,15 +103047,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '304': *35 '500': *93 '401': *23 @@ -103064,7 +103081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 requestBody: required: false content: @@ -103094,9 +103111,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '401': *23 '403': *27 '404': *6 @@ -103118,7 +103135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '202': *91 '304': *35 @@ -103147,13 +103164,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '202': description: Response content: application/json: - schema: &681 + schema: &682 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -103206,7 +103223,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &682 + default: &683 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -103238,7 +103255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *271 + - *272 - name: export_id in: path required: true @@ -103251,9 +103268,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *682 examples: - default: *682 + default: *683 '404': *6 x-github: githubCloudOnly: false @@ -103274,7 +103291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *271 + - *272 responses: '200': description: Response @@ -103290,9 +103307,9 @@ paths: type: integer machines: type: array - items: *459 + items: *460 examples: - default: *683 + default: *684 '304': *35 '500': *93 '401': *23 @@ -103321,7 +103338,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *271 + - *272 requestBody: required: true content: @@ -103377,11 +103394,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *359 + repository: *360 machine: anyOf: - type: 'null' - - *459 + - *460 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -104178,15 +104195,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '304': *35 '500': *93 '400': *14 @@ -104218,15 +104235,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *458 + default: *459 '500': *93 '401': *23 '403': *27 @@ -104256,9 +104273,9 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: &696 + default: &697 value: - id: 197 name: hello_docker @@ -104359,7 +104376,7 @@ paths: application/json: schema: type: array - items: &684 + items: &685 title: Email description: Email type: object @@ -104429,9 +104446,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: &698 + default: &699 value: - email: octocat@github.com verified: true @@ -104508,7 +104525,7 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: default: value: @@ -104620,7 +104637,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '304': *35 @@ -104653,7 +104670,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 '304': *35 @@ -104675,7 +104692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *208 + - *209 responses: '204': description: if the person is followed by the authenticated user @@ -104705,7 +104722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -104730,7 +104747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *208 + - *209 responses: '204': description: Response @@ -104766,7 +104783,7 @@ paths: application/json: schema: type: array - items: &685 + items: &686 title: GPG Key description: A unique encryption key type: object @@ -104911,7 +104928,7 @@ paths: - subkeys - revoked examples: - default: &709 + default: &710 value: - id: 3 name: Octocat's GPG Key @@ -104996,9 +105013,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: &686 + default: &687 value: id: 3 name: Octocat's GPG Key @@ -105055,7 +105072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &687 + - &688 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -105067,9 +105084,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *686 examples: - default: *686 + default: *687 '404': *6 '304': *35 '403': *27 @@ -105092,7 +105109,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *687 + - *688 responses: '204': description: Response @@ -105283,7 +105300,7 @@ paths: type: array items: *61 examples: - default: *688 + default: *689 headers: Link: *37 '404': *6 @@ -105308,7 +105325,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *181 + - *182 responses: '204': description: Response @@ -105334,7 +105351,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *181 + - *182 responses: '204': description: Response @@ -105368,12 +105385,12 @@ paths: application/json: schema: anyOf: - - *260 + - *261 - type: object properties: {} additionalProperties: false examples: - default: *261 + default: *262 '204': description: Response when there are no restrictions x-github: @@ -105397,7 +105414,7 @@ paths: required: true content: application/json: - schema: *527 + schema: *528 examples: default: value: @@ -105408,7 +105425,7 @@ paths: description: Response content: application/json: - schema: *260 + schema: *261 examples: default: value: @@ -105489,7 +105506,7 @@ paths: - closed - all default: open - - *266 + - *267 - name: sort description: What to sort results by. in: query @@ -105502,7 +105519,7 @@ paths: - comments default: created - *82 - - *134 + - *135 - *17 - *19 responses: @@ -105512,9 +105529,9 @@ paths: application/json: schema: type: array - items: *144 + items: *145 examples: - default: *267 + default: *268 headers: Link: *37 '404': *6 @@ -105547,7 +105564,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: Key description: Key type: object @@ -105645,9 +105662,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: &690 + default: &691 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105680,15 +105697,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *554 + - *555 responses: '200': description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '404': *6 '304': *35 '403': *27 @@ -105711,7 +105728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *554 + - *555 responses: '204': description: Response @@ -105744,7 +105761,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -105812,7 +105829,7 @@ paths: - id - type - login - plan: *147 + plan: *148 required: - billing_cycle - next_billing_date @@ -105823,7 +105840,7 @@ paths: - account - plan examples: - default: &692 + default: &693 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -105885,9 +105902,9 @@ paths: application/json: schema: type: array - items: *691 + items: *692 examples: - default: *692 + default: *693 headers: Link: *37 '304': *35 @@ -105927,7 +105944,7 @@ paths: application/json: schema: type: array - items: *272 + items: *273 examples: default: value: @@ -106029,13 +106046,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *166 + - *167 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -106093,7 +106110,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *166 + - *167 requestBody: required: true content: @@ -106118,7 +106135,7 @@ paths: description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -106186,7 +106203,7 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: default: value: @@ -106448,7 +106465,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -106628,7 +106645,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *275 + - *276 - name: exclude in: query required: false @@ -106641,7 +106658,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *275 examples: default: value: @@ -106835,7 +106852,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *275 + - *276 responses: '302': description: Response @@ -106861,7 +106878,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *275 + - *276 responses: '204': description: Response @@ -106890,8 +106907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *275 - - *693 + - *276 + - *694 responses: '204': description: Response @@ -106915,7 +106932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *275 + - *276 - *17 - *19 responses: @@ -106925,9 +106942,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 '404': *6 @@ -106964,7 +106981,7 @@ paths: type: array items: *56 examples: - default: *694 + default: *695 headers: Link: *37 '304': *35 @@ -107006,7 +107023,7 @@ paths: - docker - nuget - container - - *695 + - *696 - *19 - *17 responses: @@ -107016,10 +107033,10 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *696 - '400': *697 + default: *697 + '400': *698 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107039,16 +107056,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *282 - *283 + - *284 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: &710 + default: &711 value: id: 40201 name: octo-name @@ -107161,8 +107178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *282 - *283 + - *284 responses: '204': description: Response @@ -107192,8 +107209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *282 - *283 + - *284 - name: token description: package token schema: @@ -107225,8 +107242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *282 - *283 + - *284 - *19 - *17 - name: state @@ -107246,7 +107263,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -107295,15 +107312,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *282 - *283 - - *285 + - *284 + - *286 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -107339,9 +107356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *282 - *283 - - *285 + - *284 + - *286 responses: '204': description: Response @@ -107371,9 +107388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *282 - *283 - - *285 + - *284 + - *286 responses: '204': description: Response @@ -107431,7 +107448,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *296 examples: default: value: @@ -107500,9 +107517,9 @@ paths: application/json: schema: type: array - items: *684 + items: *685 examples: - default: *698 + default: *699 headers: Link: *37 '304': *35 @@ -107615,7 +107632,7 @@ paths: type: array items: *61 examples: - default: &705 + default: &706 summary: Default response value: - id: 1296269 @@ -107931,9 +107948,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *360 examples: - default: *361 + default: *362 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -107971,9 +107988,9 @@ paths: application/json: schema: type: array - items: *529 + items: *530 examples: - default: *699 + default: *700 headers: Link: *37 '304': *35 @@ -107996,7 +108013,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *264 + - *265 responses: '204': description: Response @@ -108019,7 +108036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *264 + - *265 responses: '204': description: Response @@ -108052,7 +108069,7 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: Social account description: Social media account type: object @@ -108069,7 +108086,7 @@ paths: - provider - url examples: - default: &701 + default: &702 value: - provider: twitter url: https://twitter.com/github @@ -108132,9 +108149,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 '422': *15 '304': *35 '404': *6 @@ -108222,7 +108239,7 @@ paths: application/json: schema: type: array - items: &702 + items: &703 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -108242,7 +108259,7 @@ paths: - title - created_at examples: - default: &711 + default: &712 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108309,9 +108326,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: - default: &703 + default: &704 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108342,7 +108359,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &704 + - &705 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -108354,9 +108371,9 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: - default: *703 + default: *704 '404': *6 '304': *35 '403': *27 @@ -108379,7 +108396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *704 + - *705 responses: '204': description: Response @@ -108408,7 +108425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &712 + - &713 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -108433,11 +108450,11 @@ paths: type: array items: *61 examples: - default-response: *705 + default-response: *706 application/vnd.github.v3.star+json: schema: type: array - items: &713 + items: &714 title: Starred Repository description: Starred Repository type: object @@ -108593,8 +108610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response if this repository is starred by you @@ -108622,8 +108639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -108647,8 +108664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *346 - *347 + - *348 responses: '204': description: Response @@ -108681,9 +108698,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 '304': *35 @@ -108720,7 +108737,7 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: default: value: @@ -108798,7 +108815,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *149 + - *150 responses: '200': description: Response @@ -108806,10 +108823,10 @@ paths: application/json: schema: oneOf: + - *679 - *678 - - *677 examples: - default-response: &707 + default-response: &708 summary: Default response value: login: octocat @@ -108844,7 +108861,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &708 + response-with-git-hub-plan-information: &709 summary: Response with GitHub plan information value: login: octocat @@ -108904,7 +108921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *706 + - *707 - *17 responses: '200': @@ -108915,7 +108932,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: example: ; rel="next" @@ -108945,7 +108962,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *208 + - *209 responses: '200': description: Response @@ -108953,11 +108970,11 @@ paths: application/json: schema: oneOf: + - *679 - *678 - - *677 examples: - default-response: *707 - response-with-git-hub-plan-information: *708 + default-response: *708 + response-with-git-hub-plan-information: *709 '404': *6 x-github: githubCloudOnly: false @@ -108983,7 +109000,7 @@ paths: - *17 - *80 - *81 - - *208 + - *209 - name: subject_digest description: Subject Digest in: path @@ -109087,7 +109104,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -109113,7 +109130,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *208 + - *209 responses: '200': description: Response @@ -109121,9 +109138,9 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *696 + default: *697 '403': *27 '401': *23 x-github: @@ -109146,7 +109163,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109156,7 +109173,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -109227,8 +109244,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *208 - - *166 + - *209 + - *167 - *17 - *19 responses: @@ -109238,7 +109255,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -109317,7 +109334,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109327,7 +109344,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -109394,7 +109411,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109406,7 +109423,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -109425,7 +109442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109437,7 +109454,7 @@ paths: type: array items: *4 examples: - default: *268 + default: *269 headers: Link: *37 x-github: @@ -109456,7 +109473,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *208 + - *209 - name: target_user in: path required: true @@ -109483,8 +109500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *208 - - *134 + - *209 + - *135 - *17 - *19 responses: @@ -109494,9 +109511,9 @@ paths: application/json: schema: type: array - items: *135 + items: *136 examples: - default: *136 + default: *137 headers: Link: *37 '422': *15 @@ -109517,7 +109534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109527,9 +109544,9 @@ paths: application/json: schema: type: array - items: *685 + items: *686 examples: - default: *709 + default: *710 headers: Link: *37 x-github: @@ -109553,7 +109570,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *208 + - *209 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -109625,7 +109642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *208 + - *209 responses: '200': description: Response @@ -109633,7 +109650,7 @@ paths: application/json: schema: *20 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109651,7 +109668,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109699,7 +109716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -109711,7 +109728,7 @@ paths: type: array items: *56 examples: - default: *694 + default: *695 headers: Link: *37 x-github: @@ -109750,8 +109767,8 @@ paths: - docker - nuget - container - - *695 - - *208 + - *696 + - *209 - *19 - *17 responses: @@ -109761,12 +109778,12 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: - default: *696 + default: *697 '403': *27 '401': *23 - '400': *697 + '400': *698 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109786,17 +109803,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: - default: *710 + default: *711 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109817,9 +109834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 responses: '204': description: Response @@ -109851,9 +109868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 - name: token description: package token schema: @@ -109885,9 +109902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *282 - *283 - - *208 + - *284 + - *209 responses: '200': description: Response @@ -109895,7 +109912,7 @@ paths: application/json: schema: type: array - items: *284 + items: *285 examples: default: value: @@ -109953,16 +109970,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *282 - *283 - - *285 - - *208 + - *284 + - *286 + - *209 responses: '200': description: Response content: application/json: - schema: *284 + schema: *285 examples: default: value: @@ -109997,10 +110014,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *282 - *283 - - *208 - - *285 + - *284 + - *209 + - *286 responses: '204': description: Response @@ -110032,10 +110049,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *282 - *283 - - *208 - - *285 + - *284 + - *209 + - *286 responses: '204': description: Response @@ -110058,7 +110075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *208 + - *209 - name: state description: Indicates the state of the projects to return. in: query @@ -110079,7 +110096,7 @@ paths: application/json: schema: type: array - items: *295 + items: *296 examples: default: value: @@ -110138,7 +110155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110148,7 +110165,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -110227,7 +110244,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110237,7 +110254,7 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: default: value: @@ -110314,7 +110331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *208 + - *209 - name: type description: Limit results to repositories of the specified type. in: query @@ -110357,9 +110374,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -110383,15 +110400,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *315 + schema: *316 examples: - default: *316 + default: *317 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110413,15 +110430,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *319 + schema: *320 examples: - default: *320 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110443,15 +110460,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *208 + - *209 responses: '200': description: Response content: application/json: - schema: *321 + schema: *322 examples: - default: *322 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110469,7 +110486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110479,9 +110496,9 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: - default: *701 + default: *702 headers: Link: *37 x-github: @@ -110501,7 +110518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110511,9 +110528,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *711 + default: *712 headers: Link: *37 x-github: @@ -110537,8 +110554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *208 - - *712 + - *209 + - *713 - *82 - *17 - *19 @@ -110550,11 +110567,11 @@ paths: schema: anyOf: - type: array - items: *713 + items: *714 - type: array items: *61 examples: - default-response: *705 + default-response: *706 headers: Link: *37 x-github: @@ -110573,7 +110590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *208 + - *209 - *17 - *19 responses: @@ -110583,9 +110600,9 @@ paths: application/json: schema: type: array - items: *186 + items: *187 examples: - default: *286 + default: *287 headers: Link: *37 x-github: @@ -110714,7 +110731,7 @@ webhooks: type: string enum: - disabled - enterprise: &714 + enterprise: &715 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -110783,7 +110800,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &715 + installation: &716 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -110804,7 +110821,7 @@ webhooks: required: - id - node_id - organization: &716 + organization: &717 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -110877,7 +110894,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &717 + repository: &718 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -110906,7 +110923,7 @@ webhooks: license: anyOf: - type: 'null' - - *145 + - *146 organization: anyOf: - type: 'null' @@ -111790,10 +111807,10 @@ webhooks: type: string enum: - enabled - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -111869,11 +111886,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - rule: &718 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + rule: &719 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -112096,11 +112113,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - rule: *718 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + rule: *719 sender: *4 required: - action @@ -112288,11 +112305,11 @@ webhooks: - everyone required: - from - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - rule: *718 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + rule: *719 sender: *4 required: - action @@ -112365,7 +112382,7 @@ webhooks: required: true content: application/json: - schema: &721 + schema: &722 title: Exemption request cancellation event type: object properties: @@ -112373,11 +112390,11 @@ webhooks: type: string enum: - cancelled - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: &719 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: &720 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -112531,7 +112548,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &720 + items: &721 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -112643,7 +112660,7 @@ webhooks: required: true content: application/json: - schema: &722 + schema: &723 title: Exemption request completed event type: object properties: @@ -112651,11 +112668,11 @@ webhooks: type: string enum: - completed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 sender: *4 required: - action @@ -112727,7 +112744,7 @@ webhooks: required: true content: application/json: - schema: &723 + schema: &724 title: Exemption request created event type: object properties: @@ -112735,11 +112752,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 sender: *4 required: - action @@ -112811,7 +112828,7 @@ webhooks: required: true content: application/json: - schema: &724 + schema: &725 title: Exemption response dismissed event type: object properties: @@ -112819,12 +112836,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 - exemption_response: *720 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 + exemption_response: *721 sender: *4 required: - action @@ -112898,7 +112915,7 @@ webhooks: required: true content: application/json: - schema: &725 + schema: &726 title: Exemption response submitted event type: object properties: @@ -112906,12 +112923,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - exemption_request: *719 - exemption_response: *720 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + exemption_request: *720 + exemption_response: *721 sender: *4 required: - action @@ -112984,7 +113001,7 @@ webhooks: required: true content: application/json: - schema: *721 + schema: *722 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113051,7 +113068,7 @@ webhooks: required: true content: application/json: - schema: *722 + schema: *723 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113118,7 +113135,7 @@ webhooks: required: true content: application/json: - schema: *723 + schema: *724 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113185,7 +113202,7 @@ webhooks: required: true content: application/json: - schema: *724 + schema: *725 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113253,7 +113270,7 @@ webhooks: required: true content: application/json: - schema: *725 + schema: *726 responses: '200': description: Return a 200 status to indicate that the data was received @@ -113331,7 +113348,7 @@ webhooks: type: string enum: - completed - check_run: &727 + check_run: &728 title: CheckRun description: A check performed on the code of a given code change type: object @@ -113399,8 +113416,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *421 - repository: *186 + items: *422 + repository: *187 status: type: string enum: @@ -113444,7 +113461,7 @@ webhooks: - examples: - neutral - deployment: *726 + deployment: *727 details_url: type: string examples: @@ -113504,7 +113521,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *421 + items: *422 started_at: type: string format: date-time @@ -113542,9 +113559,9 @@ webhooks: - output - app - pull_requests - installation: *715 - organization: *716 - repository: *717 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - check_run @@ -113937,10 +113954,10 @@ webhooks: type: string enum: - created - check_run: *727 - installation: *715 - organization: *716 - repository: *717 + check_run: *728 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - check_run @@ -114336,10 +114353,10 @@ webhooks: type: string enum: - requested_action - check_run: *727 - installation: *715 - organization: *716 - repository: *717 + check_run: *728 + installation: *716 + organization: *717 + repository: *718 requested_action: description: The action requested by the user. type: object @@ -114744,10 +114761,10 @@ webhooks: type: string enum: - rerequested - check_run: *727 - installation: *715 - organization: *716 - repository: *717 + check_run: *728 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - check_run @@ -115739,10 +115756,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -116427,10 +116444,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -117109,10 +117126,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -117278,7 +117295,7 @@ webhooks: required: - login - id - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117430,20 +117447,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &728 + commit_oid: &729 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *714 - installation: *715 - organization: *716 - ref: &729 + enterprise: *715 + installation: *716 + organization: *717 + ref: &730 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *717 + repository: *718 sender: *4 required: - action @@ -117607,7 +117624,7 @@ webhooks: required: - login - id - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -117777,12 +117794,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -117880,7 +117897,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118059,12 +118076,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -118230,7 +118247,7 @@ webhooks: required: - login - id - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -118407,12 +118424,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -118512,7 +118529,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118692,9 +118709,9 @@ webhooks: type: - string - 'null' - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -118702,7 +118719,7 @@ webhooks: type: - string - 'null' - repository: *717 + repository: *718 sender: *4 required: - action @@ -118798,7 +118815,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *433 + dismissed_comment: *434 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -118945,12 +118962,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *728 - enterprise: *714 - installation: *715 - organization: *716 - ref: *729 - repository: *717 + commit_oid: *729 + enterprise: *715 + installation: *716 + organization: *717 + ref: *730 + repository: *718 sender: *4 required: - action @@ -119212,10 +119229,10 @@ webhooks: - updated_at - author_association - body - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -119296,18 +119313,18 @@ webhooks: type: - string - 'null' - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *716 - pusher_type: &730 + organization: *717 + pusher_type: &731 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &731 + ref: &732 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -119317,7 +119334,7 @@ webhooks: enum: - tag - branch - repository: *717 + repository: *718 sender: *4 required: - ref @@ -119399,10 +119416,10 @@ webhooks: type: string enum: - created - definition: *107 - enterprise: *714 - installation: *715 - organization: *716 + definition: *108 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -119487,9 +119504,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -119566,10 +119583,10 @@ webhooks: type: string enum: - updated - definition: *107 - enterprise: *714 - installation: *715 - organization: *716 + definition: *108 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -119646,19 +119663,19 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - repository: *717 - organization: *716 + enterprise: *715 + installation: *716 + repository: *718 + organization: *717 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *297 + items: *298 old_property_values: type: array description: The old custom property values for the repository. - items: *297 + items: *298 required: - action - repository @@ -119734,18 +119751,18 @@ webhooks: title: delete event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - pusher_type: *730 - ref: *731 + enterprise: *715 + installation: *716 + organization: *717 + pusher_type: *731 + ref: *732 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *717 + repository: *718 sender: *4 required: - ref @@ -119829,11 +119846,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -119917,11 +119934,11 @@ webhooks: type: string enum: - auto_reopened - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120005,11 +120022,11 @@ webhooks: type: string enum: - created - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120091,11 +120108,11 @@ webhooks: type: string enum: - dismissed - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120177,11 +120194,11 @@ webhooks: type: string enum: - fixed - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120264,11 +120281,11 @@ webhooks: type: string enum: - reintroduced - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120350,11 +120367,11 @@ webhooks: type: string enum: - reopened - alert: *485 - installation: *715 - organization: *716 - enterprise: *714 - repository: *717 + alert: *486 + installation: *716 + organization: *717 + enterprise: *715 + repository: *718 sender: *4 required: - action @@ -120431,9 +120448,9 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - key: &732 + enterprise: *715 + installation: *716 + key: &733 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -120471,8 +120488,8 @@ webhooks: - verified - created_at - read_only - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -120549,11 +120566,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - key: *732 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + key: *733 + organization: *717 + repository: *718 sender: *4 required: - action @@ -121125,12 +121142,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: &736 + workflow: &737 title: Workflow type: - object @@ -121868,13 +121885,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *491 + deployment: *492 pull_requests: type: array - items: *573 - repository: *717 - organization: *716 - installation: *715 + items: *574 + repository: *718 + organization: *717 + installation: *716 sender: *4 responses: '200': @@ -121945,7 +121962,7 @@ webhooks: type: string enum: - approved - approver: &733 + approver: &734 type: object properties: avatar_url: @@ -121988,11 +122005,11 @@ webhooks: type: string comment: type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - reviewers: &734 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + reviewers: &735 type: array items: type: object @@ -122073,7 +122090,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &735 + workflow_job_run: &736 type: object properties: conclusion: @@ -122819,18 +122836,18 @@ webhooks: type: string enum: - rejected - approver: *733 + approver: *734 comment: type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - reviewers: *734 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + reviewers: *735 sender: *4 since: type: string - workflow_job_run: *735 + workflow_job_run: *736 workflow_job_runs: type: array items: @@ -123547,13 +123564,13 @@ webhooks: type: string enum: - requested - enterprise: *714 + enterprise: *715 environment: type: string - installation: *715 - organization: *716 - repository: *717 - requestor: &741 + installation: *716 + organization: *717 + repository: *718 + requestor: &742 title: User type: - object @@ -125496,12 +125513,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Deployment Workflow Run type: @@ -126192,7 +126209,7 @@ webhooks: type: string enum: - answered - answer: &739 + answer: &740 type: object properties: author_association: @@ -126352,7 +126369,7 @@ webhooks: - created_at - updated_at - body - discussion: &737 + discussion: &738 title: Discussion description: A Discussion in a repository. type: object @@ -126648,7 +126665,7 @@ webhooks: - id labels: type: array - items: *536 + items: *537 required: - repository_url - category @@ -126670,10 +126687,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -126800,11 +126817,11 @@ webhooks: - from required: - category - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -126887,11 +126904,11 @@ webhooks: type: string enum: - closed - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -126973,7 +126990,7 @@ webhooks: type: string enum: - created - comment: &738 + comment: &739 type: object properties: author_association: @@ -127133,11 +127150,11 @@ webhooks: - updated_at - body - reactions - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127220,12 +127237,12 @@ webhooks: type: string enum: - deleted - comment: *738 - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + comment: *739 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127320,12 +127337,12 @@ webhooks: - from required: - body - comment: *738 - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + comment: *739 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127409,11 +127426,11 @@ webhooks: type: string enum: - created - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127495,11 +127512,11 @@ webhooks: type: string enum: - deleted - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127599,11 +127616,11 @@ webhooks: type: string required: - from - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127685,10 +127702,10 @@ webhooks: type: string enum: - labeled - discussion: *737 - enterprise: *714 - installation: *715 - label: &740 + discussion: *738 + enterprise: *715 + installation: *716 + label: &741 title: Label type: object properties: @@ -127721,8 +127738,8 @@ webhooks: - color - default - description - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127805,11 +127822,11 @@ webhooks: type: string enum: - locked - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127891,11 +127908,11 @@ webhooks: type: string enum: - pinned - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -127977,11 +127994,11 @@ webhooks: type: string enum: - reopened - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128066,16 +128083,16 @@ webhooks: changes: type: object properties: - new_discussion: *737 - new_repository: *717 + new_discussion: *738 + new_repository: *718 required: - new_discussion - new_repository - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128158,10 +128175,10 @@ webhooks: type: string enum: - unanswered - discussion: *737 - old_answer: *739 - organization: *716 - repository: *717 + discussion: *738 + old_answer: *740 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128243,12 +128260,12 @@ webhooks: type: string enum: - unlabeled - discussion: *737 - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128331,11 +128348,11 @@ webhooks: type: string enum: - unlocked - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128417,11 +128434,11 @@ webhooks: type: string enum: - unpinned - discussion: *737 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + discussion: *738 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -128494,7 +128511,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *714 + enterprise: *715 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -129172,9 +129189,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *715 - organization: *716 - repository: *717 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - forkee @@ -129320,9 +129337,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pages: description: The pages that were updated. type: array @@ -129360,7 +129377,7 @@ webhooks: - action - sha - html_url - repository: *717 + repository: *718 sender: *4 required: - pages @@ -129436,10 +129453,10 @@ webhooks: type: string enum: - created - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: &742 + organization: *717 + repositories: &743 description: An array of repository objects that the installation can access. type: array @@ -129465,8 +129482,8 @@ webhooks: - name - full_name - private - repository: *717 - requester: *741 + repository: *718 + requester: *742 sender: *4 required: - action @@ -129541,11 +129558,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -129622,11 +129639,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -129703,10 +129720,10 @@ webhooks: type: string enum: - added - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories_added: &743 + organization: *717 + repositories_added: &744 description: An array of repository objects, which were added to the installation. type: array @@ -129752,15 +129769,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *717 - repository_selection: &744 + repository: *718 + repository_selection: &745 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *741 + requester: *742 sender: *4 required: - action @@ -129839,10 +129856,10 @@ webhooks: type: string enum: - removed - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories_added: *743 + organization: *717 + repositories_added: *744 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -129869,9 +129886,9 @@ webhooks: - name - full_name - private - repository: *717 - repository_selection: *744 - requester: *741 + repository: *718 + repository_selection: *745 + requester: *742 sender: *4 required: - action @@ -129950,11 +129967,11 @@ webhooks: type: string enum: - suspend - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -130137,10 +130154,10 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 target_type: type: string @@ -130219,11 +130236,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *714 + enterprise: *715 installation: *20 - organization: *716 - repositories: *742 - repository: *717 + organization: *717 + repositories: *743 + repository: *718 requester: type: - 'null' @@ -130471,8 +130488,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131662,8 +131679,8 @@ webhooks: - state - locked - assignee - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -131743,7 +131760,7 @@ webhooks: type: string enum: - deleted - comment: &745 + comment: &746 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -131910,8 +131927,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -133099,8 +133116,8 @@ webhooks: - state - locked - assignee - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -133180,7 +133197,7 @@ webhooks: type: string enum: - edited - changes: &770 + changes: &771 description: The changes to the comment. type: object properties: @@ -133192,9 +133209,9 @@ webhooks: type: string required: - from - comment: *745 - enterprise: *714 - installation: *715 + comment: *746 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -134383,8 +134400,8 @@ webhooks: - state - locked - assignee - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -134466,10 +134483,10 @@ webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *714 - installation: *715 - issue: &748 + assignee: *742 + enterprise: *715 + installation: *716 + issue: &749 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -135413,8 +135430,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -135494,8 +135511,8 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -136587,8 +136604,8 @@ webhooks: required: - state - closed_at - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -136667,8 +136684,8 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137605,8 +137622,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -137685,8 +137702,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138627,7 +138644,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &746 + milestone: &747 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138770,8 +138787,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -138870,8 +138887,8 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139815,9 +139832,9 @@ webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *716 - repository: *717 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -139897,8 +139914,8 @@ webhooks: type: string enum: - labeled - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -140841,9 +140858,9 @@ webhooks: - active_lock_reason - body - reactions - label: *740 - organization: *716 - repository: *717 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -140923,8 +140940,8 @@ webhooks: type: string enum: - locked - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -141869,8 +141886,8 @@ webhooks: format: uri user_view_type: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -141949,8 +141966,8 @@ webhooks: type: string enum: - milestoned - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142889,9 +142906,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *746 - organization: *716 - repository: *717 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -144391,8 +144408,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145335,8 +145352,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -145416,9 +145433,9 @@ webhooks: type: string enum: - pinned - enterprise: *714 - installation: *715 - issue: &747 + enterprise: *715 + installation: *716 + issue: &748 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146355,8 +146372,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -146435,8 +146452,8 @@ webhooks: type: string enum: - reopened - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147380,8 +147397,8 @@ webhooks: format: uri user_view_type: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -148881,11 +148898,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *714 - installation: *715 - issue: *747 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *748 + organization: *717 + repository: *718 sender: *4 required: - action @@ -148966,7 +148983,7 @@ webhooks: type: string enum: - unassigned - assignee: &773 + assignee: &774 title: User type: - object @@ -149038,11 +149055,11 @@ webhooks: required: - login - id - enterprise: *714 - installation: *715 - issue: *748 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *749 + organization: *717 + repository: *718 sender: *4 required: - action @@ -149121,12 +149138,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *714 - installation: *715 - issue: *748 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *749 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -149206,8 +149223,8 @@ webhooks: type: string enum: - unlocked - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150150,8 +150167,8 @@ webhooks: format: uri user_view_type: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150231,11 +150248,11 @@ webhooks: type: string enum: - unpinned - enterprise: *714 - installation: *715 - issue: *747 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + issue: *748 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150314,11 +150331,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150396,11 +150413,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150510,11 +150527,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - label: *740 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + label: *741 + organization: *717 + repository: *718 sender: *4 required: - action @@ -150596,9 +150613,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: &749 + enterprise: *715 + installation: *716 + marketplace_purchase: &750 title: Marketplace Purchase type: object required: @@ -150686,8 +150703,8 @@ webhooks: type: integer unit_count: type: integer - organization: *716 - previous_marketplace_purchase: &750 + organization: *717 + previous_marketplace_purchase: &751 title: Marketplace Purchase type: object properties: @@ -150771,7 +150788,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *717 + repository: *718 sender: *4 required: - action @@ -150851,10 +150868,10 @@ webhooks: - changed effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: *749 - organization: *716 + enterprise: *715 + installation: *716 + marketplace_purchase: *750 + organization: *717 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -150942,7 +150959,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *717 + repository: *718 sender: *4 required: - action @@ -151024,10 +151041,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: *749 - organization: *716 + enterprise: *715 + installation: *716 + marketplace_purchase: *750 + organization: *717 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -151113,7 +151130,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *717 + repository: *718 sender: *4 required: - action @@ -151194,8 +151211,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 marketplace_purchase: title: Marketplace Purchase type: object @@ -151281,9 +151298,9 @@ webhooks: type: integer unit_count: type: integer - organization: *716 - previous_marketplace_purchase: *750 - repository: *717 + organization: *717 + previous_marketplace_purchase: *751 + repository: *718 sender: *4 required: - action @@ -151363,12 +151380,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *714 - installation: *715 - marketplace_purchase: *749 - organization: *716 - previous_marketplace_purchase: *750 - repository: *717 + enterprise: *715 + installation: *716 + marketplace_purchase: *750 + organization: *717 + previous_marketplace_purchase: *751 + repository: *718 sender: *4 required: - action @@ -151470,11 +151487,11 @@ webhooks: type: string required: - to - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 sender: *4 required: - action @@ -151576,11 +151593,11 @@ webhooks: type: - string - 'null' - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 sender: *4 required: - action @@ -151659,11 +151676,11 @@ webhooks: type: string enum: - removed - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 sender: *4 required: - action @@ -151741,11 +151758,11 @@ webhooks: type: string enum: - added - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 scope: description: The scope of the membership. Currently, can only be `team`. @@ -151823,7 +151840,7 @@ webhooks: required: - login - id - team: &751 + team: &752 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -152016,11 +152033,11 @@ webhooks: type: string enum: - removed - enterprise: *714 - installation: *715 - member: *741 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + member: *742 + organization: *717 + repository: *718 scope: description: The scope of the membership. Currently, can only be `team`. @@ -152099,7 +152116,7 @@ webhooks: required: - login - id - team: *751 + team: *752 required: - action - scope @@ -152181,8 +152198,8 @@ webhooks: type: string enum: - checks_requested - installation: *715 - merge_group: &752 + installation: *716 + merge_group: &753 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -152201,15 +152218,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *425 + head_commit: *426 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152295,10 +152312,10 @@ webhooks: - merged - invalidated - dequeued - installation: *715 - merge_group: *752 - organization: *716 - repository: *717 + installation: *716 + merge_group: *753 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152371,7 +152388,7 @@ webhooks: type: string enum: - deleted - enterprise: *714 + enterprise: *715 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -152479,12 +152496,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *715 - organization: *716 + installation: *716 + organization: *717 repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -152564,11 +152581,11 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 - milestone: *746 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152647,9 +152664,9 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - milestone: &753 + enterprise: *715 + installation: *716 + milestone: &754 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152791,8 +152808,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152871,11 +152888,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - milestone: *746 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -152985,11 +153002,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - milestone: *746 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *747 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153069,11 +153086,11 @@ webhooks: type: string enum: - opened - enterprise: *714 - installation: *715 - milestone: *753 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + milestone: *754 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153152,11 +153169,11 @@ webhooks: type: string enum: - blocked - blocked_user: *741 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + blocked_user: *742 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153235,11 +153252,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *741 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + blocked_user: *742 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153318,9 +153335,9 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - membership: &754 + enterprise: *715 + installation: *716 + membership: &755 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -153414,8 +153431,8 @@ webhooks: - role - organization_url - user - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153493,11 +153510,11 @@ webhooks: type: string enum: - member_added - enterprise: *714 - installation: *715 - membership: *754 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + membership: *755 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153576,8 +153593,8 @@ webhooks: type: string enum: - member_invited - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -153699,10 +153716,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 - user: *741 + user: *742 required: - action - invitation @@ -153780,11 +153797,11 @@ webhooks: type: string enum: - member_removed - enterprise: *714 - installation: *715 - membership: *754 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + membership: *755 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153871,11 +153888,11 @@ webhooks: properties: from: type: string - enterprise: *714 - installation: *715 - membership: *754 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + membership: *755 + organization: *717 + repository: *718 sender: *4 required: - action @@ -153951,9 +153968,9 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 package: description: Information about the package. type: object @@ -154476,7 +154493,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &755 + items: &756 title: Ruby Gems metadata type: object properties: @@ -154573,7 +154590,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -154649,9 +154666,9 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 package: description: Information about the package. type: object @@ -155013,7 +155030,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *755 + items: *756 source_url: type: string format: uri @@ -155084,7 +155101,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -155265,12 +155282,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *714 + enterprise: *715 id: type: integer - installation: *715 - organization: *716 - repository: *717 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - id @@ -155350,7 +155367,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &756 + personal_access_token_request: &757 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -155500,10 +155517,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *714 - organization: *716 + enterprise: *715 + organization: *717 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155582,11 +155599,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *756 - enterprise: *714 - organization: *716 + personal_access_token_request: *757 + enterprise: *715 + organization: *717 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155664,11 +155681,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *756 - enterprise: *714 - organization: *716 + personal_access_token_request: *757 + enterprise: *715 + organization: *717 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155745,11 +155762,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *756 - organization: *716 - enterprise: *714 + personal_access_token_request: *757 + organization: *717 + enterprise: *715 sender: *4 - installation: *715 + installation: *716 required: - action - personal_access_token_request @@ -155853,7 +155870,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *757 + last_response: *758 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -155885,8 +155902,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 zen: description: Random string of GitHub zen. @@ -156131,10 +156148,10 @@ webhooks: - from required: - note - enterprise: *714 - installation: *715 - organization: *716 - project_card: &758 + enterprise: *715 + installation: *716 + organization: *717 + project_card: &759 title: Project Card type: object properties: @@ -156257,7 +156274,7 @@ webhooks: - creator - created_at - updated_at - repository: *717 + repository: *718 sender: *4 required: - action @@ -156338,11 +156355,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - project_card: *758 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_card: *759 + repository: *718 sender: *4 required: - action @@ -156422,9 +156439,9 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 project_card: title: Project Card type: object @@ -156554,7 +156571,7 @@ webhooks: repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -156648,11 +156665,11 @@ webhooks: - from required: - note - enterprise: *714 - installation: *715 - organization: *716 - project_card: *758 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_card: *759 + repository: *718 sender: *4 required: - action @@ -156746,9 +156763,9 @@ webhooks: - from required: - column_id - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 project_card: allOf: - title: Project Card @@ -156945,7 +156962,7 @@ webhooks: type: string required: - after_id - repository: *717 + repository: *718 sender: *4 required: - action @@ -157025,10 +157042,10 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 - organization: *716 - project: &760 + enterprise: *715 + installation: *716 + organization: *717 + project: &761 title: Project type: object properties: @@ -157155,7 +157172,7 @@ webhooks: - creator - created_at - updated_at - repository: *717 + repository: *718 sender: *4 required: - action @@ -157235,10 +157252,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - project_column: &759 + enterprise: *715 + installation: *716 + organization: *717 + project_column: &760 title: Project Column type: object properties: @@ -157278,7 +157295,7 @@ webhooks: - name - created_at - updated_at - repository: *717 + repository: *718 sender: *4 required: - action @@ -157357,14 +157374,14 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - project_column: *759 + enterprise: *715 + installation: *716 + organization: *717 + project_column: *760 repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -157453,11 +157470,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - project_column: *759 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_column: *760 + repository: *718 sender: *4 required: - action @@ -157537,11 +157554,11 @@ webhooks: type: string enum: - moved - enterprise: *714 - installation: *715 - organization: *716 - project_column: *759 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project_column: *760 + repository: *718 sender: *4 required: - action @@ -157621,11 +157638,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - project: *760 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 + repository: *718 sender: *4 required: - action @@ -157705,14 +157722,14 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - project: *760 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 repository: anyOf: - type: 'null' - - *717 + - *718 sender: *4 required: - action @@ -157813,11 +157830,11 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - project: *760 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 + repository: *718 sender: *4 required: - action @@ -157896,11 +157913,11 @@ webhooks: type: string enum: - reopened - enterprise: *714 - installation: *715 - organization: *716 - project: *760 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + project: *761 + repository: *718 sender: *4 required: - action @@ -157981,9 +157998,9 @@ webhooks: type: string enum: - closed - installation: *715 - organization: *716 - projects_v2: &761 + installation: *716 + organization: *717 + projects_v2: &762 title: Projects v2 Project description: A projects v2 project type: object @@ -158131,9 +158148,9 @@ webhooks: type: string enum: - created - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -158214,9 +158231,9 @@ webhooks: type: string enum: - deleted - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -158337,9 +158354,9 @@ webhooks: type: string to: type: string - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -158422,7 +158439,7 @@ webhooks: type: string enum: - archived - changes: &765 + changes: &766 type: object properties: archived_at: @@ -158438,9 +158455,9 @@ webhooks: - string - 'null' format: date-time - installation: *715 - organization: *716 - projects_v2_item: &762 + installation: *716 + organization: *717 + projects_v2_item: &763 title: Projects v2 Item description: An item belonging to a project type: object @@ -158579,9 +158596,9 @@ webhooks: - 'null' to: type: string - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -158663,9 +158680,9 @@ webhooks: type: string enum: - created - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -158746,9 +158763,9 @@ webhooks: type: string enum: - deleted - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -158853,7 +158870,7 @@ webhooks: oneOf: - type: string - type: integer - - &763 + - &764 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -158873,7 +158890,7 @@ webhooks: required: - id - name - - &764 + - &765 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -158902,8 +158919,8 @@ webhooks: oneOf: - type: string - type: integer - - *763 - *764 + - *765 type: - 'null' - string @@ -158926,9 +158943,9 @@ webhooks: - 'null' required: - body - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -159025,9 +159042,9 @@ webhooks: type: - string - 'null' - installation: *715 - organization: *716 - projects_v2_item: *762 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -159110,10 +159127,10 @@ webhooks: type: string enum: - restored - changes: *765 - installation: *715 - organization: *716 - projects_v2_item: *762 + changes: *766 + installation: *716 + organization: *717 + projects_v2_item: *763 sender: *4 required: - action @@ -159195,9 +159212,9 @@ webhooks: type: string enum: - reopened - installation: *715 - organization: *716 - projects_v2: *761 + installation: *716 + organization: *717 + projects_v2: *762 sender: *4 required: - action @@ -159278,9 +159295,9 @@ webhooks: type: string enum: - created - installation: *715 - organization: *716 - projects_v2_status_update: &766 + installation: *716 + organization: *717 + projects_v2_status_update: &767 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -159415,9 +159432,9 @@ webhooks: type: string enum: - deleted - installation: *715 - organization: *716 - projects_v2_status_update: *766 + installation: *716 + organization: *717 + projects_v2_status_update: *767 sender: *4 required: - action @@ -159563,9 +159580,9 @@ webhooks: - string - 'null' format: date - installation: *715 - organization: *716 - projects_v2_status_update: *766 + installation: *716 + organization: *717 + projects_v2_status_update: *767 sender: *4 required: - action @@ -159636,10 +159653,10 @@ webhooks: title: public event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - repository @@ -159716,13 +159733,13 @@ webhooks: type: string enum: - assigned - assignee: *741 - enterprise: *714 - installation: *715 - number: &767 + assignee: *742 + enterprise: *715 + installation: *716 + number: &768 description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -162071,7 +162088,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -162153,11 +162170,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -164499,7 +164516,7 @@ webhooks: - draft reason: type: string - repository: *717 + repository: *718 sender: *4 required: - action @@ -164581,11 +164598,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -166927,7 +166944,7 @@ webhooks: - draft reason: type: string - repository: *717 + repository: *718 sender: *4 required: - action @@ -167009,13 +167026,13 @@ webhooks: type: string enum: - closed - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: &768 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: &769 allOf: - - *573 + - *574 - type: object properties: allow_auto_merge: @@ -167077,7 +167094,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *717 + repository: *718 sender: *4 required: - action @@ -167158,12 +167175,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -167243,11 +167260,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *714 - milestone: *471 - number: *767 - organization: *716 - pull_request: &769 + enterprise: *715 + milestone: *472 + number: *768 + organization: *717 + pull_request: &770 title: Pull Request type: object properties: @@ -169574,7 +169591,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -169653,11 +169670,11 @@ webhooks: type: string enum: - dequeued - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -172003,7 +172020,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *717 + repository: *718 sender: *4 required: - action @@ -172127,12 +172144,12 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -172212,11 +172229,11 @@ webhooks: type: string enum: - enqueued - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -174547,7 +174564,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -174627,11 +174644,11 @@ webhooks: type: string enum: - labeled - enterprise: *714 - installation: *715 - label: *740 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + label: *741 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -176979,7 +176996,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -177060,10 +177077,10 @@ webhooks: type: string enum: - locked - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -179409,7 +179426,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -179489,12 +179506,12 @@ webhooks: type: string enum: - milestoned - enterprise: *714 - milestone: *471 - number: *767 - organization: *716 - pull_request: *769 - repository: *717 + enterprise: *715 + milestone: *472 + number: *768 + organization: *717 + pull_request: *770 + repository: *718 sender: *4 required: - action @@ -179573,12 +179590,12 @@ webhooks: type: string enum: - opened - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -179659,12 +179676,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -179744,12 +179761,12 @@ webhooks: type: string enum: - reopened - enterprise: *714 - installation: *715 - number: *767 - organization: *716 - pull_request: *768 - repository: *717 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 + pull_request: *769 + repository: *718 sender: *4 required: - action @@ -180124,9 +180141,9 @@ webhooks: - start_side - side - reactions - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: type: object properties: @@ -182356,7 +182373,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *717 + repository: *718 sender: *4 required: - action @@ -182436,7 +182453,7 @@ webhooks: type: string enum: - deleted - comment: &771 + comment: &772 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -182729,9 +182746,9 @@ webhooks: - start_side - side - reactions - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: type: object properties: @@ -184949,7 +184966,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *717 + repository: *718 sender: *4 required: - action @@ -185029,11 +185046,11 @@ webhooks: type: string enum: - edited - changes: *770 - comment: *771 - enterprise: *714 - installation: *715 - organization: *716 + changes: *771 + comment: *772 + enterprise: *715 + installation: *716 + organization: *717 pull_request: type: object properties: @@ -187254,7 +187271,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *717 + repository: *718 sender: *4 required: - action @@ -187335,9 +187352,9 @@ webhooks: type: string enum: - dismissed - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -189570,7 +189587,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 + repository: *718 review: description: The review that was affected. type: object @@ -189816,9 +189833,9 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -191932,8 +191949,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 - review: &772 + repository: *718 + review: &773 description: The review that was affected. type: object properties: @@ -192166,12 +192183,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -194518,7 +194535,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_reviewer: title: User type: @@ -194604,12 +194621,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -196963,7 +196980,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197158,12 +197175,12 @@ webhooks: type: string enum: - review_requested - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -199512,7 +199529,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_reviewer: title: User type: @@ -199599,12 +199616,12 @@ webhooks: type: string enum: - review_requested - enterprise: *714 - installation: *715 + enterprise: *715 + installation: *716 number: description: The pull request number. type: integer - organization: *716 + organization: *717 pull_request: title: Pull Request type: object @@ -201944,7 +201961,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202128,9 +202145,9 @@ webhooks: type: string enum: - submitted - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -204366,8 +204383,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 - review: *772 + repository: *718 + review: *773 sender: *4 required: - action @@ -204447,9 +204464,9 @@ webhooks: type: string enum: - resolved - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -206580,7 +206597,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 + repository: *718 sender: *4 thread: type: object @@ -206972,9 +206989,9 @@ webhooks: type: string enum: - unresolved - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 pull_request: title: Simple Pull Request type: object @@ -209088,7 +209105,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *717 + repository: *718 sender: *4 thread: type: object @@ -209482,10 +209499,10 @@ webhooks: type: string before: type: string - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -211820,7 +211837,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -211902,11 +211919,11 @@ webhooks: type: string enum: - unassigned - assignee: *773 - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + assignee: *774 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -214256,7 +214273,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -214335,11 +214352,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *714 - installation: *715 - label: *740 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + label: *741 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -216678,7 +216695,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -216759,10 +216776,10 @@ webhooks: type: string enum: - unlocked - enterprise: *714 - installation: *715 - number: *767 - organization: *716 + enterprise: *715 + installation: *716 + number: *768 + organization: *717 pull_request: title: Pull Request type: object @@ -219091,7 +219108,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *717 + repository: *718 sender: *4 required: - action @@ -219294,7 +219311,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *714 + enterprise: *715 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -219389,8 +219406,8 @@ webhooks: - url - author - committer - installation: *715 - organization: *716 + installation: *716 + organization: *717 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -219978,9 +219995,9 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 registry_package: type: object properties: @@ -220457,7 +220474,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *755 + items: *756 summary: type: string tag_name: @@ -220513,7 +220530,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -220591,9 +220608,9 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 registry_package: type: object properties: @@ -220905,7 +220922,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *755 + items: *756 summary: type: string tag_name: @@ -220955,7 +220972,7 @@ webhooks: - owner - package_version - registry - repository: *717 + repository: *718 sender: *4 required: - action @@ -221032,10 +221049,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - release: &774 + enterprise: *715 + installation: *716 + organization: *717 + release: &775 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -221351,7 +221368,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *717 + repository: *718 sender: *4 required: - action @@ -221428,11 +221445,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - release: *774 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *775 + repository: *718 sender: *4 required: - action @@ -221540,11 +221557,11 @@ webhooks: type: boolean required: - to - enterprise: *714 - installation: *715 - organization: *716 - release: *774 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *775 + repository: *718 sender: *4 required: - action @@ -221622,9 +221639,9 @@ webhooks: type: string enum: - prereleased - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -221945,7 +221962,7 @@ webhooks: - string - 'null' format: uri - repository: *717 + repository: *718 sender: *4 required: - action @@ -222021,10 +222038,10 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 - release: &775 + enterprise: *715 + installation: *716 + organization: *717 + release: &776 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -222342,7 +222359,7 @@ webhooks: - string - 'null' format: uri - repository: *717 + repository: *718 sender: *4 required: - action @@ -222418,11 +222435,11 @@ webhooks: type: string enum: - released - enterprise: *714 - installation: *715 - organization: *716 - release: *774 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *775 + repository: *718 sender: *4 required: - action @@ -222498,11 +222515,11 @@ webhooks: type: string enum: - unpublished - enterprise: *714 - installation: *715 - organization: *716 - release: *775 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + release: *776 + repository: *718 sender: *4 required: - action @@ -222578,11 +222595,11 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_advisory: *626 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_advisory: *627 sender: *4 required: - action @@ -222658,11 +222675,11 @@ webhooks: type: string enum: - reported - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_advisory: *626 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_advisory: *627 sender: *4 required: - action @@ -222738,10 +222755,10 @@ webhooks: type: string enum: - archived - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -222818,10 +222835,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -222899,10 +222916,10 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -222987,10 +223004,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223105,10 +223122,10 @@ webhooks: - 'null' items: type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223180,10 +223197,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 status: type: string @@ -223264,10 +223281,10 @@ webhooks: type: string enum: - privatized - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223344,10 +223361,10 @@ webhooks: type: string enum: - publicized - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223441,10 +223458,10 @@ webhooks: - name required: - repository - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -223524,11 +223541,11 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_ruleset: *121 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_ruleset: *122 sender: *4 required: - action @@ -223606,11 +223623,11 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_ruleset: *121 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_ruleset: *122 sender: *4 required: - action @@ -223688,11 +223705,11 @@ webhooks: type: string enum: - edited - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - repository_ruleset: *121 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + repository_ruleset: *122 changes: type: object properties: @@ -223711,16 +223728,16 @@ webhooks: properties: added: type: array - items: *114 + items: *115 deleted: type: array - items: *114 + items: *115 updated: type: array items: type: object properties: - condition: *114 + condition: *115 changes: type: object properties: @@ -223753,16 +223770,16 @@ webhooks: properties: added: type: array - items: *120 + items: *121 deleted: type: array - items: *120 + items: *121 updated: type: array items: type: object properties: - rule: *120 + rule: *121 changes: type: object properties: @@ -223999,10 +224016,10 @@ webhooks: - from required: - owner - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224080,10 +224097,10 @@ webhooks: type: string enum: - unarchived - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224161,7 +224178,7 @@ webhooks: type: string enum: - create - alert: &776 + alert: &777 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -224285,10 +224302,10 @@ webhooks: type: string enum: - open - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224498,10 +224515,10 @@ webhooks: type: string enum: - dismissed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224579,11 +224596,11 @@ webhooks: type: string enum: - reopen - alert: *776 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *777 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224785,10 +224802,10 @@ webhooks: enum: - fixed - open - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -224866,17 +224883,17 @@ webhooks: type: string enum: - created - alert: &777 + alert: &778 type: object properties: number: *94 - created_at: *100 + created_at: *101 updated_at: anyOf: - type: 'null' - - *101 - url: *98 - html_url: *99 + - *102 + url: *99 + html_url: *100 locations_url: type: string format: uri @@ -224976,10 +224993,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225060,11 +225077,11 @@ webhooks: type: string enum: - created - alert: *777 - installation: *715 - location: *778 - organization: *716 - repository: *717 + alert: *778 + installation: *716 + location: *779 + organization: *717 + repository: *718 sender: *4 required: - location @@ -225302,11 +225319,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225384,11 +225401,11 @@ webhooks: type: string enum: - reopened - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225466,11 +225483,11 @@ webhooks: type: string enum: - resolved - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225548,11 +225565,11 @@ webhooks: type: string enum: - validated - alert: *777 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + alert: *778 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -225682,10 +225699,10 @@ webhooks: - organization - enterprise - - repository: *717 - enterprise: *714 - installation: *715 - organization: *716 + repository: *718 + enterprise: *715 + installation: *716 + organization: *717 sender: *4 required: - action @@ -225763,11 +225780,11 @@ webhooks: type: string enum: - published - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - security_advisory: &779 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + security_advisory: &780 description: The details of the security advisory, including summary, description, and severity. type: object @@ -225953,11 +225970,11 @@ webhooks: type: string enum: - updated - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 - security_advisory: *779 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 + security_advisory: *780 sender: *4 required: - action @@ -226030,10 +226047,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -226219,11 +226236,11 @@ webhooks: from: type: object properties: - security_and_analysis: *298 - enterprise: *714 - installation: *715 - organization: *716 - repository: *359 + security_and_analysis: *299 + enterprise: *715 + installation: *716 + organization: *717 + repository: *360 sender: *4 required: - changes @@ -226301,12 +226318,12 @@ webhooks: type: string enum: - cancelled - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: &780 + sponsorship: &781 type: object properties: created_at: @@ -226611,12 +226628,12 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - sponsorship @@ -226704,12 +226721,12 @@ webhooks: type: string required: - from - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - changes @@ -226786,17 +226803,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &781 + effective_date: &782 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - sponsorship @@ -226870,7 +226887,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &782 + changes: &783 type: object properties: tier: @@ -226914,13 +226931,13 @@ webhooks: - from required: - tier - effective_date: *781 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + effective_date: *782 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - changes @@ -226997,13 +227014,13 @@ webhooks: type: string enum: - tier_changed - changes: *782 - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + changes: *783 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - sponsorship: *780 + sponsorship: *781 required: - action - changes @@ -227077,10 +227094,10 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227164,10 +227181,10 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -227600,15 +227617,15 @@ webhooks: type: - string - 'null' - enterprise: *714 + enterprise: *715 id: description: The unique identifier of the status. type: integer - installation: *715 + installation: *716 name: type: string - organization: *716 - repository: *717 + organization: *717 + repository: *718 sender: *4 sha: description: The Commit SHA. @@ -227718,15 +227735,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 + parent_issue: *145 parent_issue_repo: *61 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 - installation: *715 - organization: *716 - repository: *717 + sub_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -227810,15 +227827,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 + parent_issue: *145 parent_issue_repo: *61 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 - installation: *715 - organization: *716 - repository: *717 + sub_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -227902,15 +227919,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 + sub_issue: *145 sub_issue_repo: *61 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 - installation: *715 - organization: *716 - repository: *717 + parent_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -227994,15 +228011,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *144 + sub_issue: *145 sub_issue_repo: *61 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *144 - installation: *715 - organization: *716 - repository: *717 + parent_issue: *145 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -228079,12 +228096,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - team: &783 + team: &784 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -228277,9 +228294,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -228749,7 +228766,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -228825,9 +228842,9 @@ webhooks: type: string enum: - created - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -229297,7 +229314,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -229374,9 +229391,9 @@ webhooks: type: string enum: - deleted - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -229846,7 +229863,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -229990,9 +230007,9 @@ webhooks: - from required: - permissions - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -230462,7 +230479,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - changes @@ -230540,9 +230557,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *714 - installation: *715 - organization: *716 + enterprise: *715 + installation: *716 + organization: *717 repository: title: Repository description: A git repository @@ -231012,7 +231029,7 @@ webhooks: - topics - visibility sender: *4 - team: *783 + team: *784 required: - action - team @@ -231088,10 +231105,10 @@ webhooks: type: string enum: - started - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 required: - action @@ -231164,17 +231181,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *714 + enterprise: *715 inputs: type: - object - 'null' additionalProperties: true - installation: *715 - organization: *716 + installation: *716 + organization: *717 ref: type: string - repository: *717 + repository: *718 sender: *4 workflow: type: string @@ -231256,10 +231273,10 @@ webhooks: type: string enum: - completed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: allOf: @@ -231515,7 +231532,7 @@ webhooks: type: string required: - conclusion - deployment: *491 + deployment: *492 required: - action - repository @@ -231594,10 +231611,10 @@ webhooks: type: string enum: - in_progress - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: allOf: @@ -231879,7 +231896,7 @@ webhooks: required: - status - steps - deployment: *491 + deployment: *492 required: - action - repository @@ -231958,10 +231975,10 @@ webhooks: type: string enum: - queued - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: type: object @@ -232107,7 +232124,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *491 + deployment: *492 required: - action - repository @@ -232186,10 +232203,10 @@ webhooks: type: string enum: - waiting - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 workflow_job: type: object @@ -232336,7 +232353,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *491 + deployment: *492 required: - action - repository @@ -232416,12 +232433,12 @@ webhooks: type: string enum: - completed - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Workflow Run type: object @@ -233440,12 +233457,12 @@ webhooks: type: string enum: - in_progress - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Workflow Run type: object @@ -234449,12 +234466,12 @@ webhooks: type: string enum: - requested - enterprise: *714 - installation: *715 - organization: *716 - repository: *717 + enterprise: *715 + installation: *716 + organization: *717 + repository: *718 sender: *4 - workflow: *736 + workflow: *737 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index facac1653..9d3f73bc2 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -28540,7 +28540,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -28593,7 +28593,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28606,7 +28606,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -28681,7 +28681,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28696,7 +28696,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -28731,7 +28731,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28744,7 +28744,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -28818,7 +28818,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28831,7 +28831,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -28849,7 +28849,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28864,7 +28864,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -28899,7 +28899,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -104490,6 +104490,26 @@ } } }, + "security-advisory-epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "simple-user": { "title": "Simple User", "description": "A GitHub user.", @@ -104872,6 +104892,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": [ "array", @@ -104896,20 +104919,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -111894,6 +111903,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -293447,6 +293459,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -308383,6 +308401,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -308647,6 +308671,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index cd060666b..e9031bc4b 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -20686,7 +20686,7 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" @@ -20717,7 +20717,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -20730,7 +20730,7 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -20782,7 +20782,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -20796,7 +20796,7 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -20816,7 +20816,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -20829,7 +20829,7 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -20879,7 +20879,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -20892,7 +20892,7 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -20902,7 +20902,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -20916,7 +20916,7 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-settings-id" @@ -20936,7 +20936,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -75363,6 +75363,22 @@ components: required: - vector_string - score + security-advisory-epss: + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction Scoring + System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 simple-user: title: Simple User description: A GitHub user. @@ -75656,6 +75672,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: - array @@ -75673,15 +75691,6 @@ components: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -81088,6 +81097,8 @@ components: additionalProperties: false cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array description: Details for the advisory pertaining to Common Weakness Enumeration. @@ -216071,6 +216082,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -228906,6 +228920,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -229092,6 +229109,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index facac1653..9d3f73bc2 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -28540,7 +28540,7 @@ "operationId": "hosted-compute/list-network-configurations-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization" }, "parameters": [ { @@ -28593,7 +28593,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28606,7 +28606,7 @@ "operationId": "hosted-compute/create-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -28681,7 +28681,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28696,7 +28696,7 @@ "operationId": "hosted-compute/get-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -28731,7 +28731,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28744,7 +28744,7 @@ "operationId": "hosted-compute/update-network-configuration-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization" }, "parameters": [ { @@ -28818,7 +28818,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28831,7 +28831,7 @@ "operationId": "hosted-compute/delete-network-configuration-from-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization" }, "parameters": [ { @@ -28849,7 +28849,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28864,7 +28864,7 @@ "operationId": "hosted-compute/get-network-settings-for-org", "externalDocs": { "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" + "url": "https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization" }, "parameters": [ { @@ -28899,7 +28899,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -104490,6 +104490,26 @@ } } }, + "security-advisory-epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "simple-user": { "title": "Simple User", "description": "A GitHub user.", @@ -104872,6 +104892,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": [ "array", @@ -104896,20 +104919,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -111894,6 +111903,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "description": "Details for the advisory pertaining to Common Weakness Enumeration.", @@ -293447,6 +293459,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -308383,6 +308401,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -308647,6 +308671,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index cd060666b..e9031bc4b 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -20686,7 +20686,7 @@ paths: operationId: hosted-compute/list-network-configurations-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#list-hosted-compute-network-configurations-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" @@ -20717,7 +20717,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -20730,7 +20730,7 @@ paths: operationId: hosted-compute/create-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -20782,7 +20782,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -20796,7 +20796,7 @@ paths: operationId: hosted-compute/get-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -20816,7 +20816,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -20829,7 +20829,7 @@ paths: operationId: hosted-compute/update-network-configuration-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -20879,7 +20879,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -20892,7 +20892,7 @@ paths: operationId: hosted-compute/delete-network-configuration-from-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-configuration-id" @@ -20902,7 +20902,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -20916,7 +20916,7 @@ paths: operationId: hosted-compute/get-network-settings-for-org externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/settings/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/network-settings-id" @@ -20936,7 +20936,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -75363,6 +75363,22 @@ components: required: - vector_string - score + security-advisory-epss: + type: + - object + - 'null' + readOnly: true + description: The EPSS scores as calculated by the [Exploit Prediction Scoring + System](https://www.first.org/epss). + properties: + percentage: + type: number + minimum: 0 + maximum: 100 + percentile: + type: number + minimum: 0 + maximum: 100 simple-user: title: Simple User description: A GitHub user. @@ -75656,6 +75672,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: - array @@ -75673,15 +75691,6 @@ components: required: - cwe_id - name - epss: - type: - - object - - 'null' - properties: - percentage: - type: number - percentile: - type: number credits: type: - array @@ -81088,6 +81097,8 @@ components: additionalProperties: false cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array description: Details for the advisory pertaining to Common Weakness Enumeration. @@ -216071,6 +216082,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -228906,6 +228920,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N score: 8.7 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-200 name: Exposure of Sensitive Information to an Unauthorized Actor @@ -229092,6 +229109,9 @@ components: cvss_v4: vector_string: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N score: 8.5 + epss: + - percentage: 0.00045 + percentile: 0.16001e0 cwes: - cwe_id: CWE-532 name: Insertion of Sensitive Information into Log File 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 a8422e8bf..2f2550090 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 @@ -256837,8 +256837,7 @@ } ], "published_at": "2021-06-01T17:38:00Z", - "updated_at": "2021-08-12T23:06:00Z", - "withdrawn_at": null + "updated_at": "2021-08-12T23:06:00Z" }, "security_vulnerability": { "package": { @@ -256854,12 +256853,7 @@ "url": "https://api.github.com/repos/octocat/hello-world/dependabot/alerts/1", "html_url": "https://github.com/octocat/hello-world/security/dependabot/1", "created_at": "2022-06-14T15:21:52Z", - "updated_at": "2022-06-14T15:21:52Z", - "dismissed_at": null, - "dismissed_by": null, - "dismissed_reason": null, - "dismissed_comment": null, - "fixed_at": null + "updated_at": "2022-06-14T15:21:52Z" } } } 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 2cd202575..a5555acc0 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 @@ -53666,7 +53666,6 @@ paths: - url: https://bugzilla.redhat.com/show_bug.cgi?id=1916813 published_at: '2021-06-01T17:38:00Z' updated_at: '2021-08-12T23:06:00Z' - withdrawn_at: security_vulnerability: package: ecosystem: pip @@ -53679,11 +53678,6 @@ paths: html_url: https://github.com/octocat/hello-world/security/dependabot/1 created_at: '2022-06-14T15:21:52Z' updated_at: '2022-06-14T15:21:52Z' - dismissed_at: - dismissed_by: - dismissed_reason: - dismissed_comment: - fixed_at: '304': *37 '403': *38 '404': *34 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 a8422e8bf..2f2550090 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 @@ -256837,8 +256837,7 @@ } ], "published_at": "2021-06-01T17:38:00Z", - "updated_at": "2021-08-12T23:06:00Z", - "withdrawn_at": null + "updated_at": "2021-08-12T23:06:00Z" }, "security_vulnerability": { "package": { @@ -256854,12 +256853,7 @@ "url": "https://api.github.com/repos/octocat/hello-world/dependabot/alerts/1", "html_url": "https://github.com/octocat/hello-world/security/dependabot/1", "created_at": "2022-06-14T15:21:52Z", - "updated_at": "2022-06-14T15:21:52Z", - "dismissed_at": null, - "dismissed_by": null, - "dismissed_reason": null, - "dismissed_comment": null, - "fixed_at": null + "updated_at": "2022-06-14T15:21:52Z" } } } 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 2cd202575..a5555acc0 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 @@ -53666,7 +53666,6 @@ paths: - url: https://bugzilla.redhat.com/show_bug.cgi?id=1916813 published_at: '2021-06-01T17:38:00Z' updated_at: '2021-08-12T23:06:00Z' - withdrawn_at: security_vulnerability: package: ecosystem: pip @@ -53679,11 +53678,6 @@ paths: html_url: https://github.com/octocat/hello-world/security/dependabot/1 created_at: '2022-06-14T15:21:52Z' updated_at: '2022-06-14T15:21:52Z' - dismissed_at: - dismissed_by: - dismissed_reason: - dismissed_comment: - fixed_at: '304': *37 '403': *38 '404': *34 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 ac11e272e..3bfa0306d 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 @@ -268574,8 +268574,7 @@ } ], "published_at": "2021-06-01T17:38:00Z", - "updated_at": "2021-08-12T23:06:00Z", - "withdrawn_at": null + "updated_at": "2021-08-12T23:06:00Z" }, "security_vulnerability": { "package": { @@ -268591,12 +268590,7 @@ "url": "https://api.github.com/repos/octocat/hello-world/dependabot/alerts/1", "html_url": "https://github.com/octocat/hello-world/security/dependabot/1", "created_at": "2022-06-14T15:21:52Z", - "updated_at": "2022-06-14T15:21:52Z", - "dismissed_at": null, - "dismissed_by": null, - "dismissed_reason": null, - "dismissed_comment": null, - "fixed_at": null + "updated_at": "2022-06-14T15:21:52Z" } }, "dependabot-alert-dismissed": { 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 87f0913da..86251a1ec 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 @@ -198827,7 +198827,6 @@ components: - url: https://bugzilla.redhat.com/show_bug.cgi?id=1916813 published_at: '2021-06-01T17:38:00Z' updated_at: '2021-08-12T23:06:00Z' - withdrawn_at: security_vulnerability: package: ecosystem: pip @@ -198840,11 +198839,6 @@ components: html_url: https://github.com/octocat/hello-world/security/dependabot/1 created_at: '2022-06-14T15:21:52Z' updated_at: '2022-06-14T15:21:52Z' - dismissed_at: - dismissed_by: - dismissed_reason: - dismissed_comment: - fixed_at: dependabot-alert-dismissed: value: number: 2 diff --git a/descriptions-next/ghes-3.10/ghes-3.10.json b/descriptions-next/ghes-3.10/ghes-3.10.json index ac11e272e..3bfa0306d 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.json +++ b/descriptions-next/ghes-3.10/ghes-3.10.json @@ -268574,8 +268574,7 @@ } ], "published_at": "2021-06-01T17:38:00Z", - "updated_at": "2021-08-12T23:06:00Z", - "withdrawn_at": null + "updated_at": "2021-08-12T23:06:00Z" }, "security_vulnerability": { "package": { @@ -268591,12 +268590,7 @@ "url": "https://api.github.com/repos/octocat/hello-world/dependabot/alerts/1", "html_url": "https://github.com/octocat/hello-world/security/dependabot/1", "created_at": "2022-06-14T15:21:52Z", - "updated_at": "2022-06-14T15:21:52Z", - "dismissed_at": null, - "dismissed_by": null, - "dismissed_reason": null, - "dismissed_comment": null, - "fixed_at": null + "updated_at": "2022-06-14T15:21:52Z" } }, "dependabot-alert-dismissed": { diff --git a/descriptions-next/ghes-3.10/ghes-3.10.yaml b/descriptions-next/ghes-3.10/ghes-3.10.yaml index 87f0913da..86251a1ec 100644 --- a/descriptions-next/ghes-3.10/ghes-3.10.yaml +++ b/descriptions-next/ghes-3.10/ghes-3.10.yaml @@ -198827,7 +198827,6 @@ components: - url: https://bugzilla.redhat.com/show_bug.cgi?id=1916813 published_at: '2021-06-01T17:38:00Z' updated_at: '2021-08-12T23:06:00Z' - withdrawn_at: security_vulnerability: package: ecosystem: pip @@ -198840,11 +198839,6 @@ components: html_url: https://github.com/octocat/hello-world/security/dependabot/1 created_at: '2022-06-14T15:21:52Z' updated_at: '2022-06-14T15:21:52Z' - dismissed_at: - dismissed_by: - dismissed_reason: - dismissed_comment: - fixed_at: dependabot-alert-dismissed: value: number: 2 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 f772843b7..9902765ba 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 @@ -7885,6 +7885,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -7909,20 +7929,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -8682,6 +8688,26 @@ } } }, + "epss": { + "type": [ + "object", + "null" + ], + "readOnly": true, + "description": "The EPSS scores as calculated by the [Exploit Prediction Scoring System](https://www.first.org/epss).", + "properties": { + "percentage": { + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "percentile": { + "type": "number", + "minimum": 0, + "maximum": 100 + } + } + }, "cwes": { "type": [ "array", @@ -8706,20 +8732,6 @@ ] } }, - "epss": { - "type": [ - "object", - "null" - ], - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": [ "array", @@ -265127,8 +265139,7 @@ } ], "published_at": "2021-06-01T17:38:00Z", - "updated_at": "2021-08-12T23:06:00Z", - "withdrawn_at": null + "updated_at": "2021-08-12T23:06:00Z" }, "security_vulnerability": { "package": { @@ -265144,12 +265155,7 @@ "url": "https://api.github.com/repos/octocat/hello-world/dependabot/alerts/1", "html_url": "https://github.com/octocat/hello-world/security/dependabot/1", "created_at": "2022-06-14T15:21:52Z", - "updated_at": "2022-06-14T15:21:52Z", - "dismissed_at": null, - "dismissed_by": null, - "dismissed_reason": null, - "dismissed_comment": null, - "fixed_at": null + "updated_at": "2022-06-14T15:21:52Z" } } } 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-11-28.deref{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}