diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 79cddb95e..87abf69ca 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -21397,7 +21397,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": [ { @@ -21450,7 +21450,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21463,7 +21463,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": [ { @@ -21538,7 +21538,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21553,7 +21553,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": [ { @@ -21588,7 +21588,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21601,7 +21601,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": [ { @@ -21675,7 +21675,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21688,7 +21688,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": [ { @@ -21706,7 +21706,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21721,7 +21721,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": [ { @@ -21756,7 +21756,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -93667,6 +93667,24 @@ } } }, + "security-advisory-epss": { + "type": "object", + "nullable": true, + "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.", @@ -93979,6 +93997,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "nullable": true, @@ -94001,18 +94022,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -97484,6 +97493,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.", @@ -269007,6 +269019,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -284285,6 +284303,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -284549,6 +284573,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 75b9fed79..fce72e63f 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -15514,7 +15514,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" @@ -15545,7 +15545,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 @@ -15558,7 +15558,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: @@ -15610,7 +15610,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -15624,7 +15624,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" @@ -15644,7 +15644,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 @@ -15657,7 +15657,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" @@ -15707,7 +15707,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 @@ -15720,7 +15720,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" @@ -15730,7 +15730,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -15744,7 +15744,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" @@ -15764,7 +15764,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -67615,6 +67615,21 @@ components: required: - vector_string - score + security-advisory-epss: + type: object + nullable: true + 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. @@ -67873,6 +67888,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array nullable: true @@ -67889,14 +67906,6 @@ components: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -70778,6 +70787,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. @@ -201378,6 +201389,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 @@ -214495,6 +214509,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 @@ -214681,6 +214698,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 79cddb95e..87abf69ca 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -21397,7 +21397,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": [ { @@ -21450,7 +21450,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21463,7 +21463,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": [ { @@ -21538,7 +21538,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21553,7 +21553,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": [ { @@ -21588,7 +21588,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21601,7 +21601,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": [ { @@ -21675,7 +21675,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -21688,7 +21688,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": [ { @@ -21706,7 +21706,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -21721,7 +21721,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": [ { @@ -21756,7 +21756,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -93667,6 +93667,24 @@ } } }, + "security-advisory-epss": { + "type": "object", + "nullable": true, + "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.", @@ -93979,6 +93997,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "nullable": true, @@ -94001,18 +94022,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -97484,6 +97493,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.", @@ -269007,6 +269019,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -284285,6 +284303,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -284549,6 +284573,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 75b9fed79..fce72e63f 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -15514,7 +15514,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" @@ -15545,7 +15545,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 @@ -15558,7 +15558,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: @@ -15610,7 +15610,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -15624,7 +15624,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" @@ -15644,7 +15644,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 @@ -15657,7 +15657,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" @@ -15707,7 +15707,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 @@ -15720,7 +15720,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" @@ -15730,7 +15730,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -15744,7 +15744,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" @@ -15764,7 +15764,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -67615,6 +67615,21 @@ components: required: - vector_string - score + security-advisory-epss: + type: object + nullable: true + 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. @@ -67873,6 +67888,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array nullable: true @@ -67889,14 +67906,6 @@ components: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -70778,6 +70787,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. @@ -201378,6 +201389,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 @@ -214495,6 +214509,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 @@ -214681,6 +214698,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 934977b48..57a2af554 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -948,6 +948,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -970,18 +988,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -1645,6 +1651,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -1667,18 +1691,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -20243,6 +20255,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -21115,6 +21145,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -77256,6 +77292,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -78128,6 +78182,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -134854,7 +134914,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": [ { @@ -134995,7 +135055,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -135008,7 +135068,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": [ { @@ -135141,7 +135201,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -135156,7 +135216,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": [ { @@ -135258,7 +135318,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -135271,7 +135331,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": [ { @@ -135409,7 +135469,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -135422,7 +135482,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": [ { @@ -135452,7 +135512,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -135467,7 +135527,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": [ { @@ -135558,7 +135618,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -254656,6 +254716,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -255108,6 +255186,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -255767,6 +255851,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -256228,6 +256330,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -256700,6 +256808,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -589891,6 +590017,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -592148,6 +592292,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -594405,6 +594567,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -596662,6 +596842,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -598919,6 +599117,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -601176,6 +601392,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -603433,6 +603667,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 84846c5ac..62cf194f7 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -709,6 +709,21 @@ paths: required: - vector_string - score + epss: &51 + type: object + nullable: true + 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 nullable: true @@ -725,14 +740,6 @@ paths: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -840,7 +847,7 @@ paths: - subscriptions_url - type - url - type: &247 + type: &248 type: string description: The type of credit the user is receiving. enum: @@ -973,7 +980,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &97 + schema: &98 title: Validation Error Simple description: Validation Error Simple type: object @@ -1006,7 +1013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &571 + - &572 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1124,7 +1131,7 @@ paths: GitHub. type: object nullable: true - properties: &60 + properties: &61 id: description: Unique identifier of the GitHub app example: 37 @@ -1264,7 +1271,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &61 + required: &62 - id - node_id - owner @@ -1569,7 +1576,7 @@ paths: schema: type: integer default: 30 - - &165 + - &166 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 @@ -1585,7 +1592,7 @@ paths: application/json: schema: type: array - items: &166 + items: &167 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1662,7 +1669,7 @@ paths: - installation_id - repository_id examples: - default: &167 + default: &168 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1721,7 +1728,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &96 + schema: &97 title: Validation Error description: Validation Error type: object @@ -1790,7 +1797,7 @@ paths: description: Response content: application/json: - schema: &168 + schema: &169 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1904,7 +1911,7 @@ paths: - request - response examples: - default: &169 + default: &170 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2105,7 +2112,7 @@ paths: parameters: - *17 - *19 - - &66 + - &67 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) @@ -2638,7 +2645,7 @@ paths: suspended_at: suspended_by: headers: - Link: &57 + Link: &58 example: ; rel="next", ; rel="last" schema: @@ -2827,11 +2834,11 @@ paths: - selected repositories: type: array - items: &59 + items: &60 title: Repository description: A repository on GitHub. type: object - properties: &227 + properties: &228 id: description: Unique identifier of the repository example: 42 @@ -2851,7 +2858,7 @@ paths: title: License Simple description: License Simple type: object - properties: &77 + properties: &78 key: type: string example: mit @@ -2873,7 +2880,7 @@ paths: html_url: type: string format: uri - required: &78 + required: &79 - key - name - url @@ -3260,7 +3267,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &228 + required: &229 - archive_url - assignees_url - blobs_url @@ -7414,7 +7421,7 @@ paths: description: Response content: application/json: - schema: &139 + schema: &140 type: array description: A list of default code security configurations items: @@ -7430,7 +7437,7 @@ paths: default configuration: *42 examples: - default: &140 + default: &141 value: - default_for_new_repos: public configuration: @@ -7712,7 +7719,7 @@ paths: - *41 - *44 responses: - '204': &141 + '204': &142 description: A header with no content is returned. '400': *14 '403': *29 @@ -7840,7 +7847,7 @@ paths: default: value: default_for_new_repos: all - configuration: &138 + configuration: &139 value: id: 1325 target_type: organization @@ -7920,7 +7927,7 @@ paths: application/json: schema: type: array - items: &142 + items: &143 type: object description: Repositories associated with a code security configuration and attachment status @@ -7938,7 +7945,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &52 + repository: &53 title: Simple Repository description: A GitHub repository. type: object @@ -8221,7 +8228,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &143 + repository: &144 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8315,7 +8322,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &148 + - &149 name: state in: query description: |- @@ -8324,7 +8331,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &149 + - &150 name: severity in: query description: |- @@ -8333,7 +8340,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &150 + - &151 name: ecosystem in: query description: |- @@ -8342,14 +8349,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &151 + - &152 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 - - &152 + - &153 name: epss_percentage in: query description: |- @@ -8361,7 +8368,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 - - &153 + - &154 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8371,7 +8378,7 @@ paths: enum: - development - runtime - - &154 + - &155 name: sort in: query description: |- @@ -8389,7 +8396,7 @@ paths: - *48 - *39 - *40 - - &155 + - &156 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8402,7 +8409,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &156 + - &157 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8422,11 +8429,11 @@ paths: application/json: schema: type: array - items: &157 + items: &158 type: object description: A Dependabot alert. properties: - number: &53 + number: &54 type: integer description: The security alert number. readOnly: true @@ -8475,7 +8482,7 @@ paths: enum: - development - runtime - security_advisory: &422 + security_advisory: &423 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8505,7 +8512,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &51 + items: &52 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -8578,6 +8585,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *50 + epss: *51 cwes: type: array description: Details for the advisory pertaining to Common @@ -8676,30 +8684,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *51 - url: &55 + security_vulnerability: *52 + url: &56 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &56 + html_url: &57 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &54 + created_at: &55 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: &132 + updated_at: &133 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: &134 + dismissed_at: &135 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8729,21 +8737,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &133 + fixed_at: &134 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &423 + auto_dismissed_at: &424 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - repository: *52 + repository: *53 required: - number - state @@ -8762,7 +8770,7 @@ paths: - repository additionalProperties: false examples: - default: &158 + default: &159 value: - number: 2 state: dismissed @@ -8810,6 +8818,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 @@ -9106,7 +9117,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &238 + - &239 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9117,7 +9128,7 @@ paths: enum: - open - resolved - - &239 + - &240 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9127,7 +9138,7 @@ paths: required: false schema: type: string - - &240 + - &241 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9136,7 +9147,7 @@ paths: required: false schema: type: string - - &241 + - &242 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. @@ -9152,7 +9163,7 @@ paths: - *17 - *39 - *40 - - &242 + - &243 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9161,7 +9172,7 @@ paths: required: false schema: type: string - - &243 + - &244 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9170,7 +9181,7 @@ paths: schema: type: boolean default: false - - &244 + - &245 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9186,11 +9197,11 @@ paths: application/json: schema: type: array - items: &245 + items: &246 type: object properties: - number: *53 - created_at: *54 + number: *54 + created_at: *55 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -9198,21 +9209,21 @@ paths: format: date-time readOnly: true nullable: true - url: *55 - html_url: *56 + url: *56 + html_url: *57 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &563 + state: &564 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: &564 + resolution: &565 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9246,7 +9257,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *52 + repository: *53 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -9309,7 +9320,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &246 + default: &247 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9542,9 +9553,9 @@ paths: publicly_leaked: false multi_repo: false headers: - Link: *57 + Link: *58 '404': *6 - '503': &64 + '503': &65 description: Service unavailable content: application/json: @@ -9584,7 +9595,7 @@ paths: application/json: schema: type: array - items: &88 + items: &89 title: Event description: Event type: object @@ -9594,7 +9605,7 @@ paths: type: type: string nullable: true - actor: &58 + actor: &59 title: Actor description: Actor type: object @@ -9634,18 +9645,18 @@ paths: - id - name - url - org: *58 + org: *59 payload: type: object properties: action: type: string - issue: &76 + issue: &77 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &471 + properties: &472 id: type: integer format: int64 @@ -9756,7 +9767,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &407 + properties: &408 url: type: string format: uri @@ -9826,7 +9837,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &408 + required: &409 - closed_issues - creator - description @@ -9905,7 +9916,7 @@ paths: timeline_url: type: string format: uri - repository: *59 + repository: *60 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -9915,9 +9926,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - author_association: &62 + properties: *61 + required: *62 + author_association: &63 title: author_association type: string example: OWNER @@ -9931,7 +9942,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &63 + reactions: &64 title: Reaction Rollup type: object properties: @@ -9981,7 +9992,7 @@ paths: - total - completed - percent_completed - required: &472 + required: &473 - assignee - closed_at - comments @@ -10003,7 +10014,7 @@ paths: - author_association - created_at - updated_at - comment: &469 + comment: &470 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10051,7 +10062,7 @@ paths: issue_url: type: string format: uri - author_association: *62 + author_association: *63 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -10061,9 +10072,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - reactions: *63 + properties: *61 + required: *62 + reactions: *64 required: - id - node_id @@ -10158,7 +10169,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10239,7 +10250,7 @@ paths: _links: type: object properties: - timeline: &65 + timeline: &66 title: Link With Type description: Hypermedia Link with Type type: object @@ -10251,17 +10262,17 @@ paths: required: - href - type - user: *65 - security_advisories: *65 - current_user: *65 - current_user_public: *65 - current_user_actor: *65 - current_user_organization: *65 + user: *66 + security_advisories: *66 + current_user: *66 + current_user_public: *66 + current_user_actor: *66 + current_user_organization: *66 current_user_organizations: type: array - items: *65 - repository_discussions: *65 - repository_discussions_category: *65 + items: *66 + repository_discussions: *66 + repository_discussions_category: *66 required: - timeline - user @@ -10323,7 +10334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *66 + - *67 - *17 - *19 responses: @@ -10333,7 +10344,7 @@ paths: application/json: schema: type: array - items: &67 + items: &68 title: Base Gist description: Base Gist type: object @@ -10432,7 +10443,7 @@ paths: - created_at - updated_at examples: - default: &68 + default: &69 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -10477,7 +10488,7 @@ paths: site_admin: false truncated: false headers: - Link: *57 + Link: *58 '304': *37 '403': *29 x-github: @@ -10553,7 +10564,7 @@ paths: description: Response content: application/json: - schema: &69 + schema: &70 title: Gist Simple description: Gist Simple type: object @@ -10570,7 +10581,7 @@ paths: url: type: string format: uri - user: &594 + user: &595 title: Public User description: Public User type: object @@ -10932,7 +10943,7 @@ paths: truncated: type: boolean examples: - default: &70 + default: &71 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -11036,7 +11047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *66 + - *67 - *17 - *19 responses: @@ -11046,11 +11057,11 @@ paths: application/json: schema: type: array - items: *67 + items: *68 examples: - default: *68 + default: *69 headers: - Link: *57 + Link: *58 '422': *15 '304': *37 '403': *29 @@ -11070,7 +11081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *66 + - *67 - *17 - *19 responses: @@ -11080,11 +11091,11 @@ paths: application/json: schema: type: array - items: *67 + items: *68 examples: - default: *68 + default: *69 headers: - Link: *57 + Link: *58 '401': *25 '304': *37 '403': *29 @@ -11110,7 +11121,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &71 + - &72 name: gist_id description: The unique identifier of the gist. in: path @@ -11122,10 +11133,10 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 - '403': &74 + default: *71 + '403': &75 description: Forbidden Gist content: application/json: @@ -11173,7 +11184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *71 + - *72 requestBody: required: true content: @@ -11233,9 +11244,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - updateGist: *70 + updateGist: *71 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -11393,7 +11404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *71 + - *72 responses: '204': description: Response @@ -11422,7 +11433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *71 + - *72 - *17 - *19 responses: @@ -11432,7 +11443,7 @@ paths: application/json: schema: type: array - items: &72 + items: &73 title: Gist Comment description: A comment made to a gist. type: object @@ -11467,7 +11478,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *62 + author_association: *63 required: - url - id @@ -11507,7 +11518,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -11532,7 +11543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *71 + - *72 requestBody: required: true content: @@ -11557,9 +11568,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: &73 + default: &74 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -11617,8 +11628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *71 - - &75 + - *72 + - &76 name: comment_id description: The unique identifier of the comment. in: path @@ -11631,12 +11642,12 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 '304': *37 '404': *6 - '403': *74 + '403': *75 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11658,8 +11669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *71 - - *75 + - *72 + - *76 requestBody: required: true content: @@ -11684,9 +11695,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 '404': *6 x-github: githubCloudOnly: false @@ -11703,8 +11714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *71 - - *75 + - *72 + - *76 responses: '204': description: Response @@ -11727,7 +11738,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *71 + - *72 - *17 - *19 responses: @@ -11828,7 +11839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *71 + - *72 - *17 - *19 responses: @@ -11838,7 +11849,7 @@ paths: application/json: schema: type: array - items: *69 + items: *70 examples: default: value: @@ -11884,7 +11895,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '404': *6 '304': *37 '403': *29 @@ -11903,13 +11914,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *71 + - *72 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: default: value: @@ -11980,7 +11991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *71 + - *72 responses: '204': description: Response if gist is starred @@ -12010,7 +12021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *71 + - *72 responses: '204': description: Response @@ -12032,7 +12043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *71 + - *72 responses: '204': description: Response @@ -12061,7 +12072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *71 + - *72 - name: sha in: path required: true @@ -12072,9 +12083,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 + default: *71 '422': *15 '404': *6 '403': *29 @@ -12233,7 +12244,7 @@ paths: type: integer repositories: type: array - items: *59 + items: *60 repository_selection: type: string example: selected @@ -12356,7 +12367,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *57 + Link: *58 '403': *29 '304': *37 '401': *25 @@ -12440,7 +12451,7 @@ paths: - closed - all default: open - - &188 + - &189 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12459,7 +12470,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - name: collab in: query required: false @@ -12489,9 +12500,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &189 + default: &190 value: - id: 1 node_id: MDU6SXNzdWUx @@ -12736,7 +12747,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *57 + Link: *58 '422': *15 '304': *37 '404': *6 @@ -12775,8 +12786,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 examples: default: value: @@ -13060,7 +13071,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &79 + X-CommonMarker-Version: &80 example: 0.17.4 schema: type: string @@ -13115,7 +13126,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *79 + X-CommonMarker-Version: *80 content: text/html: schema: @@ -13144,7 +13155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &82 + - &83 name: account_id description: account_id parameter in: path @@ -13156,7 +13167,7 @@ paths: description: Response content: application/json: - schema: &81 + schema: &82 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -13186,7 +13197,7 @@ paths: nullable: true id: type: integer - plan: &80 + plan: &81 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -13275,7 +13286,7 @@ paths: nullable: true updated_at: type: string - plan: *80 + plan: *81 required: - url - id @@ -13283,7 +13294,7 @@ paths: - login - marketplace_purchase examples: - default: &83 + default: &84 value: url: https://api.github.com/orgs/github type: Organization @@ -13368,9 +13379,9 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: &84 + default: &85 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -13388,7 +13399,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *57 + Link: *58 '404': *6 '401': *25 x-github: @@ -13410,14 +13421,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &85 + - &86 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &86 + - &87 name: sort description: The property to sort the results by. in: query @@ -13447,9 +13458,9 @@ paths: application/json: schema: type: array - items: *81 + items: *82 examples: - default: &87 + default: &88 value: - url: https://api.github.com/orgs/github type: Organization @@ -13500,7 +13511,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *57 + Link: *58 '404': *6 '422': *15 '401': *25 @@ -13523,15 +13534,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *82 + - *83 responses: '200': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *83 + default: *84 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -13563,11 +13574,11 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: *84 + default: *85 headers: - Link: *57 + Link: *58 '401': *25 x-github: githubCloudOnly: false @@ -13588,8 +13599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *85 - *86 + - *87 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -13609,11 +13620,11 @@ paths: application/json: schema: type: array - items: *81 + items: *82 examples: - default: *87 + default: *88 headers: - Link: *57 + Link: *58 '401': *25 x-github: githubCloudOnly: false @@ -13875,14 +13886,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &272 + - &273 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &273 + - &274 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -13899,7 +13910,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -13953,7 +13964,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &284 + '301': &285 description: Moved permanently content: application/json: @@ -13975,7 +13986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &501 + - &502 name: all description: If `true`, show notifications marked as read. in: query @@ -13983,7 +13994,7 @@ paths: schema: type: boolean default: false - - &502 + - &503 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -13992,8 +14003,8 @@ paths: schema: type: boolean default: false - - *66 - - &503 + - *67 + - &504 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: @@ -14018,18 +14029,18 @@ paths: application/json: schema: type: array - items: &89 + items: &90 title: Thread description: Thread type: object properties: id: type: string - repository: &118 + repository: &119 title: Minimal Repository description: Minimal Repository type: object - properties: &160 + properties: &161 id: type: integer format: int64 @@ -14305,7 +14316,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &229 + security_and_analysis: &230 nullable: true type: object properties: @@ -14361,7 +14372,7 @@ paths: enum: - enabled - disabled - required: &161 + required: &162 - archive_url - assignees_url - blobs_url @@ -14449,7 +14460,7 @@ paths: - url - subscription_url examples: - default: &504 + default: &505 value: - id: '1' repository: @@ -14531,7 +14542,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -14615,7 +14626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &90 + - &91 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 @@ -14629,7 +14640,7 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: default: value: @@ -14731,7 +14742,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *90 + - *91 responses: '205': description: Reset Content @@ -14753,7 +14764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *90 + - *91 responses: '204': description: No content @@ -14776,13 +14787,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *90 + - *91 responses: '200': description: Response content: application/json: - schema: &91 + schema: &92 title: Thread Subscription description: Thread Subscription type: object @@ -14819,7 +14830,7 @@ paths: - url - subscribed examples: - default: &92 + default: &93 value: subscribed: true ignored: false @@ -14850,7 +14861,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *90 + - *91 requestBody: required: false content: @@ -14871,9 +14882,9 @@ paths: description: Response content: application/json: - schema: *91 + schema: *92 examples: - default: *92 + default: *93 '304': *37 '403': *29 '401': *25 @@ -14896,7 +14907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *90 + - *91 responses: '204': description: Response @@ -14991,11 +15002,11 @@ paths: application/json: schema: type: array - items: &195 + items: &196 title: Organization Simple description: A GitHub organization. type: object - properties: &146 + properties: &147 login: type: string example: github @@ -15036,7 +15047,7 @@ paths: type: string example: A great organization nullable: true - required: &147 + required: &148 - login - url - id @@ -15050,7 +15061,7 @@ paths: - avatar_url - description examples: - default: &612 + default: &613 value: - login: github id: 1 @@ -15089,7 +15100,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - &93 + - &94 name: org description: The organization name. The name is not case sensitive. in: path @@ -15199,12 +15210,12 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': &144 + '500': &145 description: Internal Error content: application/json: schema: *3 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15230,13 +15241,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &94 + schema: &95 title: Organization Full description: Organization Full type: object @@ -15525,7 +15536,7 @@ paths: - updated_at - archived_at examples: - default-response: &95 + default-response: &96 value: login: github id: 1 @@ -15616,7 +15627,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *93 + - *94 requestBody: required: false content: @@ -15832,17 +15843,17 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *95 + default: *96 '422': description: Validation failed content: application/json: schema: oneOf: - - *96 - *97 + - *98 '409': *46 x-github: githubCloudOnly: false @@ -15866,7 +15877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *93 + - *94 responses: '202': *47 '404': *6 @@ -15891,7 +15902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -15917,7 +15928,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15938,7 +15949,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: - - *93 + - *94 - *17 - *19 responses: @@ -15956,7 +15967,7 @@ paths: type: integer repository_cache_usages: type: array - items: &289 + items: &290 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -15991,7 +16002,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16011,7 +16022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -16029,7 +16040,7 @@ paths: type: integer runners: type: array - items: &98 + items: &99 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -16084,7 +16095,7 @@ paths: - source - version nullable: true - machine_size_details: &101 + machine_size_details: &102 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -16176,7 +16187,7 @@ paths: - public_ip_enabled - platform examples: - default: &117 + default: &118 value: total_count: 2 runners: @@ -16218,7 +16229,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16236,7 +16247,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: @@ -16309,9 +16320,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: &102 + default: &103 value: id: 5 name: My hosted ubuntu runner @@ -16350,7 +16361,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: - - *93 + - *94 responses: '200': description: Response @@ -16366,7 +16377,7 @@ paths: type: integer images: type: array - items: &99 + items: &100 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -16402,7 +16413,7 @@ paths: - display_name - source examples: - default: &100 + default: &101 value: id: ubuntu-20.04 platform: linux-x64 @@ -16426,7 +16437,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: - - *93 + - *94 responses: '200': description: Response @@ -16442,9 +16453,9 @@ paths: type: integer images: type: array - items: *99 + items: *100 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16461,7 +16472,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: - - *93 + - *94 responses: '200': description: Response @@ -16514,7 +16525,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: - - *93 + - *94 responses: '200': description: Response @@ -16530,7 +16541,7 @@ paths: type: integer machine_specs: type: array - items: *101 + items: *102 examples: default: value: @@ -16555,7 +16566,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: - - *93 + - *94 responses: '200': description: Response @@ -16599,8 +16610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *93 - - &103 + - *94 + - &104 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -16612,11 +16623,11 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *102 + default: *103 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16634,8 +16645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *93 - - *103 + - *94 + - *104 requestBody: required: true content: @@ -16679,9 +16690,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *102 + default: *103 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -16697,16 +16708,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *93 - - *103 + - *94 + - *104 responses: '202': description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *102 + default: *103 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16726,13 +16737,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: - - *93 + - *94 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &104 + schema: &105 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -16746,7 +16757,7 @@ paths: required: - include_claim_keys examples: - default: &105 + default: &106 value: include_claim_keys: - repo @@ -16768,20 +16779,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: - - *93 + - *94 requestBody: required: true content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 responses: '201': description: Empty response content: application/json: - schema: &127 + schema: &128 title: Empty Object description: An object without any properties. type: object @@ -16811,7 +16822,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -16820,7 +16831,7 @@ paths: schema: type: object properties: - enabled_repositories: &106 + enabled_repositories: &107 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -16833,7 +16844,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: &107 + allowed_actions: &108 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -16841,7 +16852,7 @@ paths: - all - local_only - selected - selected_actions_url: &295 + selected_actions_url: &296 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` @@ -16872,7 +16883,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Response @@ -16883,8 +16894,8 @@ paths: schema: type: object properties: - enabled_repositories: *106 - allowed_actions: *107 + enabled_repositories: *107 + allowed_actions: *108 required: - enabled_repositories examples: @@ -16911,7 +16922,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: - - *93 + - *94 - *17 - *19 responses: @@ -16929,9 +16940,9 @@ paths: type: number repositories: type: array - items: *59 + items: *60 examples: - default: &606 + default: &607 value: total_count: 1 repositories: @@ -17071,7 +17082,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: - - *93 + - *94 responses: '204': description: Response @@ -17115,8 +17126,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: - - *93 - - &108 + - *94 + - &109 name: repository_id description: The unique identifier of the repository. in: path @@ -17144,8 +17155,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: - - *93 - - *108 + - *94 + - *109 responses: '204': description: Response @@ -17168,13 +17179,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &109 + schema: &110 type: object properties: github_owned_allowed: @@ -17196,7 +17207,7 @@ paths: items: type: string examples: - default: &110 + default: &111 value: github_owned_allowed: true verified_allowed: false @@ -17221,7 +17232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Response @@ -17229,9 +17240,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17253,23 +17264,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &299 + schema: &300 type: object properties: - default_workflow_permissions: &111 + default_workflow_permissions: &112 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &112 + can_approve_pull_request_reviews: &113 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -17277,7 +17288,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &113 + default: &114 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -17302,7 +17313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Success response @@ -17310,13 +17321,13 @@ paths: required: false content: application/json: - schema: &300 + schema: &301 type: object properties: - default_workflow_permissions: *111 - can_approve_pull_request_reviews: *112 + default_workflow_permissions: *112 + can_approve_pull_request_reviews: *113 examples: - default: *113 + default: *114 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17336,7 +17347,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: - - *93 + - *94 - *17 - *19 - name: visible_to_repository @@ -17361,7 +17372,7 @@ paths: type: number runner_groups: type: array - items: &114 + items: &115 type: object properties: id: @@ -17477,7 +17488,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: - - *93 + - *94 requestBody: required: true content: @@ -17549,9 +17560,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: &116 + default: &117 value: id: 2 name: octo-runner-group @@ -17586,8 +17597,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: - - *93 - - &115 + - *94 + - &116 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -17599,7 +17610,7 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: default: value: @@ -17635,8 +17646,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: - - *93 - - *115 + - *94 + - *116 requestBody: required: true content: @@ -17690,9 +17701,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *116 + default: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17711,8 +17722,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: - - *93 - - *115 + - *94 + - *116 responses: '204': description: Response @@ -17735,8 +17746,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: - - *93 - - *115 + - *94 + - *116 - *17 - *19 responses: @@ -17754,11 +17765,11 @@ paths: type: number runners: type: array - items: *98 + items: *99 examples: - default: *117 + default: *118 headers: - Link: *57 + Link: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17778,8 +17789,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: - - *93 - - *115 + - *94 + - *116 - *19 - *17 responses: @@ -17797,9 +17808,9 @@ paths: type: number repositories: type: array - items: *118 + items: *119 examples: - default: &597 + default: &598 value: total_count: 1 repositories: @@ -18051,8 +18062,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: - - *93 - - *115 + - *94 + - *116 requestBody: required: true content: @@ -18096,9 +18107,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: - - *93 - - *115 - - *108 + - *94 + - *116 + - *109 responses: '204': description: Response @@ -18120,9 +18131,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: - - *93 - - *115 - - *108 + - *94 + - *116 + - *109 responses: '204': description: Response @@ -18145,8 +18156,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: - - *93 - - *115 + - *94 + - *116 - *17 - *19 responses: @@ -18164,7 +18175,7 @@ paths: type: number runners: type: array - items: &120 + items: &121 title: Self hosted runners description: A self hosted runner type: object @@ -18193,7 +18204,7 @@ paths: type: boolean labels: type: array - items: &123 + items: &124 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -18221,7 +18232,7 @@ paths: - busy - labels examples: - default: &121 + default: &122 value: total_count: 2 runners: @@ -18259,7 +18270,7 @@ paths: name: no-gpu type: custom headers: - Link: *57 + Link: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18278,8 +18289,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: - - *93 - - *115 + - *94 + - *116 requestBody: required: true content: @@ -18323,9 +18334,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: - - *93 - - *115 - - &119 + - *94 + - *116 + - &120 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -18353,9 +18364,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: - - *93 - - *115 - - *119 + - *94 + - *116 + - *120 responses: '204': description: Response @@ -18385,7 +18396,7 @@ paths: in: query schema: type: string - - *93 + - *94 - *17 - *19 responses: @@ -18403,11 +18414,11 @@ paths: type: integer runners: type: array - items: *120 + items: *121 examples: - default: *121 + default: *122 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18429,7 +18440,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -18437,7 +18448,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Runner Application description: Runner Application type: object @@ -18462,7 +18473,7 @@ paths: - download_url - filename examples: - default: &302 + default: &303 value: - os: osx architecture: x64 @@ -18505,7 +18516,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: - - *93 + - *94 requestBody: required: true content: @@ -18548,7 +18559,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &303 + '201': &304 description: Response content: application/json: @@ -18558,7 +18569,7 @@ paths: - runner - encoded_jit_config properties: - runner: *120 + runner: *121 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -18614,13 +18625,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *93 + - *94 responses: '201': description: Response content: application/json: - schema: &122 + schema: &123 title: Authentication Token description: Authentication Token type: object @@ -18642,7 +18653,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *59 + items: *60 single_file: type: string example: config.yaml @@ -18658,7 +18669,7 @@ paths: - token - expires_at examples: - default: &304 + default: &305 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18689,15 +18700,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *93 + - *94 responses: '201': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: &305 + default: &306 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18722,16 +18733,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: - - *93 - - *119 + - *94 + - *120 responses: '200': description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: &306 + default: &307 value: id: 23 name: MBP @@ -18771,8 +18782,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: - - *93 - - *119 + - *94 + - *120 responses: '204': description: Response @@ -18797,10 +18808,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: - - *93 - - *119 + - *94 + - *120 responses: - '200': &124 + '200': &125 description: Response content: application/json: @@ -18814,7 +18825,7 @@ paths: type: integer labels: type: array - items: *123 + items: *124 examples: default: value: @@ -18853,8 +18864,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: - - *93 - - *119 + - *94 + - *120 requestBody: required: true content: @@ -18878,7 +18889,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -18902,8 +18913,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: - - *93 - - *119 + - *94 + - *120 requestBody: required: true content: @@ -18928,7 +18939,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -18952,10 +18963,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: - - *93 - - *119 + - *94 + - *120 responses: - '200': &307 + '200': &308 description: Response content: application/json: @@ -18969,7 +18980,7 @@ paths: type: integer labels: type: array - items: *123 + items: *124 examples: default: value: @@ -19010,9 +19021,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: - - *93 - - *119 - - &308 + - *94 + - *120 + - &309 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19020,7 +19031,7 @@ paths: schema: type: string responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -19045,7 +19056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *93 + - *94 - *17 - *19 responses: @@ -19063,7 +19074,7 @@ paths: type: integer secrets: type: array - items: &125 + items: &126 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -19113,7 +19124,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19136,13 +19147,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &320 + schema: &321 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19171,7 +19182,7 @@ paths: - key_id - key examples: - default: &321 + default: &322 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19196,8 +19207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *93 - - &126 + - *94 + - &127 name: secret_name description: The name of the secret. in: path @@ -19209,7 +19220,7 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: default: value: @@ -19239,8 +19250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -19295,7 +19306,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -19321,8 +19332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -19348,8 +19359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - *19 - *17 responses: @@ -19367,9 +19378,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: &130 + default: &131 value: total_count: 1 repositories: @@ -19461,8 +19472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -19514,8 +19525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -19548,8 +19559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -19581,8 +19592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *93 - - &294 + - *94 + - &295 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)." @@ -19606,7 +19617,7 @@ paths: type: integer variables: type: array - items: &128 + items: &129 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -19670,7 +19681,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19691,7 +19702,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *93 + - *94 requestBody: required: true content: @@ -19739,7 +19750,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -19764,8 +19775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *93 - - &129 + - *94 + - &130 name: name description: The name of the variable. in: path @@ -19777,7 +19788,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -19807,8 +19818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 requestBody: required: true content: @@ -19870,8 +19881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 responses: '204': description: Response @@ -19897,8 +19908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 - *19 - *17 responses: @@ -19916,9 +19927,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *130 + default: *131 '409': description: Response when the visibility of the variable is not set to `selected` @@ -19944,8 +19955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 requestBody: required: true content: @@ -19994,8 +20005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 - name: repository_id in: path required: true @@ -20029,8 +20040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 - name: repository_id in: path required: true @@ -20066,7 +20077,7 @@ paths: - *17 - *39 - *40 - - *93 + - *94 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -20109,7 +20120,7 @@ paths: bundle_url: type: string examples: - default: &334 + default: &335 value: attestations: - bundle: @@ -20216,7 +20227,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -20228,7 +20239,7 @@ paths: type: array items: *4 examples: - default: &190 + default: &191 value: - login: octocat id: 1 @@ -20266,8 +20277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *93 - - &131 + - *94 + - &132 name: username description: The handle for the GitHub user account. in: path @@ -20298,8 +20309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -20319,8 +20330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -20345,18 +20356,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *93 - - &360 + - *94 + - &361 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: &135 + schema: &136 type: string description: The name of the tool used to generate the code scanning analysis. - - &361 + - &362 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 @@ -20364,7 +20375,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &136 + schema: &137 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -20379,7 +20390,7 @@ paths: be returned. in: query required: false - schema: &363 + schema: &364 type: string description: State of a code scanning alert. enum: @@ -20402,7 +20413,7 @@ paths: be returned. in: query required: false - schema: &364 + schema: &365 type: string description: Severity of a code scanning alert. enum: @@ -20423,18 +20434,18 @@ paths: items: type: object properties: - number: *53 - created_at: *54 - updated_at: *132 - url: *55 - html_url: *56 - instances_url: &365 + number: *54 + created_at: *55 + updated_at: *133 + url: *56 + html_url: *57 + instances_url: &366 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &137 + state: &138 type: string description: State of a code scanning alert. nullable: true @@ -20442,7 +20453,7 @@ paths: - open - dismissed - fixed - fixed_at: *133 + fixed_at: *134 dismissed_by: title: Simple User description: A GitHub user. @@ -20450,8 +20461,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *134 - dismissed_reason: &366 + dismissed_at: *135 + dismissed_reason: &367 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20460,13 +20471,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &367 + dismissed_comment: &368 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &368 + rule: &369 type: object properties: id: @@ -20519,25 +20530,25 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &369 + tool: &370 type: object properties: - name: *135 + name: *136 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *136 - most_recent_instance: &370 + guid: *137 + most_recent_instance: &371 type: object properties: - ref: &362 + ref: &363 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &380 + analysis_key: &381 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20548,13 +20559,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &381 + category: &382 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: *137 + state: *138 commit_sha: type: string message: @@ -20593,7 +20604,7 @@ paths: - generated - test - library - repository: *52 + repository: *53 required: - number - created_at @@ -20838,9 +20849,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: *57 + Link: *58 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20862,7 +20873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *93 + - *94 - name: target_type in: query description: The target type of the code security configuration @@ -20969,7 +20980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *93 + - *94 requestBody: required: true content: @@ -21144,7 +21155,7 @@ paths: application/json: schema: *42 examples: - default: *138 + default: *139 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21166,15 +21177,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: *139 + schema: *140 examples: - default: *140 + default: *141 '304': *37 '403': *29 '404': *6 @@ -21200,7 +21211,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *93 + - *94 requestBody: required: true content: @@ -21223,7 +21234,7 @@ paths: - 32 - 91 responses: - '204': *141 + '204': *142 '400': *14 '403': *29 '404': *6 @@ -21249,7 +21260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *93 + - *94 - *44 responses: '200': @@ -21258,7 +21269,7 @@ paths: application/json: schema: *42 examples: - default: *138 + default: *139 '304': *37 '403': *29 '404': *6 @@ -21282,7 +21293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *93 + - *94 - *44 requestBody: required: true @@ -21490,10 +21501,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *93 + - *94 - *44 responses: - '204': *141 + '204': *142 '400': *14 '403': *29 '404': *6 @@ -21521,7 +21532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *93 + - *94 - *44 requestBody: required: true @@ -21585,7 +21596,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: - - *93 + - *94 - *44 requestBody: required: true @@ -21631,7 +21642,7 @@ paths: default: value: default_for_new_repos: all - configuration: *138 + configuration: *139 '403': *29 '404': *6 x-github: @@ -21655,7 +21666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *93 + - *94 - *44 - name: per_page description: The number of results per page (max 100). For more information, @@ -21684,13 +21695,13 @@ paths: application/json: schema: type: array - items: *142 + items: *143 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *143 + repository: *144 '403': *29 '404': *6 x-github: @@ -21714,7 +21725,7 @@ paths: parameters: - *17 - *19 - - *93 + - *94 responses: '200': description: Response @@ -21730,7 +21741,7 @@ paths: type: integer codespaces: type: array - items: &191 + items: &192 type: object title: Codespace description: A codespace. @@ -21755,12 +21766,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *118 + repository: *119 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &393 + properties: &394 name: type: string description: The name of the machine. @@ -21802,7 +21813,7 @@ paths: - ready - in_progress nullable: true - required: &394 + required: &395 - name - display_name - operating_system @@ -22007,7 +22018,7 @@ paths: - pulls_url - recent_folders examples: - default: &192 + default: &193 value: total_count: 3 codespaces: @@ -22417,7 +22428,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -22439,7 +22450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *93 + - *94 deprecated: true requestBody: required: true @@ -22483,7 +22494,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22506,7 +22517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *93 + - *94 deprecated: true requestBody: required: true @@ -22538,7 +22549,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22561,7 +22572,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *93 + - *94 requestBody: required: true content: @@ -22592,7 +22603,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22613,7 +22624,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *93 + - *94 - *17 - *19 responses: @@ -22631,7 +22642,7 @@ paths: type: integer secrets: type: array - items: &145 + items: &146 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -22670,7 +22681,7 @@ paths: - updated_at - visibility examples: - default: &395 + default: &396 value: total_count: 2 secrets: @@ -22683,7 +22694,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22702,13 +22713,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &396 + schema: &397 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22737,7 +22748,7 @@ paths: - key_id - key examples: - default: &397 + default: &398 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22760,23 +22771,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '200': description: Response content: application/json: - schema: *145 + schema: *146 examples: - default: &399 + default: &400 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22796,8 +22807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -22852,7 +22863,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -22878,8 +22889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -22904,8 +22915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - *19 - *17 responses: @@ -22923,9 +22934,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *130 + default: *131 '404': *6 x-github: githubCloudOnly: false @@ -22947,8 +22958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -22998,8 +23009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -23032,8 +23043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -23072,7 +23083,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: - - *93 + - *94 responses: '200': description: OK @@ -23183,7 +23194,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23215,7 +23226,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: - - *93 + - *94 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -23238,7 +23249,7 @@ paths: currently being billed. seats: type: array - items: &194 + items: &195 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23249,14 +23260,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *146 - required: *147 + properties: *147 + required: *148 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &187 + - &188 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23315,7 +23326,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &203 + properties: &204 id: description: Unique identifier of the team type: integer @@ -23371,7 +23382,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &204 + required: &205 - id - node_id - url @@ -23558,8 +23569,8 @@ paths: type: User site_admin: false headers: - Link: *57 - '500': *144 + Link: *58 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23592,7 +23603,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: - - *93 + - *94 requestBody: content: application/json: @@ -23634,7 +23645,7 @@ paths: default: value: seats_created: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23670,7 +23681,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: - - *93 + - *94 requestBody: content: application/json: @@ -23712,7 +23723,7 @@ paths: default: value: seats_cancelled: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23750,7 +23761,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: - - *93 + - *94 requestBody: content: application/json: @@ -23791,7 +23802,7 @@ paths: default: value: seats_created: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23827,7 +23838,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: - - *93 + - *94 requestBody: content: application/json: @@ -23869,7 +23880,7 @@ paths: default: value: seats_cancelled: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23908,7 +23919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *93 + - *94 - 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`). @@ -23940,7 +23951,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24248,7 +24259,7 @@ paths: - date additionalProperties: true examples: - default: &253 + default: &254 value: - date: '2024-06-24' total_active_users: 24 @@ -24347,10 +24358,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *144 + '500': *145 '403': *29 '404': *6 - '422': &254 + '422': &255 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24386,7 +24397,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: - - *93 + - *94 - 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`). @@ -24418,7 +24429,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24505,7 +24516,7 @@ paths: - breakdown additionalProperties: false examples: - default: &256 + default: &257 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24569,7 +24580,7 @@ paths: lines_suggested: 200 lines_accepted: 150 active_users: 3 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -24594,19 +24605,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *93 - - *148 + - *94 - *149 - *150 - *151 - *152 - *153 - *154 + - *155 - *48 - *39 - *40 - - *155 - *156 + - *157 - *17 responses: '200': @@ -24615,9 +24626,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '304': *37 '400': *14 '403': *29 @@ -24643,7 +24654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *93 + - *94 - *17 - *19 responses: @@ -24661,7 +24672,7 @@ paths: type: integer secrets: type: array - items: &159 + items: &160 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24711,7 +24722,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24732,13 +24743,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &426 + schema: &427 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24755,7 +24766,7 @@ paths: - key_id - key examples: - default: &427 + default: &428 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24778,14 +24789,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '200': description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -24813,8 +24824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -24869,7 +24880,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -24893,8 +24904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -24918,8 +24929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - *19 - *17 responses: @@ -24937,9 +24948,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *130 + default: *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24960,8 +24971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -25011,8 +25022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -25043,8 +25054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -25074,7 +25085,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: - - *93 + - *94 responses: '200': description: Response @@ -25082,7 +25093,7 @@ paths: application/json: schema: type: array - items: &206 + items: &207 title: Package description: A software package type: object @@ -25132,8 +25143,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *160 - required: *161 + properties: *161 + required: *162 nullable: true created_at: type: string @@ -25152,7 +25163,7 @@ paths: - created_at - updated_at examples: - default: &207 + default: &208 value: - id: 197 name: hello_docker @@ -25230,7 +25241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *93 + - *94 - *17 - *19 responses: @@ -25240,7 +25251,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: 200-response: value: @@ -25309,7 +25320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *93 + - *94 - *17 - *19 responses: @@ -25319,7 +25330,7 @@ paths: application/json: schema: type: array - items: &184 + items: &185 title: Organization Invitation description: Organization Invitation type: object @@ -25366,7 +25377,7 @@ paths: - invitation_teams_url - node_id examples: - default: &185 + default: &186 value: - id: 1 login: monalisa @@ -25399,7 +25410,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -25423,7 +25434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *93 + - *94 - *17 - *19 responses: @@ -25433,7 +25444,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 title: Org Hook description: Org Hook type: object @@ -25521,7 +25532,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -25544,7 +25555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *93 + - *94 requestBody: required: true content: @@ -25604,9 +25615,9 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: &163 + default: &164 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25653,8 +25664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *93 - - &164 + - *94 + - &165 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. @@ -25667,9 +25678,9 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 + default: *164 '404': *6 x-github: githubCloudOnly: false @@ -25696,8 +25707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 requestBody: required: false content: @@ -25742,7 +25753,7 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -25783,8 +25794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 responses: '204': description: Response @@ -25811,8 +25822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *93 - - *164 + - *94 + - *165 responses: '200': description: Response @@ -25842,8 +25853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *93 - - *164 + - *94 + - *165 requestBody: required: false content: @@ -25893,10 +25904,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *93 - - *164 - - *17 + - *94 - *165 + - *17 + - *166 responses: '200': description: Response @@ -25904,9 +25915,9 @@ paths: application/json: schema: type: array - items: *166 + items: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -25931,17 +25942,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 - *16 responses: '200': description: Response content: application/json: - schema: *168 + schema: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -25966,8 +25977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 - *16 responses: '202': *47 @@ -25996,8 +26007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 responses: '204': description: Response @@ -26019,8 +26030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *93 - - &174 + - *94 + - &175 name: actor_type in: path description: The type of the actor @@ -26033,14 +26044,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &175 + - &176 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &170 + - &171 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`.' @@ -26048,7 +26059,7 @@ paths: required: true schema: type: string - - &171 + - &172 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) @@ -26141,13 +26152,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *93 - - *170 + - *94 - *171 + - *172 - *19 - *17 - *48 - - &180 + - &181 name: sort description: The property to sort the results by. in: query @@ -26225,15 +26236,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *93 - - *170 + - *94 - *171 + - *172 responses: '200': description: Response content: application/json: - schema: &172 + schema: &173 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -26249,7 +26260,7 @@ paths: type: integer format: int64 examples: - default: &173 + default: &174 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26269,24 +26280,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *93 - - &176 + - *94 + - &177 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *170 - *171 + - *172 responses: '200': description: Response content: application/json: - schema: *172 + schema: *173 examples: - default: *173 + default: *174 x-github: enabledForGitHubApps: true category: orgs @@ -26304,19 +26315,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *93 - - *170 + - *94 - *171 - - *174 + - *172 - *175 + - *176 responses: '200': description: Response content: application/json: - schema: *172 + schema: *173 examples: - default: *173 + default: *174 x-github: enabledForGitHubApps: true category: orgs @@ -26333,10 +26344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *93 - - *170 + - *94 - *171 - - &177 + - *172 + - &178 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -26349,7 +26360,7 @@ paths: description: Response content: application/json: - schema: &178 + schema: &179 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -26365,7 +26376,7 @@ paths: type: integer format: int64 examples: - default: &179 + default: &180 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26401,19 +26412,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *93 - - *176 - - *170 - - *171 + - *94 - *177 + - *171 + - *172 + - *178 responses: '200': description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 x-github: enabledForGitHubApps: true category: orgs @@ -26430,20 +26441,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *93 - - *174 + - *94 - *175 - - *170 + - *176 - *171 - - *177 + - *172 + - *178 responses: '200': description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 x-github: enabledForGitHubApps: true category: orgs @@ -26460,14 +26471,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *93 - - *176 - - *170 + - *94 + - *177 - *171 + - *172 - *19 - *17 - *48 - - *180 + - *181 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -26540,7 +26551,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *93 + - *94 responses: '200': description: Response @@ -26548,7 +26559,7 @@ paths: application/json: schema: *22 examples: - default: &465 + default: &466 value: id: 1 account: @@ -26617,7 +26628,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -26687,7 +26698,7 @@ paths: suspended_at: suspended_by: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26706,7 +26717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -26714,12 +26725,12 @@ paths: application/json: schema: anyOf: - - &182 + - &183 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &181 + limit: &182 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -26744,7 +26755,7 @@ paths: properties: {} additionalProperties: false examples: - default: &183 + default: &184 value: limit: collaborators_only origin: organization @@ -26768,18 +26779,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: application/json: - schema: &466 + schema: &467 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *181 + limit: *182 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -26803,9 +26814,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *183 + default: *184 '422': *15 x-github: githubCloudOnly: false @@ -26823,7 +26834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Response @@ -26847,7 +26858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *93 + - *94 - *17 - *19 - name: role @@ -26881,11 +26892,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -26906,7 +26917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *93 + - *94 requestBody: required: false content: @@ -26960,7 +26971,7 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -27014,8 +27025,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *93 - - &186 + - *94 + - &187 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27045,8 +27056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *93 - - *186 + - *94 + - *187 - *17 - *19 responses: @@ -27056,9 +27067,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: &205 + default: &206 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27074,7 +27085,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -27103,7 +27114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *93 + - *94 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -27133,7 +27144,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -27146,7 +27157,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - *17 - *19 responses: @@ -27156,11 +27167,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *189 + default: *190 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -27180,7 +27191,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *93 + - *94 - 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) @@ -27216,9 +27227,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -27236,8 +27247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response if requester is an organization member and user is @@ -27268,8 +27279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -27295,8 +27306,8 @@ paths: parameters: - *17 - *19 - - *93 - - *131 + - *94 + - *132 responses: '200': description: Response @@ -27312,11 +27323,11 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27339,9 +27350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *93 - - *131 - - &193 + - *94 + - *132 + - &194 name: codespace_name in: path required: true @@ -27351,7 +27362,7 @@ paths: responses: '202': *47 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27374,17 +27385,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *93 - - *131 - - *193 + - *94 + - *132 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: &392 + default: &393 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -27526,7 +27537,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27557,14 +27568,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: - - *93 - - *131 + - *94 + - *132 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -27607,7 +27618,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27632,14 +27643,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '200': description: Response content: application/json: - schema: &196 + schema: &197 title: Org Membership description: Org Membership type: object @@ -27668,7 +27679,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *195 + organization: *196 user: title: Simple User description: A GitHub user. @@ -27691,7 +27702,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &197 + response-if-user-has-an-active-admin-membership-with-organization: &198 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27759,8 +27770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 requestBody: required: false content: @@ -27788,9 +27799,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - response-if-user-already-had-membership-with-organization: *197 + response-if-user-already-had-membership-with-organization: *198 '422': *15 '403': *29 x-github: @@ -27811,8 +27822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -27837,7 +27848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *93 + - *94 - *17 - *19 - name: exclude @@ -27858,7 +27869,7 @@ paths: application/json: schema: type: array - items: &198 + items: &199 title: Migration description: A migration. type: object @@ -27899,7 +27910,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *59 + items: *60 url: type: string format: uri @@ -28095,7 +28106,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28111,7 +28122,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *93 + - *94 requestBody: required: true content: @@ -28187,7 +28198,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -28365,8 +28376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *93 - - &199 + - *94 + - &200 name: migration_id description: The unique identifier of the migration. in: path @@ -28393,7 +28404,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -28562,8 +28573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *93 - - *199 + - *94 + - *200 responses: '302': description: Response @@ -28584,8 +28595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *93 - - *199 + - *94 + - *200 responses: '204': description: Response @@ -28608,9 +28619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *93 - - *199 - - &611 + - *94 + - *200 + - &612 name: repo_name description: repo_name parameter in: path @@ -28637,8 +28648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *93 - - *199 + - *94 + - *200 - *17 - *19 responses: @@ -28648,9 +28659,9 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: &212 + default: &213 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28761,7 +28772,7 @@ paths: secret_scanning_non_provider_patterns: status: disabled headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -28787,7 +28798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response - list of organization roles @@ -28803,7 +28814,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &202 + items: &203 title: Organization Role description: Organization roles type: object @@ -28950,8 +28961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *93 - - &200 + - *94 + - &201 name: team_slug description: The slug of the team name. in: path @@ -28982,9 +28993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *93 - - *200 - - &201 + - *94 + - *201 + - &202 name: role_id description: The unique identifier of the role. in: path @@ -29019,9 +29030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *93 - - *200 + - *94 - *201 + - *202 responses: '204': description: Response @@ -29046,8 +29057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -29072,9 +29083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *93 - - *131 - - *201 + - *94 + - *132 + - *202 responses: '204': description: Response @@ -29104,9 +29115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *93 - - *131 - - *201 + - *94 + - *132 + - *202 responses: '204': description: Response @@ -29134,14 +29145,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *93 - - *201 + - *94 + - *202 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: value: @@ -29191,8 +29202,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: - - *93 - - *201 + - *94 + - *202 - *17 - *19 responses: @@ -29270,8 +29281,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *203 - required: *204 + properties: *204 + required: *205 nullable: true required: - id @@ -29286,9 +29297,9 @@ paths: - slug - parent examples: - default: *205 + default: *206 headers: - Link: *57 + Link: *58 '404': description: Response if the organization or role does not exist. '422': @@ -29315,8 +29326,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: - - *93 - - *201 + - *94 + - *202 - *17 - *19 responses: @@ -29344,13 +29355,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &248 + items: &249 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *203 - required: *204 + properties: *204 + required: *205 name: nullable: true type: string @@ -29445,9 +29456,9 @@ paths: - type - url examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': description: Response if the organization or role does not exist. '422': @@ -29469,7 +29480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *93 + - *94 - 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) @@ -29493,9 +29504,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29518,8 +29529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *93 - - *131 + - *94 + - *132 requestBody: required: false content: @@ -29576,8 +29587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -29634,8 +29645,8 @@ paths: - docker - nuget - container - - *93 - - &613 + - *94 + - &614 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29671,12 +29682,12 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *207 + default: *208 '403': *29 '401': *25 - '400': &615 + '400': &616 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29698,7 +29709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &208 + - &209 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 @@ -29716,20 +29727,20 @@ paths: - docker - nuget - container - - &209 + - &210 name: package_name description: The name of the package. in: path required: true schema: type: string - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -29781,9 +29792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *208 - *209 - - *93 + - *210 + - *94 responses: '204': description: Response @@ -29815,9 +29826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *208 - *209 - - *93 + - *210 + - *94 - name: token description: package token schema: @@ -29849,9 +29860,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: - - *208 - *209 - - *93 + - *210 + - *94 - *19 - *17 - name: state @@ -29871,7 +29882,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Package Version description: A version of a software package type: object @@ -29996,10 +30007,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *208 - *209 - - *93 - - &211 + - *210 + - *94 + - &212 name: package_version_id description: Unique identifier of the package version. in: path @@ -30011,7 +30022,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -30047,10 +30058,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *208 - *209 - - *93 - - *211 + - *210 + - *94 + - *212 responses: '204': description: Response @@ -30082,10 +30093,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *208 - *209 - - *93 - - *211 + - *210 + - *94 + - *212 responses: '204': description: Response @@ -30112,10 +30123,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: - - *93 + - *94 - *17 - *19 - - &213 + - &214 name: sort description: The property by which to sort the results. in: query @@ -30126,7 +30137,7 @@ paths: - created_at default: created_at - *48 - - &214 + - &215 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30137,7 +30148,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &215 + - &216 name: repository description: The name of the repository to use to filter the results. in: query @@ -30145,7 +30156,7 @@ paths: schema: type: string example: Hello-World - - &216 + - &217 name: permission description: The permission to use to filter the results. in: query @@ -30153,7 +30164,7 @@ paths: schema: type: string example: issues_read - - &217 + - &218 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) @@ -30163,7 +30174,7 @@ paths: schema: type: string format: date-time - - &218 + - &219 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) @@ -30174,7 +30185,7 @@ paths: type: string format: date-time responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 @@ -30306,7 +30317,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30326,7 +30337,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: - - *93 + - *94 requestBody: required: true content: @@ -30367,7 +30378,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 @@ -30392,7 +30403,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: - - *93 + - *94 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30428,11 +30439,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30453,7 +30464,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: - - *93 + - *94 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30464,7 +30475,7 @@ paths: - *17 - *19 responses: - '500': *144 + '500': *145 '404': *6 '403': *29 '200': @@ -30473,11 +30484,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30498,18 +30509,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: - - *93 + - *94 - *17 - *19 - - *213 - - *48 - *214 + - *48 - *215 - *216 - *217 - *218 + - *219 responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 @@ -30636,7 +30647,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30656,7 +30667,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: - - *93 + - *94 requestBody: required: true content: @@ -30691,7 +30702,7 @@ paths: - 1296269 - 1296280 responses: - '500': *144 + '500': *145 '404': *6 '202': *47 '403': *29 @@ -30716,7 +30727,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: - - *93 + - *94 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -30744,9 +30755,9 @@ paths: value: action: revoke responses: - '500': *144 + '500': *145 '404': *6 - '204': *141 + '204': *142 '403': *29 '422': *15 x-github: @@ -30768,7 +30779,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: - - *93 + - *94 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -30778,7 +30789,7 @@ paths: - *17 - *19 responses: - '500': *144 + '500': *145 '404': *6 '403': *29 '200': @@ -30787,11 +30798,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30815,7 +30826,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -30833,7 +30844,7 @@ paths: type: integer configurations: type: array - items: &219 + items: &220 title: Organization private registry description: Private registry configuration for an organization type: object @@ -30885,7 +30896,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *57 + Link: *58 '400': *14 '404': *6 x-github: @@ -30909,7 +30920,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: @@ -31039,7 +31050,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &220 + org-private-registry-with-selected-visibility: &221 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31082,7 +31093,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: - - *93 + - *94 responses: '200': description: Response @@ -31108,7 +31119,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -31132,16 +31143,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *93 - - *126 + - *94 + - *127 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 '404': *6 x-github: githubCloudOnly: false @@ -31164,8 +31175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -31244,8 +31255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -31270,7 +31281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *93 + - *94 - name: state description: Indicates the state of the projects to return. in: query @@ -31291,7 +31302,7 @@ paths: application/json: schema: type: array - items: &221 + items: &222 title: Project description: Projects are a way to organize columns and cards of work. @@ -31415,7 +31426,7 @@ paths: organization_permission: write private: true headers: - Link: *57 + Link: *58 '422': *7 x-github: githubCloudOnly: false @@ -31435,7 +31446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *93 + - *94 requestBody: required: true content: @@ -31461,7 +31472,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -31499,7 +31510,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &281 + '410': &282 description: Gone content: application/json: @@ -31523,7 +31534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -31531,7 +31542,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31597,7 +31608,7 @@ paths: - property_name - value_type examples: - default: &223 + default: &224 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31641,7 +31652,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: @@ -31652,7 +31663,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *222 + items: *223 minItems: 1 maxItems: 100 required: @@ -31682,9 +31693,9 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: - default: *223 + default: *224 '403': *29 '404': *6 x-github: @@ -31705,8 +31716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *93 - - &224 + - *94 + - &225 name: custom_property_name description: The custom property name in: path @@ -31718,9 +31729,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: &225 + default: &226 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31754,8 +31765,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: - - *93 - - *224 + - *94 + - *225 requestBody: required: true content: @@ -31816,9 +31827,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *225 + default: *226 '403': *29 '404': *6 x-github: @@ -31841,10 +31852,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *93 - - *224 + - *94 + - *225 responses: - '204': *141 + '204': *142 '403': *29 '404': *6 x-github: @@ -31865,7 +31876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *93 + - *94 - *17 - *19 - name: repository_query @@ -31903,7 +31914,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &226 + items: &227 title: Custom Property Value description: Custom property name and associated value type: object @@ -31942,7 +31953,7 @@ paths: - property_name: team value: octocat headers: - Link: *57 + Link: *58 '403': *29 '404': *6 x-github: @@ -31970,7 +31981,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: - - *93 + - *94 requestBody: required: true content: @@ -31990,7 +32001,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *226 + items: *227 required: - repository_names - properties @@ -32031,7 +32042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *93 + - *94 - *17 - *19 responses: @@ -32043,9 +32054,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32062,8 +32073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response if user is a public member @@ -32087,8 +32098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -32109,8 +32120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -32134,7 +32145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *93 + - *94 - name: type description: Specifies the types of repositories you want returned. in: query @@ -32180,11 +32191,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32203,7 +32214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *93 + - *94 requestBody: required: true content: @@ -32384,7 +32395,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Full Repository description: Full Repository type: object @@ -32661,8 +32672,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *227 - required: *228 + properties: *228 + required: *229 nullable: true temp_clone_token: type: string @@ -32749,8 +32760,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true organization: title: Simple User @@ -32759,8 +32770,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *59 - source: *59 + parent: *60 + source: *60 forks: type: integer master_branch: @@ -32777,7 +32788,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &414 + properties: &415 url: type: string format: uri @@ -32793,12 +32804,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &415 + required: &416 - url - key - name - html_url - security_and_analysis: *229 + security_and_analysis: *230 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -32882,7 +32893,7 @@ paths: - network_count - subscribers_count examples: - default: &285 + default: &286 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33400,10 +33411,10 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - *17 - *19 - - &550 + - &551 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33421,7 +33432,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33456,7 +33467,7 @@ paths: source: type: string description: The name of the source - enforcement: &232 + enforcement: &233 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33469,7 +33480,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &233 + items: &234 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33534,7 +33545,7 @@ paths: conditions: nullable: true anyOf: - - &230 + - &231 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33558,7 +33569,7 @@ paths: match. items: type: string - - &234 + - &235 title: Organization ruleset conditions type: object description: |- @@ -33572,7 +33583,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33606,7 +33617,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33628,7 +33639,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33641,7 +33652,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &231 + items: &232 title: Repository ruleset property targeting definition type: object @@ -33674,17 +33685,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *231 + items: *232 required: - repository_property rules: type: array - items: &235 + items: &236 title: Repository Rule type: object description: A repository rule. oneOf: - - &532 + - &533 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33696,7 +33707,7 @@ paths: type: string enum: - creation - - &533 + - &534 title: update description: Only allow users with bypass permission to update matching refs. @@ -33717,7 +33728,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &535 + - &536 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33729,7 +33740,7 @@ paths: type: string enum: - deletion - - &536 + - &537 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33741,7 +33752,7 @@ paths: type: string enum: - required_linear_history - - &537 + - &538 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33819,7 +33830,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &538 + - &539 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33843,7 +33854,7 @@ paths: type: string required: - required_deployment_environments - - &539 + - &540 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33855,7 +33866,7 @@ paths: type: string enum: - required_signatures - - &540 + - &541 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33908,7 +33919,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &541 + - &542 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33956,7 +33967,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &542 + - &543 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33968,7 +33979,7 @@ paths: type: string enum: - non_fast_forward - - &543 + - &544 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34004,7 +34015,7 @@ paths: required: - operator - pattern - - &544 + - &545 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34040,7 +34051,7 @@ paths: required: - operator - pattern - - &545 + - &546 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34076,7 +34087,7 @@ paths: required: - operator - pattern - - &546 + - &547 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34112,7 +34123,7 @@ paths: required: - operator - pattern - - &547 + - &548 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34238,7 +34249,7 @@ paths: maximum: 100 required: - max_file_size - - &548 + - &549 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34288,7 +34299,7 @@ paths: - repository_id required: - workflows - - &549 + - &550 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34385,7 +34396,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -34401,7 +34412,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 requestBody: description: Request body required: true @@ -34422,16 +34433,16 @@ paths: - push - repository default: branch - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *234 + items: *234 + conditions: *235 rules: type: array description: An array of rules within the ruleset. - items: *235 + items: *236 required: - name - enforcement @@ -34469,9 +34480,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &237 + default: &238 value: id: 21 name: super cool ruleset @@ -34511,7 +34522,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -34525,8 +34536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *93 - - &551 + - *94 + - &552 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 @@ -34541,7 +34552,7 @@ paths: in: query schema: type: string - - &552 + - &553 name: time_period description: |- The time period to filter by. @@ -34557,14 +34568,14 @@ paths: - week - month default: day - - &553 + - &554 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 - - &554 + - &555 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34584,7 +34595,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 title: Rule Suites description: Response type: array @@ -34639,7 +34650,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &556 + default: &557 value: - id: 21 actor_id: 12 @@ -34663,7 +34674,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34682,8 +34693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *93 - - &557 + - *94 + - &558 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34699,7 +34710,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &559 title: Rule Suite description: Response type: object @@ -34798,7 +34809,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &559 + default: &560 value: id: 21 actor_id: 12 @@ -34833,7 +34844,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34859,7 +34870,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34871,11 +34882,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '404': *6 - '500': *144 + '500': *145 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -34891,7 +34902,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34917,16 +34928,16 @@ paths: - tag - push - repository - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *234 + items: *234 + conditions: *235 rules: description: An array of rules within the ruleset. type: array - items: *235 + items: *236 examples: default: value: @@ -34961,11 +34972,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '404': *6 - '500': *144 + '500': *145 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -34981,7 +34992,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34992,7 +35003,7 @@ paths: '204': description: Response '404': *6 - '500': *144 + '500': *145 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -35009,15 +35020,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *93 - - *238 + - *94 - *239 - *240 - *241 + - *242 - *48 - *19 - *17 - - &561 + - &562 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 @@ -35027,7 +35038,7 @@ paths: required: false schema: type: string - - &562 + - &563 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 @@ -35037,9 +35048,9 @@ paths: required: false schema: type: string - - *242 - *243 - *244 + - *245 responses: '200': description: Response @@ -35047,13 +35058,13 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *246 + default: *247 headers: - Link: *57 + Link: *58 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35075,7 +35086,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *93 + - *94 - *48 - name: sort description: The property to sort the results by. @@ -35119,7 +35130,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 description: A repository security advisory. type: object properties: @@ -35339,7 +35350,7 @@ paths: login: type: string description: The username of the user credited. - type: *247 + type: *248 credits_detailed: type: array nullable: true @@ -35349,7 +35360,7 @@ paths: type: object properties: user: *4 - type: *247 + type: *248 state: type: string description: The state of the user's acceptance of the @@ -35373,14 +35384,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *187 + items: *188 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *52 + - *53 required: - ghsa_id - cve_id @@ -35410,7 +35421,7 @@ paths: - private_fork additionalProperties: false examples: - default: &570 + default: &571 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -35789,7 +35800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *93 + - *94 responses: '200': description: Response @@ -35797,9 +35808,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *205 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35822,8 +35833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *93 - - *200 + - *94 + - *201 responses: '204': description: Response @@ -35848,8 +35859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *93 - - *200 + - *94 + - *201 responses: '204': description: Response @@ -35878,13 +35889,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &629 + schema: &630 type: object properties: total_minutes_used: @@ -35954,7 +35965,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &630 + default: &631 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -35984,13 +35995,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &631 + schema: &632 type: object properties: total_gigabytes_bandwidth_used: @@ -36008,7 +36019,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &632 + default: &633 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36034,13 +36045,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &633 + schema: &634 type: object properties: days_left_in_billing_cycle: @@ -36058,7 +36069,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &634 + default: &635 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36080,9 +36091,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: - - *93 + - *94 - *17 - *19 responses: @@ -36100,7 +36111,7 @@ paths: type: integer network_configurations: type: array - items: &249 + items: &250 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -36159,11 +36170,11 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -36176,9 +36187,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: - - *93 + - *94 requestBody: required: true content: @@ -36220,9 +36231,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &250 + default: &251 value: id: 123456789ABCDEF name: My network configuration @@ -36234,7 +36245,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -36248,10 +36259,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: - - *93 - - &251 + - *94 + - &252 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -36263,15 +36274,15 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -36284,10 +36295,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: - - *93 - - *251 + - *94 + - *252 requestBody: required: true content: @@ -36326,13 +36337,13 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -36345,17 +36356,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: - - *93 - - *251 + - *94 + - *252 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: @@ -36369,9 +36380,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: - - *93 + - *94 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -36425,11 +36436,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -36455,8 +36466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *93 - - *200 + - *94 + - *201 - 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`). @@ -36488,13 +36499,13 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 - '500': *144 + default: *254 + '500': *145 '403': *29 '404': *6 - '422': *254 + '422': *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36528,8 +36539,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: - - *93 - - *200 + - *94 + - *201 - 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`). @@ -36561,10 +36572,10 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 - '500': *144 + default: *257 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -36585,7 +36596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *93 + - *94 - *17 - *19 responses: @@ -36595,11 +36606,11 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 headers: - Link: *57 + Link: *58 '403': *29 x-github: githubCloudOnly: false @@ -36619,7 +36630,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *93 + - *94 requestBody: required: true content: @@ -36691,7 +36702,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &258 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36754,8 +36765,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *203 - required: *204 + properties: *204 + required: *205 nullable: true members_count: type: integer @@ -37001,7 +37012,7 @@ paths: - repos_count - organization examples: - default: &258 + default: &259 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37071,16 +37082,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *93 - - *200 + - *94 + - *201 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -37101,8 +37112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *93 - - *200 + - *94 + - *201 requestBody: required: false content: @@ -37164,16 +37175,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '201': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 '422': *15 '403': *29 @@ -37198,8 +37209,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *93 - - *200 + - *94 + - *201 responses: '204': description: Response @@ -37225,8 +37236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *93 - - *200 + - *94 + - *201 - *48 - *17 - *19 @@ -37243,7 +37254,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37322,7 +37333,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *63 + reactions: *64 required: - author - body @@ -37342,7 +37353,7 @@ paths: - updated_at - url examples: - default: &584 + default: &585 value: - author: login: octocat @@ -37392,7 +37403,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37416,8 +37427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *93 - - *200 + - *94 + - *201 requestBody: required: true content: @@ -37451,9 +37462,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: author: login: octocat @@ -37525,9 +37536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *93 - - *200 - - &261 + - *94 + - *201 + - &262 name: discussion_number description: The number that identifies the discussion. in: path @@ -37539,9 +37550,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37563,9 +37574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 requestBody: required: false content: @@ -37588,9 +37599,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &585 + default: &586 value: author: login: octocat @@ -37660,9 +37671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 responses: '204': description: Response @@ -37688,9 +37699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 - *48 - *17 - *19 @@ -37701,7 +37712,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37758,7 +37769,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *63 + reactions: *64 required: - author - body @@ -37773,7 +37784,7 @@ paths: - updated_at - url examples: - default: &586 + default: &587 value: - author: login: octocat @@ -37817,7 +37828,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37841,9 +37852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 requestBody: required: true content: @@ -37865,9 +37876,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: author: login: octocat @@ -37933,10 +37944,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *93 - - *200 - - *261 - - &264 + - *94 + - *201 + - *262 + - &265 name: comment_number description: The number that identifies the comment. in: path @@ -37948,9 +37959,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37972,10 +37983,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 requestBody: required: true content: @@ -37997,9 +38008,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &587 + default: &588 value: author: login: octocat @@ -38063,10 +38074,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 responses: '204': description: Response @@ -38092,10 +38103,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 - 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. @@ -38121,7 +38132,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38164,7 +38175,7 @@ paths: - content - created_at examples: - default: &267 + default: &268 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38190,7 +38201,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38214,10 +38225,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 requestBody: required: true content: @@ -38250,9 +38261,9 @@ paths: team discussion comment content: application/json: - schema: *265 + schema: *266 examples: - default: &266 + default: &267 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38281,9 +38292,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38306,11 +38317,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *93 - - *200 - - *261 - - *264 - - &268 + - *94 + - *201 + - *262 + - *265 + - &269 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38342,9 +38353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 - 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. @@ -38370,11 +38381,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38398,9 +38409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 requestBody: required: true content: @@ -38432,16 +38443,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38464,10 +38475,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *93 - - *200 - - *261 - - *268 + - *94 + - *201 + - *262 + - *269 responses: '204': description: Response @@ -38491,8 +38502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -38502,11 +38513,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38526,8 +38537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *93 - - *200 + - *94 + - *201 - name: role description: Filters members returned by their role in the team. in: query @@ -38550,9 +38561,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38580,15 +38591,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *93 - - *200 - - *131 + - *94 + - *201 + - *132 responses: '200': description: Response content: application/json: - schema: &269 + schema: &270 title: Team Membership description: Team Membership type: object @@ -38615,7 +38626,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &588 + response-if-user-is-a-team-maintainer: &589 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38651,9 +38662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *93 - - *200 - - *131 + - *94 + - *201 + - *132 requestBody: required: false content: @@ -38678,9 +38689,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - response-if-users-membership-with-team-is-now-pending: &589 + response-if-users-membership-with-team-is-now-pending: &590 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38715,9 +38726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *93 - - *200 - - *131 + - *94 + - *201 + - *132 responses: '204': description: Response @@ -38743,8 +38754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -38754,7 +38765,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Team Project description: A team's access to a project. type: object @@ -38822,7 +38833,7 @@ paths: - updated_at - permissions examples: - default: &590 + default: &591 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38862,7 +38873,7 @@ paths: write: true admin: false headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38883,9 +38894,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *93 - - *200 - - &271 + - *94 + - *201 + - &272 name: project_id description: The unique identifier of the project. in: path @@ -38897,9 +38908,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &591 + default: &592 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38959,9 +38970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *93 - - *200 - - *271 + - *94 + - *201 + - *272 requestBody: required: false content: @@ -39025,9 +39036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *93 - - *200 - - *271 + - *94 + - *201 + - *272 responses: '204': description: Response @@ -39051,8 +39062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -39062,11 +39073,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39093,16 +39104,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *93 - - *200 - - *272 + - *94 + - *201 - *273 + - *274 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &592 + schema: &593 title: Team Repository description: A team's access to a repository. type: object @@ -39125,8 +39136,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true forks: type: integer @@ -39671,10 +39682,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *93 - - *200 - - *272 + - *94 + - *201 - *273 + - *274 requestBody: required: false content: @@ -39719,10 +39730,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *93 - - *200 - - *272 + - *94 + - *201 - *273 + - *274 responses: '204': description: Response @@ -39746,8 +39757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -39757,9 +39768,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - response-if-child-teams-exist: &593 + response-if-child-teams-exist: &594 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39787,7 +39798,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39812,7 +39823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *93 + - *94 - name: security_product in: path description: The security feature to enable or disable. @@ -39883,7 +39894,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &274 + - &275 name: card_id description: The unique identifier of the card. in: path @@ -39895,7 +39906,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &276 title: Project Card description: Project cards represent a scope of work. type: object @@ -39962,7 +39973,7 @@ paths: - created_at - updated_at examples: - default: &276 + default: &277 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40012,7 +40023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *274 + - *275 requestBody: required: false content: @@ -40039,9 +40050,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 '304': *37 '403': *29 '401': *25 @@ -40062,7 +40073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *274 + - *275 responses: '204': description: Response @@ -40100,7 +40111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *274 + - *275 requestBody: required: true content: @@ -40205,7 +40216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &277 + - &278 name: column_id description: The unique identifier of the column. in: path @@ -40217,7 +40228,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Project Column description: Project columns contain cards of work. type: object @@ -40263,7 +40274,7 @@ paths: - created_at - updated_at examples: - default: &279 + default: &280 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40292,7 +40303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *277 + - *278 requestBody: required: true content: @@ -40316,9 +40327,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '304': *37 '403': *29 '401': *25 @@ -40337,7 +40348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *277 + - *278 responses: '204': description: Response @@ -40360,7 +40371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *277 + - *278 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40381,7 +40392,7 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: default: value: @@ -40415,7 +40426,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: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -40434,7 +40445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *277 + - *278 requestBody: required: true content: @@ -40474,9 +40485,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 '304': *37 '403': *29 '401': *25 @@ -40486,8 +40497,8 @@ paths: application/json: schema: oneOf: - - *96 - *97 + - *98 '503': description: Response content: @@ -40526,7 +40537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *277 + - *278 requestBody: required: true content: @@ -40582,15 +40593,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: &280 + default: &281 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40643,7 +40654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *271 + - *272 requestBody: required: false content: @@ -40689,9 +40700,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *280 + default: *281 '404': description: Not Found if the authenticated user does not have access to the project @@ -40712,7 +40723,7 @@ paths: items: type: string '401': *25 - '410': *281 + '410': *282 '422': *7 x-github: githubCloudOnly: false @@ -40730,7 +40741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *271 + - *272 responses: '204': description: Delete Success @@ -40751,7 +40762,7 @@ paths: items: type: string '401': *25 - '410': *281 + '410': *282 '404': *6 x-github: githubCloudOnly: false @@ -40774,7 +40785,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *271 + - *272 - 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 @@ -40801,9 +40812,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': *6 '422': *15 '304': *37 @@ -40826,8 +40837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *271 - - *131 + - *272 + - *132 requestBody: required: false content: @@ -40874,8 +40885,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *271 - - *131 + - *272 + - *132 responses: '204': description: Response @@ -40903,8 +40914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *271 - - *131 + - *272 + - *132 responses: '200': description: Response @@ -40971,7 +40982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *271 + - *272 - *17 - *19 responses: @@ -40981,7 +40992,7 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: default: value: @@ -40994,7 +41005,7 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -41013,7 +41024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *271 + - *272 requestBody: required: true content: @@ -41036,7 +41047,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: default: value: @@ -41097,7 +41108,7 @@ paths: resources: type: object properties: - core: &282 + core: &283 title: Rate Limit type: object properties: @@ -41114,20 +41125,20 @@ paths: - remaining - reset - used - graphql: *282 - search: *282 - code_search: *282 - source_import: *282 - integration_manifest: *282 - code_scanning_upload: *282 - actions_runner_registration: *282 - scim: *282 - dependency_snapshots: *282 - code_scanning_autofix: *282 + graphql: *283 + search: *283 + code_search: *283 + source_import: *283 + integration_manifest: *283 + code_scanning_upload: *283 + actions_runner_registration: *283 + scim: *283 + dependency_snapshots: *283 + code_scanning_autofix: *283 required: - core - search - rate: *282 + rate: *283 required: - rate - resources @@ -41231,14 +41242,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *283 + schema: *284 examples: default-response: summary: Default response @@ -41739,7 +41750,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *284 + '301': *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41757,8 +41768,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -41994,10 +42005,10 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 - '307': &286 + default: *286 + '307': &287 description: Temporary Redirect content: application/json: @@ -42026,8 +42037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -42049,7 +42060,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *286 + '307': *287 '404': *6 x-github: githubCloudOnly: false @@ -42072,11 +42083,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 - - &312 + - &313 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42099,7 +42110,7 @@ paths: type: integer artifacts: type: array - items: &287 + items: &288 title: Artifact description: An artifact type: object @@ -42170,7 +42181,7 @@ paths: - expires_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 artifacts: @@ -42207,7 +42218,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42229,9 +42240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *272 - *273 - - &288 + - *274 + - &289 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42243,7 +42254,7 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: default: value: @@ -42280,9 +42291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *272 - *273 - - *288 + - *274 + - *289 responses: '204': description: Response @@ -42306,9 +42317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *272 - *273 - - *288 + - *274 + - *289 - name: archive_format in: path required: true @@ -42322,7 +42333,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': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42345,14 +42356,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -42378,11 +42389,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 - - &290 + - &291 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 @@ -42416,7 +42427,7 @@ paths: description: Response content: application/json: - schema: &291 + schema: &292 title: Repository actions caches description: Repository actions caches type: object @@ -42458,7 +42469,7 @@ paths: - total_count - actions_caches examples: - default: &292 + default: &293 value: total_count: 1 actions_caches: @@ -42470,7 +42481,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42490,23 +42501,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: - - *272 - *273 + - *274 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42526,8 +42537,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: - - *272 - *273 + - *274 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42558,9 +42569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *272 - *273 - - &293 + - *274 + - &294 name: job_id description: The unique identifier of the job. in: path @@ -42572,7 +42583,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: Job description: Information of a job execution in a workflow run type: object @@ -42879,9 +42890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *272 - *273 - - *293 + - *274 + - *294 responses: '302': description: Response @@ -42909,9 +42920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *272 - *273 - - *293 + - *274 + - *294 requestBody: required: false content: @@ -42932,7 +42943,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -42956,8 +42967,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: - - *272 - *273 + - *274 responses: '200': description: Status response @@ -43007,8 +43018,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -43042,7 +43053,7 @@ paths: description: Empty response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -43071,8 +43082,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -43090,7 +43101,7 @@ paths: type: integer secrets: type: array - items: &318 + items: &319 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43110,7 +43121,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 secrets: @@ -43121,7 +43132,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43143,9 +43154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *272 - *273 - - *294 + - *274 + - *295 - *19 responses: '200': @@ -43162,7 +43173,7 @@ paths: type: integer variables: type: array - items: &322 + items: &323 title: Actions Variable type: object properties: @@ -43192,7 +43203,7 @@ paths: - created_at - updated_at examples: - default: &323 + default: &324 value: total_count: 2 variables: @@ -43205,7 +43216,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43225,8 +43236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -43235,11 +43246,11 @@ paths: schema: type: object properties: - enabled: &296 + enabled: &297 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *107 - selected_actions_url: *295 + allowed_actions: *108 + selected_actions_url: *296 required: - enabled examples: @@ -43266,8 +43277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -43278,8 +43289,8 @@ paths: schema: type: object properties: - enabled: *296 - allowed_actions: *107 + enabled: *297 + allowed_actions: *108 required: - enabled examples: @@ -43308,14 +43319,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: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: &297 + schema: &298 type: object properties: access_level: @@ -43332,7 +43343,7 @@ paths: required: - access_level examples: - default: &298 + default: &299 value: access_level: organization x-github: @@ -43356,15 +43367,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: - - *272 - *273 + - *274 requestBody: required: true content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 responses: '204': description: Response @@ -43388,16 +43399,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *109 + schema: *110 examples: - default: *110 + default: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43416,8 +43427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -43425,9 +43436,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43449,16 +43460,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *113 + default: *114 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43479,8 +43490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Success response @@ -43491,9 +43502,9 @@ paths: required: true content: application/json: - schema: *300 + schema: *301 examples: - default: *113 + default: *114 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43520,8 +43531,8 @@ paths: in: query schema: type: string - - *272 - *273 + - *274 - *17 - *19 responses: @@ -43539,11 +43550,11 @@ paths: type: integer runners: type: array - items: *120 + items: *121 examples: - default: *121 + default: *122 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43565,8 +43576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -43574,9 +43585,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43598,8 +43609,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -43642,7 +43653,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *303 + '201': *304 '404': *6 '422': *7 x-github: @@ -43672,16 +43683,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *272 - *273 + - *274 responses: '201': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43709,16 +43720,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *272 - *273 + - *274 responses: '201': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43740,17 +43751,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: '200': description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *306 + default: *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43771,9 +43782,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: '204': description: Response @@ -43798,11 +43809,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: - '200': *124 + '200': *125 '404': *6 x-github: githubCloudOnly: false @@ -43824,9 +43835,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: - - *272 - *273 - - *119 + - *274 + - *120 requestBody: required: true content: @@ -43850,7 +43861,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -43874,9 +43885,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: - - *272 - *273 - - *119 + - *274 + - *120 requestBody: required: true content: @@ -43901,7 +43912,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -43925,11 +43936,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: - '200': *307 + '200': *308 '404': *6 x-github: githubCloudOnly: false @@ -43956,12 +43967,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: - - *272 - *273 - - *119 - - *308 + - *274 + - *120 + - *309 responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -43987,9 +43998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *272 - *273 - - &326 + - *274 + - &327 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. @@ -43997,7 +44008,7 @@ paths: required: false schema: type: string - - &327 + - &328 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44005,7 +44016,7 @@ paths: required: false schema: type: string - - &328 + - &329 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44014,7 +44025,7 @@ paths: required: false schema: type: string - - &329 + - &330 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 @@ -44041,7 +44052,7 @@ paths: - pending - *17 - *19 - - &330 + - &331 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)." @@ -44050,7 +44061,7 @@ paths: schema: type: string format: date-time - - &309 + - &310 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44059,13 +44070,13 @@ paths: schema: type: boolean default: false - - &331 + - &332 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &332 + - &333 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44088,7 +44099,7 @@ paths: type: integer workflow_runs: type: array - items: &310 + items: &311 title: Workflow Run description: An invocation of a workflow type: object @@ -44183,7 +44194,7 @@ paths: that triggered the run. type: array nullable: true - items: &351 + items: &352 title: Pull Request Minimal type: object properties: @@ -44302,7 +44313,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &355 + properties: &356 id: type: string description: SHA for the commit @@ -44353,7 +44364,7 @@ paths: - name - email nullable: true - required: &356 + required: &357 - id - tree_id - message @@ -44361,8 +44372,8 @@ paths: - author - committer nullable: true - repository: *118 - head_repository: *118 + repository: *119 + head_repository: *119 head_repository_id: type: integer example: 5 @@ -44400,7 +44411,7 @@ paths: - workflow_url - pull_requests examples: - default: &333 + default: &334 value: total_count: 1 workflow_runs: @@ -44614,7 +44625,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44636,24 +44647,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *272 - *273 - - &311 + - *274 + - &312 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: &314 + default: &315 value: id: 30433642 name: Build @@ -44894,9 +44905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '204': description: Response @@ -44919,9 +44930,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '200': description: Response @@ -45040,15 +45051,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: - - *272 - *273 - - *311 + - *274 + - *312 responses: '201': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45075,12 +45086,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *272 - *273 - - *311 + - *274 + - *312 - *17 - *19 - - *312 + - *313 responses: '200': description: Response @@ -45096,11 +45107,11 @@ paths: type: integer artifacts: type: array - items: *287 + items: *288 examples: - default: *313 + default: *314 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45122,25 +45133,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *272 - *273 - - *311 - - &315 + - *274 + - *312 + - &316 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45163,10 +45174,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *272 - *273 - - *311 - - *315 + - *274 + - *312 + - *316 - *17 - *19 responses: @@ -45184,9 +45195,9 @@ paths: type: integer jobs: type: array - items: *316 + items: *317 examples: - default: &317 + default: &318 value: total_count: 1 jobs: @@ -45275,7 +45286,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -45299,10 +45310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *272 - *273 - - *311 - - *315 + - *274 + - *312 + - *316 responses: '302': description: Response @@ -45330,15 +45341,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '202': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45365,9 +45376,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: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: true content: @@ -45434,15 +45445,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '202': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45469,9 +45480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 - 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 @@ -45501,11 +45512,11 @@ paths: type: integer jobs: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45528,9 +45539,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '302': description: Response @@ -45557,14 +45568,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '204': description: Response '403': *29 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45586,9 +45597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '200': description: Response @@ -45648,7 +45659,7 @@ paths: items: type: object properties: - type: &435 + type: &436 type: string description: The type of reviewer. enum: @@ -45658,7 +45669,7 @@ paths: reviewer: anyOf: - *4 - - *187 + - *188 required: - environment - wait_timer @@ -45733,9 +45744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: true content: @@ -45782,7 +45793,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -45870,8 +45881,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -45888,7 +45899,7 @@ paths: - created_at - updated_at examples: - default: &431 + default: &432 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -45944,9 +45955,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: false content: @@ -45967,7 +45978,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45990,9 +46001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: false content: @@ -46013,7 +46024,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -46038,9 +46049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '200': description: Response @@ -46177,8 +46188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -46196,11 +46207,11 @@ paths: type: integer secrets: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46223,16 +46234,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46254,17 +46265,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &448 + default: &449 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46290,9 +46301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 requestBody: required: true content: @@ -46320,7 +46331,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -46346,9 +46357,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '204': description: Response @@ -46373,9 +46384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *272 - *273 - - *294 + - *274 + - *295 - *19 responses: '200': @@ -46392,11 +46403,11 @@ paths: type: integer variables: type: array - items: *322 + items: *323 examples: - default: *323 + default: *324 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46417,8 +46428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -46445,7 +46456,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -46470,17 +46481,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *272 - *273 - - *129 + - *274 + - *130 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: &449 + default: &450 value: name: USERNAME value: octocat @@ -46506,9 +46517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *272 - *273 - - *129 + - *274 + - *130 requestBody: required: true content: @@ -46550,9 +46561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *272 - *273 - - *129 + - *274 + - *130 responses: '204': description: Response @@ -46577,8 +46588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -46596,7 +46607,7 @@ paths: type: integer workflows: type: array - items: &324 + items: &325 title: Workflow description: A GitHub Actions workflow type: object @@ -46680,7 +46691,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46703,9 +46714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *272 - *273 - - &325 + - *274 + - &326 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46720,7 +46731,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -46753,9 +46764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '204': description: Response @@ -46780,9 +46791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '204': description: Response @@ -46833,9 +46844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '204': description: Response @@ -46862,19 +46873,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *272 - *273 - - *325 + - *274 - *326 - *327 - *328 - *329 + - *330 - *17 - *19 - - *330 - - *309 - *331 + - *310 - *332 + - *333 responses: '200': description: Response @@ -46890,11 +46901,11 @@ paths: type: integer workflow_runs: type: array - items: *310 + items: *311 examples: - default: *333 + default: *334 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46918,9 +46929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '200': description: Response @@ -46981,8 +46992,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *272 - *273 + - *274 - *48 - *17 - *39 @@ -47127,7 +47138,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '422': *7 x-github: githubCloudOnly: false @@ -47146,8 +47157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -47159,9 +47170,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -47184,8 +47195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *272 - *273 + - *274 - name: assignee in: path required: true @@ -47221,8 +47232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -47334,8 +47345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *272 - *273 + - *274 - *17 - *39 - *40 @@ -47381,7 +47392,7 @@ paths: bundle_url: type: string examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47401,8 +47412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -47410,7 +47421,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 title: Autolink reference description: An autolink reference. type: object @@ -47460,8 +47471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -47500,9 +47511,9 @@ paths: description: response content: application/json: - schema: *335 + schema: *336 examples: - default: &336 + default: &337 value: id: 1 key_prefix: TICKET- @@ -47533,9 +47544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *272 - *273 - - &337 + - *274 + - &338 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47547,9 +47558,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '404': *6 x-github: githubCloudOnly: false @@ -47569,9 +47580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *272 - *273 - - *337 + - *274 + - *338 responses: '204': description: Response @@ -47595,8 +47606,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: - - *272 - *273 + - *274 responses: '200': description: Response if Dependabot is enabled @@ -47644,8 +47655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -47666,8 +47677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -47687,8 +47698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *272 - *273 + - *274 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47726,7 +47737,7 @@ paths: - url protected: type: boolean - protection: &339 + protection: &340 title: Branch Protection description: Branch Protection type: object @@ -47768,7 +47779,7 @@ paths: required: - contexts - checks - enforce_admins: &342 + enforce_admins: &343 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47783,7 +47794,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &344 + required_pull_request_reviews: &345 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47804,7 +47815,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *187 + items: *188 apps: description: The list of apps with review dismissal access. @@ -47833,7 +47844,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *187 + items: *188 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47859,7 +47870,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &341 + restrictions: &342 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -48148,7 +48159,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -48166,9 +48177,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *272 - *273 - - &340 + - *274 + - &341 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). @@ -48182,14 +48193,14 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &403 + commit: &404 title: Commit description: Commit type: object @@ -48223,7 +48234,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &338 + properties: &339 name: type: string example: '"Chris Wanstrath"' @@ -48238,7 +48249,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *338 + properties: *339 nullable: true message: type: string @@ -48259,7 +48270,7 @@ paths: required: - sha - url - verification: &455 + verification: &456 title: Verification type: object properties: @@ -48292,12 +48303,12 @@ paths: nullable: true oneOf: - *4 - - *127 + - *128 committer: nullable: true oneOf: - *4 - - *127 + - *128 parents: type: array items: @@ -48328,7 +48339,7 @@ paths: type: integer files: type: array - items: &418 + items: &419 title: Diff Entry description: Diff Entry type: object @@ -48411,7 +48422,7 @@ paths: - self protected: type: boolean - protection: *339 + protection: *340 protection_url: type: string format: uri @@ -48518,7 +48529,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *284 + '301': *285 '404': *6 x-github: githubCloudOnly: false @@ -48540,15 +48551,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -48742,9 +48753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -48999,7 +49010,7 @@ paths: url: type: string format: uri - required_status_checks: &347 + required_status_checks: &348 title: Status Check Policy description: Status Check Policy type: object @@ -49075,7 +49086,7 @@ paths: items: *4 teams: type: array - items: *187 + items: *188 apps: type: array items: *5 @@ -49093,7 +49104,7 @@ paths: items: *4 teams: type: array - items: *187 + items: *188 apps: type: array items: *5 @@ -49151,7 +49162,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *341 + restrictions: *342 required_conversation_resolution: type: object properties: @@ -49263,9 +49274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49290,17 +49301,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49322,17 +49333,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49351,9 +49362,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49378,17 +49389,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &345 + default: &346 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49484,9 +49495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -49584,9 +49595,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -49607,9 +49618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49636,17 +49647,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &346 + default: &347 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49669,17 +49680,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -49699,9 +49710,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49726,17 +49737,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &348 + default: &349 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49762,9 +49773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -49816,9 +49827,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 '404': *6 '422': *15 x-github: @@ -49840,9 +49851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49866,9 +49877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -49902,9 +49913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -49971,9 +49982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -50037,9 +50048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: content: application/json: @@ -50105,15 +50116,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: default: value: @@ -50204,9 +50215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -50229,9 +50240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -50241,7 +50252,7 @@ paths: type: array items: *5 examples: - default: &349 + default: &350 value: - id: 1 slug: octoapp @@ -50298,9 +50309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50334,7 +50345,7 @@ paths: type: array items: *5 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -50355,9 +50366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50391,7 +50402,7 @@ paths: type: array items: *5 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -50412,9 +50423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50448,7 +50459,7 @@ paths: type: array items: *5 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -50470,9 +50481,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -50480,9 +50491,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '404': *6 x-github: githubCloudOnly: false @@ -50502,9 +50513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -50540,9 +50551,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -50563,9 +50574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -50601,9 +50612,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -50624,9 +50635,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: content: application/json: @@ -50661,9 +50672,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -50685,9 +50696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -50697,7 +50708,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '404': *6 x-github: githubCloudOnly: false @@ -50721,9 +50732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50756,7 +50767,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -50781,9 +50792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50816,7 +50827,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -50841,9 +50852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50876,7 +50887,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -50903,9 +50914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50927,7 +50938,7 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: default: value: @@ -51043,8 +51054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -51323,7 +51334,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51434,16 +51445,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *351 - deployment: &643 + items: *352 + deployment: &644 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51510,8 +51521,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -51723,9 +51734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *272 - *273 - - &353 + - *274 + - &354 name: check_run_id description: The unique identifier of the check run. in: path @@ -51737,9 +51748,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &354 + default: &355 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51839,9 +51850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *272 - *273 - - *353 + - *274 + - *354 requestBody: required: true content: @@ -52081,9 +52092,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52103,9 +52114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *272 - *273 - - *353 + - *274 + - *354 - *17 - *19 responses: @@ -52180,7 +52191,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52202,15 +52213,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *272 - *273 - - *353 + - *274 + - *354 responses: '201': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -52248,8 +52259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -52271,7 +52282,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &357 + schema: &358 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52335,7 +52346,7 @@ paths: nullable: true pull_requests: type: array - items: *351 + items: *352 nullable: true app: title: GitHub app @@ -52346,9 +52357,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - repository: *118 + properties: *61 + required: *62 + repository: *119 created_at: type: string format: date-time @@ -52357,12 +52368,12 @@ paths: type: string format: date-time nullable: true - head_commit: &669 + head_commit: &670 title: Simple Commit description: A commit. type: object - properties: *355 - required: *356 + properties: *356 + required: *357 latest_check_runs_count: type: integer check_runs_url: @@ -52390,7 +52401,7 @@ paths: - check_runs_url - pull_requests examples: - default: &358 + default: &359 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52681,9 +52692,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52702,8 +52713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -52764,7 +52775,7 @@ paths: required: - app_id - setting - repository: *118 + repository: *119 examples: default: value: @@ -53012,9 +53023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *272 - *273 - - &359 + - *274 + - &360 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -53026,9 +53037,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53051,17 +53062,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *272 - *273 - - *359 - - &411 + - *274 + - *360 + - &412 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &412 + - &413 name: status description: Returns check runs with the specified `status`. in: query @@ -53100,9 +53111,9 @@ paths: type: integer check_runs: type: array - items: *352 + items: *353 examples: - default: &413 + default: &414 value: total_count: 1 check_runs: @@ -53184,7 +53195,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53204,15 +53215,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *272 - *273 - - *359 + - *274 + - *360 responses: '201': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -53239,21 +53250,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *272 - *273 - - *360 + - *274 - *361 + - *362 - *19 - *17 - - &378 + - &379 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: *362 - - &379 + schema: *363 + - &380 name: pr description: The number of the pull request for the results you want to list. in: query @@ -53278,13 +53289,13 @@ paths: be returned. in: query required: false - schema: *363 + schema: *364 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *364 + schema: *365 responses: '200': description: Response @@ -53295,14 +53306,14 @@ paths: items: type: object properties: - number: *53 - created_at: *54 - updated_at: *132 - url: *55 - html_url: *56 - instances_url: *365 - state: *137 - fixed_at: *133 + number: *54 + created_at: *55 + updated_at: *133 + url: *56 + html_url: *57 + instances_url: *366 + state: *138 + fixed_at: *134 dismissed_by: title: Simple User description: A GitHub user. @@ -53310,12 +53321,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *134 - dismissed_reason: *366 - dismissed_comment: *367 - rule: *368 - tool: *369 - most_recent_instance: *370 + dismissed_at: *135 + dismissed_reason: *367 + dismissed_comment: *368 + rule: *369 + tool: *370 + most_recent_instance: *371 required: - number - created_at @@ -53431,14 +53442,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &371 + '403': &372 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53458,9 +53469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *272 - *273 - - &372 + - *274 + - &373 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53468,23 +53479,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *53 + schema: *54 responses: '200': description: Response content: application/json: - schema: &373 + schema: &374 type: object properties: - number: *53 - created_at: *54 - updated_at: *132 - url: *55 - html_url: *56 - instances_url: *365 - state: *137 - fixed_at: *133 + number: *54 + created_at: *55 + updated_at: *133 + url: *56 + html_url: *57 + instances_url: *366 + state: *138 + fixed_at: *134 dismissed_by: title: Simple User description: A GitHub user. @@ -53492,9 +53503,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *134 - dismissed_reason: *366 - dismissed_comment: *367 + dismissed_at: *135 + dismissed_reason: *367 + dismissed_comment: *368 rule: type: object properties: @@ -53548,8 +53559,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *369 - most_recent_instance: *370 + tool: *370 + most_recent_instance: *371 required: - number - created_at @@ -53638,9 +53649,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53658,9 +53669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 requestBody: required: true content: @@ -53675,8 +53686,8 @@ paths: enum: - open - dismissed - dismissed_reason: *366 - dismissed_comment: *367 + dismissed_reason: *367 + dismissed_comment: *368 required: - state examples: @@ -53691,7 +53702,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -53766,14 +53777,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &377 + '403': &378 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': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53793,15 +53804,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: - - *272 - *273 - - *372 + - *274 + - *373 responses: '200': description: Response content: application/json: - schema: &374 + schema: &375 type: object properties: status: @@ -53827,13 +53838,13 @@ paths: - description - started_at examples: - default: &375 + default: &376 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &376 + '400': &377 description: Bad Request content: application/json: @@ -53844,9 +53855,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': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53869,29 +53880,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: - - *272 - *273 - - *372 + - *274 + - *373 responses: '200': description: OK content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '202': description: Accepted content: application/json: - schema: *374 + schema: *375 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *376 + '400': *377 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -53901,7 +53912,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53923,9 +53934,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: - - *272 - *273 - - *372 + - *274 + - *373 requestBody: required: false content: @@ -53970,12 +53981,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *376 - '403': *377 + '400': *377 + '403': *378 '404': *6 '422': description: Unprocessable Entity - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53995,13 +54006,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 - *19 - *17 - - *378 - *379 + - *380 responses: '200': description: Response @@ -54009,7 +54020,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -54048,9 +54059,9 @@ paths: end_column: 50 classifications: - source - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54082,25 +54093,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *272 - *273 - - *360 + - *274 - *361 + - *362 - *19 - *17 - - *379 + - *380 - 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: *362 + schema: *363 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &382 + schema: &383 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -54121,23 +54132,23 @@ paths: application/json: schema: type: array - items: &383 + items: &384 type: object properties: - ref: *362 - commit_sha: &391 + ref: *363 + commit_sha: &392 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: *380 + analysis_key: *381 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *381 + category: *382 error: type: string example: error reading field xyz @@ -54161,8 +54172,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *382 - tool: *369 + sarif_id: *383 + tool: *370 deletable: type: boolean warning: @@ -54223,9 +54234,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54259,8 +54270,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: - - *272 - *273 + - *274 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54273,7 +54284,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: response: summary: application/json response @@ -54327,9 +54338,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54409,8 +54420,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: - - *272 - *273 + - *274 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54463,9 +54474,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': *377 + '403': *378 '404': *6 - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54485,8 +54496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -54494,7 +54505,7 @@ paths: application/json: schema: type: array - items: &384 + items: &385 title: CodeQL Database description: A CodeQL database. type: object @@ -54605,9 +54616,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': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54634,8 +54645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *272 - *273 + - *274 - name: language in: path description: The language of the CodeQL database. @@ -54647,7 +54658,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -54679,11 +54690,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': &420 + '302': &421 description: Found - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54703,8 +54714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *272 - *273 + - *274 - name: language in: path description: The language of the CodeQL database. @@ -54714,9 +54725,9 @@ paths: responses: '204': description: Response - '403': *377 + '403': *378 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54742,8 +54753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -54752,7 +54763,7 @@ paths: type: object additionalProperties: false properties: - language: &385 + language: &386 type: string description: The language targeted by the CodeQL query enum: @@ -54830,7 +54841,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &389 + schema: &390 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -54838,9 +54849,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *52 + controller_repo: *53 actor: *4 - query_language: *385 + query_language: *386 query_pack_url: type: string description: The download url for the query pack. @@ -54887,7 +54898,7 @@ paths: items: type: object properties: - repository: &386 + repository: &387 title: Repository Identifier description: Repository Identifier type: object @@ -54923,7 +54934,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &390 + analysis_status: &391 type: string description: The new status of the CodeQL variant analysis repository task. @@ -54955,7 +54966,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &387 + access_mismatch_repos: &388 type: object properties: repository_count: @@ -54969,7 +54980,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: *386 + items: *387 required: - repository_count - repositories @@ -54991,8 +55002,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *387 - over_limit_repos: *387 + no_codeql_db_repos: *388 + over_limit_repos: *388 required: - access_mismatch_repos - not_found_repos @@ -55008,7 +55019,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &388 + value: &389 summary: Default response value: id: 1 @@ -55160,17 +55171,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *388 + value: *389 repository_lists: summary: Response for a successful variant analysis submission - value: *388 + value: *389 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55191,8 +55202,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: - - *272 - *273 + - *274 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -55204,11 +55215,11 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: *388 + default: *389 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55229,7 +55240,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: - - *272 + - *273 - name: repo in: path description: The name of the controller repository. @@ -55263,8 +55274,8 @@ paths: schema: type: object properties: - repository: *52 - analysis_status: *390 + repository: *53 + analysis_status: *391 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55368,7 +55379,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55389,8 +55400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -55464,9 +55475,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55485,8 +55496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -55543,7 +55554,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -55568,7 +55579,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *377 + '403': *378 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -55576,7 +55587,7 @@ paths: content: application/json: schema: *3 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55633,8 +55644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -55642,7 +55653,7 @@ paths: schema: type: object properties: - commit_sha: *391 + commit_sha: *392 ref: type: string description: |- @@ -55700,7 +55711,7 @@ paths: schema: type: object properties: - id: *382 + id: *383 url: type: string description: The REST API URL for checking the status of the upload. @@ -55714,11 +55725,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': *377 + '403': *378 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55737,8 +55748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *272 - *273 + - *274 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -55784,10 +55795,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': *371 + '403': *372 '404': description: Not Found if the sarif id does not match any upload - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55809,8 +55820,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: - - *272 - *273 + - *274 responses: '200': description: Response @@ -55863,7 +55874,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': *141 + '204': *142 '304': *37 '403': *29 '404': *6 @@ -55888,8 +55899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *272 - *273 + - *274 - 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 @@ -56009,8 +56020,8 @@ paths: parameters: - *17 - *19 - - *272 - *273 + - *274 responses: '200': description: Response @@ -56026,7 +56037,7 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: default: value: @@ -56302,7 +56313,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': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -56324,8 +56335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -56388,22 +56399,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56427,8 +56438,8 @@ paths: parameters: - *17 - *19 - - *272 - *273 + - *274 responses: '200': description: Response @@ -56468,7 +56479,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *144 + '500': *145 '400': *14 '401': *25 '403': *29 @@ -56492,8 +56503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *272 - *273 + - *274 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -56528,14 +56539,14 @@ paths: type: integer machines: type: array - items: &600 + items: &601 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *393 - required: *394 + properties: *394 + required: *395 examples: - default: &601 + default: &602 value: total_count: 2 machines: @@ -56552,7 +56563,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -56575,8 +56586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *272 - *273 + - *274 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -56660,8 +56671,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: - - *272 - *273 + - *274 - 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 @@ -56706,7 +56717,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56727,8 +56738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -56746,7 +56757,7 @@ paths: type: integer secrets: type: array - items: &398 + items: &399 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -56766,9 +56777,9 @@ paths: - created_at - updated_at examples: - default: *395 + default: *396 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56789,16 +56800,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56818,17 +56829,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56848,9 +56859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 requestBody: required: true content: @@ -56878,7 +56889,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -56902,9 +56913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '204': description: Response @@ -56932,8 +56943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *272 - *273 + - *274 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -56975,7 +56986,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &400 + properties: &401 login: type: string example: octocat @@ -57068,7 +57079,7 @@ paths: user_view_type: type: string example: public - required: &401 + required: &402 - avatar_url - events_url - followers_url @@ -57117,7 +57128,7 @@ paths: admin: false role_name: write headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -57142,9 +57153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *272 - *273 - - *131 + - *274 + - *132 responses: '204': description: Response if user is a collaborator @@ -57186,9 +57197,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *272 - *273 - - *131 + - *274 + - *132 requestBody: required: false content: @@ -57214,7 +57225,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &468 + schema: &469 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57225,7 +57236,7 @@ paths: example: 42 type: integer format: int64 - repository: *118 + repository: *119 invitee: title: Simple User description: A GitHub user. @@ -57436,9 +57447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *272 - *273 - - *131 + - *274 + - *132 responses: '204': description: No Content when collaborator was removed from the repository. @@ -57467,9 +57478,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *272 - *273 - - *131 + - *274 + - *132 responses: '200': description: if user has admin permissions @@ -57489,8 +57500,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *400 - required: *401 + properties: *401 + required: *402 nullable: true required: - permission @@ -57545,8 +57556,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -57556,7 +57567,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Commit Comment description: Commit Comment type: object @@ -57597,8 +57608,8 @@ paths: updated_at: type: string format: date-time - author_association: *62 - reactions: *63 + author_association: *63 + reactions: *64 required: - url - html_url @@ -57614,7 +57625,7 @@ paths: - created_at - updated_at examples: - default: &405 + default: &406 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57648,7 +57659,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57673,17 +57684,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &406 + default: &407 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57740,9 +57751,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -57764,7 +57775,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -57815,9 +57826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '204': description: Response @@ -57838,9 +57849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 - 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. @@ -57866,11 +57877,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -57889,9 +57900,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -57923,16 +57934,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -57954,10 +57965,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *272 - *273 - - *75 - - *268 + - *274 + - *76 + - *269 responses: '204': description: Response @@ -58006,8 +58017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *272 - *273 + - *274 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -58063,9 +58074,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: &519 + default: &520 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58135,8 +58146,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *57 - '500': *144 + Link: *58 + '500': *145 '400': *14 '404': *6 '409': *46 @@ -58159,9 +58170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *272 - *273 - - &404 + - *274 + - &405 name: commit_sha description: The SHA of the commit. in: path @@ -58233,9 +58244,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *272 - *273 - - *404 + - *274 + - *405 - *17 - *19 responses: @@ -58245,11 +58256,11 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *405 + default: *406 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58275,9 +58286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *272 - *273 - - *404 + - *274 + - *405 requestBody: required: true content: @@ -58312,9 +58323,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *406 + default: *407 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58342,9 +58353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *272 - *273 - - *404 + - *274 + - *405 - *17 - *19 responses: @@ -58354,7 +58365,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Pull Request Simple description: Pull Request Simple type: object @@ -58460,8 +58471,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true active_lock_reason: type: string @@ -58506,7 +58517,7 @@ paths: nullable: true requested_teams: type: array - items: *187 + items: *188 nullable: true head: type: object @@ -58515,7 +58526,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: @@ -58538,7 +58549,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: @@ -58557,7 +58568,7 @@ paths: _links: type: object properties: - comments: &409 + comments: &410 title: Link description: Hypermedia Link type: object @@ -58566,13 +58577,13 @@ paths: type: string required: - href - commits: *409 - statuses: *409 - html: *409 - issue: *409 - review_comments: *409 - review_comment: *409 - self: *409 + commits: *410 + statuses: *410 + html: *410 + issue: *410 + review_comments: *410 + review_comment: *410 + self: *410 required: - comments - commits @@ -58582,8 +58593,8 @@ paths: - review_comments - review_comment - self - author_association: *62 - auto_merge: &512 + author_association: *63 + auto_merge: &513 title: Auto merge description: The status of auto merging a pull request. type: object @@ -58646,7 +58657,7 @@ paths: - author_association - auto_merge examples: - default: &511 + default: &512 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -59125,7 +59136,7 @@ paths: auto_merge: draft: false headers: - Link: *57 + Link: *58 '409': *46 x-github: githubCloudOnly: false @@ -59183,11 +59194,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *272 - *273 + - *274 - *19 - *17 - - &410 + - &411 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)" @@ -59202,9 +59213,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &497 + default: &498 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59290,8 +59301,8 @@ paths: ..... '422': *15 '404': *6 - '500': *144 - '503': *64 + '500': *145 + '503': *65 '409': *46 x-github: githubCloudOnly: false @@ -59317,11 +59328,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *272 - *273 - - *410 + - *274 - *411 - *412 + - *413 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -59355,11 +59366,11 @@ paths: type: integer check_runs: type: array - items: *352 + items: *353 examples: - default: *413 + default: *414 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59382,9 +59393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *272 - *273 - - *410 + - *274 + - *411 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59392,7 +59403,7 @@ paths: schema: type: integer example: 1 - - *411 + - *412 - *17 - *19 responses: @@ -59410,7 +59421,7 @@ paths: type: integer check_suites: type: array - items: *357 + items: *358 examples: default: value: @@ -59585,7 +59596,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59610,9 +59621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *272 - *273 - - *410 + - *274 + - *411 - *17 - *19 responses: @@ -59679,7 +59690,7 @@ paths: type: string total_count: type: integer - repository: *118 + repository: *119 commit_url: type: string format: uri @@ -59810,9 +59821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *272 - *273 - - *410 + - *274 + - *411 - *17 - *19 responses: @@ -59822,7 +59833,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 title: Status description: The status of a commit. type: object @@ -59902,8 +59913,8 @@ paths: type: User site_admin: false headers: - Link: *57 - '301': *284 + Link: *58 + '301': *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59931,8 +59942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -59961,20 +59972,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &416 + properties: &417 url: type: string format: uri html_url: type: string format: uri - required: &417 + required: &418 - url - html_url nullable: true @@ -59982,32 +59993,32 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true contributing: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true readme: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true issue_template: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true pull_request_template: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true required: - code_of_conduct @@ -60134,8 +60145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *272 - *273 + - *274 - *19 - *17 - name: basehead @@ -60178,8 +60189,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *403 - merge_base_commit: *403 + base_commit: *404 + merge_base_commit: *404 status: type: string enum: @@ -60199,10 +60210,10 @@ paths: example: 6 commits: type: array - items: *403 + items: *404 files: type: array - items: *418 + items: *419 required: - url - html_url @@ -60445,8 +60456,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *144 - '503': *64 + '500': *145 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60488,8 +60499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *272 - *273 + - *274 - name: path description: path parameter in: path @@ -60630,7 +60641,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &419 + response-if-content-is-a-file: &420 summary: Response if content is a file value: type: file @@ -60762,7 +60773,7 @@ paths: - size - type - url - - &524 + - &525 title: Content File description: Content File type: object @@ -60963,7 +60974,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *419 + response-if-content-is-a-file: *420 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -61032,7 +61043,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *420 + '302': *421 '304': *37 x-github: githubCloudOnly: false @@ -61055,8 +61066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *272 - *273 + - *274 - name: path description: path parameter in: path @@ -61149,7 +61160,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: File Commit description: File Commit type: object @@ -61301,7 +61312,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: example-for-creating-a-file: value: @@ -61355,7 +61366,7 @@ paths: schema: oneOf: - *3 - - &450 + - &451 description: Repository rule violation was detected type: object properties: @@ -61376,7 +61387,7 @@ paths: items: type: object properties: - placeholder_id: &566 + placeholder_id: &567 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61408,8 +61419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *272 - *273 + - *274 - name: path description: path parameter in: path @@ -61470,7 +61481,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -61505,7 +61516,7 @@ paths: '422': *15 '404': *6 '409': *46 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61525,8 +61536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *272 - *273 + - *274 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -61626,7 +61637,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *57 + Link: *58 '204': description: Response if repository is empty '403': *29 @@ -61649,21 +61660,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *272 - *273 - - *148 + - *274 - *149 - *150 - *151 + - *152 - 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 - - *152 - *153 - *154 + - *155 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -61683,8 +61694,8 @@ paths: default: 30 - *39 - *40 - - *155 - *156 + - *157 responses: '200': description: Response @@ -61692,11 +61703,11 @@ paths: application/json: schema: type: array - items: &424 + items: &425 type: object description: A Dependabot alert. properties: - number: *53 + number: *54 state: type: string description: The state of the Dependabot alert. @@ -61725,13 +61736,13 @@ paths: enum: - development - runtime - security_advisory: *422 - security_vulnerability: *51 - url: *55 - html_url: *56 - created_at: *54 - updated_at: *132 - dismissed_at: *134 + security_advisory: *423 + security_vulnerability: *52 + url: *56 + html_url: *57 + created_at: *55 + updated_at: *133 + dismissed_at: *135 dismissed_by: title: Simple User description: A GitHub user. @@ -61755,8 +61766,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *133 - auto_dismissed_at: *423 + fixed_at: *134 + auto_dismissed_at: *424 required: - number - state @@ -61822,6 +61833,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 @@ -61983,9 +61997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *272 - *273 - - &425 + - *274 + - &426 name: alert_number in: path description: |- @@ -61994,13 +62008,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *53 + schema: *54 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -62056,6 +62070,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 @@ -62110,9 +62127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *272 - *273 - - *425 + - *274 + - *426 requestBody: required: true content: @@ -62157,7 +62174,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -62286,8 +62303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -62305,7 +62322,7 @@ paths: type: integer secrets: type: array - items: &428 + items: &429 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -62336,7 +62353,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62358,16 +62375,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62387,15 +62404,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62421,9 +62438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 requestBody: required: true content: @@ -62451,7 +62468,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -62475,9 +62492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '204': description: Response @@ -62499,8 +62516,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: - - *272 - *273 + - *274 - 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 @@ -62636,7 +62653,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *57 + Link: *58 '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this @@ -62660,8 +62677,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: - - *272 - *273 + - *274 responses: '200': description: Response @@ -62877,7 +62894,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *57 + Link: *58 '404': *6 '403': *29 x-github: @@ -62900,8 +62917,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -62976,7 +62993,7 @@ paths: - version - url additionalProperties: false - metadata: &429 + metadata: &430 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -63009,7 +63026,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *429 + metadata: *430 resolved: type: object description: A collection of resolved package dependencies. @@ -63022,7 +63039,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *429 + metadata: *430 relationship: type: string description: A notation of whether a dependency is requested @@ -63151,8 +63168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *272 - *273 + - *274 - name: sha description: The SHA recorded at creation time. in: query @@ -63192,11 +63209,11 @@ paths: application/json: schema: type: array - items: *430 + items: *431 examples: - default: *431 + default: *432 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63260,8 +63277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -63342,7 +63359,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: simple-example: summary: Simple example @@ -63415,9 +63432,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *272 - *273 - - &432 + - *274 + - &433 name: deployment_id description: deployment_id parameter in: path @@ -63429,7 +63446,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -63494,9 +63511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *272 - *273 - - *432 + - *274 + - *433 responses: '204': description: Response @@ -63518,9 +63535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *272 - *273 - - *432 + - *274 + - *433 - *17 - *19 responses: @@ -63530,7 +63547,7 @@ paths: application/json: schema: type: array - items: &433 + items: &434 title: Deployment Status description: The status of a deployment. type: object @@ -63621,8 +63638,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -63671,7 +63688,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -63691,9 +63708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *272 - *273 - - *432 + - *274 + - *433 requestBody: required: true content: @@ -63768,9 +63785,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -63826,9 +63843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *272 - *273 - - *432 + - *274 + - *433 - name: status_id in: path required: true @@ -63839,9 +63856,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *6 x-github: githubCloudOnly: false @@ -63866,8 +63883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -63924,8 +63941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -63942,7 +63959,7 @@ paths: type: integer environments: type: array - items: &436 + items: &437 title: Environment description: Details of a deployment environment type: object @@ -63994,7 +64011,7 @@ paths: type: type: string example: wait_timer - wait_timer: &438 + wait_timer: &439 type: integer example: 30 description: The amount of time to delay a job after @@ -64031,11 +64048,11 @@ paths: items: type: object properties: - type: *435 + type: *436 reviewer: anyOf: - *4 - - *187 + - *188 required: - id - node_id @@ -64055,7 +64072,7 @@ paths: - id - node_id - type - deployment_branch_policy: &439 + deployment_branch_policy: &440 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -64171,9 +64188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *272 - *273 - - &437 + - *274 + - &438 name: environment_name in: path required: true @@ -64186,9 +64203,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &440 + default: &441 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -64272,9 +64289,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *272 - *273 - - *437 + - *274 + - *438 requestBody: required: false content: @@ -64283,7 +64300,7 @@ paths: type: object nullable: true properties: - wait_timer: *438 + wait_timer: *439 prevent_self_review: type: boolean example: false @@ -64300,13 +64317,13 @@ paths: items: type: object properties: - type: *435 + type: *436 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *439 + deployment_branch_policy: *440 additionalProperties: false examples: default: @@ -64326,9 +64343,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *440 + default: *441 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -64352,9 +64369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *272 - *273 - - *437 + - *274 + - *438 responses: '204': description: Default response @@ -64379,9 +64396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *272 - *273 - - *437 + - *274 + - *438 - *17 - *19 responses: @@ -64399,7 +64416,7 @@ paths: example: 2 branch_policies: type: array - items: &441 + items: &442 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64456,9 +64473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 + - *274 + - *438 requestBody: required: true content: @@ -64504,9 +64521,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - example-wildcard: &442 + example-wildcard: &443 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -64548,10 +64565,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 - - &443 + - *274 + - *438 + - &444 name: branch_policy_id in: path required: true @@ -64563,9 +64580,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64584,10 +64601,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 - - *443 + - *274 + - *438 + - *444 requestBody: required: true content: @@ -64615,9 +64632,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64636,10 +64653,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 - - *443 + - *274 + - *438 + - *444 responses: '204': description: Response @@ -64664,9 +64681,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *437 + - *438 + - *274 - *273 - - *272 responses: '200': description: List of deployment protection rules @@ -64682,7 +64699,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &444 + items: &445 title: Deployment protection rule description: Deployment protection rule type: object @@ -64701,7 +64718,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &445 + app: &446 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -64800,9 +64817,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: - - *437 + - *438 + - *274 - *273 - - *272 requestBody: content: application/json: @@ -64823,9 +64840,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *444 + schema: *445 examples: - default: &446 + default: &447 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -64860,9 +64877,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: - - *437 + - *438 + - *274 - *273 - - *272 - *19 - *17 responses: @@ -64881,7 +64898,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *445 + items: *446 examples: default: value: @@ -64916,10 +64933,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *272 - *273 - - *437 - - &447 + - *274 + - *438 + - &448 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -64931,9 +64948,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *446 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64954,10 +64971,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *437 + - *438 + - *274 - *273 - - *272 - - *447 + - *448 responses: '204': description: Response @@ -64983,9 +65000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *272 - *273 - - *437 + - *274 + - *438 - *17 - *19 responses: @@ -65003,11 +65020,11 @@ paths: type: integer secrets: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65030,17 +65047,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *272 - *273 - - *437 + - *274 + - *438 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65062,18 +65079,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *272 - *273 - - *437 - - *126 + - *274 + - *438 + - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65095,10 +65112,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *272 - *273 - - *437 - - *126 + - *274 + - *438 + - *127 requestBody: required: true content: @@ -65129,7 +65146,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -65155,10 +65172,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *272 - *273 - - *437 - - *126 + - *274 + - *438 + - *127 responses: '204': description: Default response @@ -65183,10 +65200,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *272 - *273 - - *437 - - *294 + - *274 + - *438 + - *295 - *19 responses: '200': @@ -65203,11 +65220,11 @@ paths: type: integer variables: type: array - items: *322 + items: *323 examples: - default: *323 + default: *324 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65228,9 +65245,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *272 - *273 - - *437 + - *274 + - *438 requestBody: required: true content: @@ -65257,7 +65274,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -65282,18 +65299,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *272 - *273 - - *437 - - *129 + - *274 + - *438 + - *130 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65314,10 +65331,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *272 - *273 - - *129 - - *437 + - *274 + - *130 + - *438 requestBody: required: true content: @@ -65359,10 +65376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *272 - *273 - - *129 - - *437 + - *274 + - *130 + - *438 responses: '204': description: Response @@ -65384,8 +65401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -65395,7 +65412,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: 200-response: value: @@ -65462,8 +65479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *272 - *273 + - *274 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -65485,7 +65502,7 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: default: value: @@ -65598,7 +65615,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *57 + Link: *58 '400': *14 x-github: githubCloudOnly: false @@ -65622,8 +65639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -65655,9 +65672,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 '400': *14 '422': *15 '403': *29 @@ -65678,8 +65695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -65738,8 +65755,8 @@ paths: application/json: schema: oneOf: - - *96 - - *450 + - *97 + - *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65764,8 +65781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *272 - *273 + - *274 - name: file_sha in: path required: true @@ -65864,8 +65881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -65974,7 +65991,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -66187,15 +66204,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *272 - *273 - - *404 + - *274 + - *405 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -66251,9 +66268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *272 - *273 - - &452 + - *274 + - &453 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. @@ -66270,7 +66287,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Git Reference description: Git references within a repository type: object @@ -66323,7 +66340,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *57 + Link: *58 '409': *46 x-github: githubCloudOnly: false @@ -66345,17 +66362,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *272 - *273 - - *452 + - *274 + - *453 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66384,8 +66401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -66414,9 +66431,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66442,9 +66459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *272 - *273 - - *452 + - *274 + - *453 requestBody: required: true content: @@ -66473,9 +66490,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 '409': *46 x-github: @@ -66493,9 +66510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *272 - *273 - - *452 + - *274 + - *453 responses: '204': description: Response @@ -66548,8 +66565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -66616,7 +66633,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &457 title: Git Tag description: Metadata for a Git tag type: object @@ -66667,7 +66684,7 @@ paths: - sha - type - url - verification: *455 + verification: *456 required: - sha - url @@ -66677,7 +66694,7 @@ paths: - tag - message examples: - default: &457 + default: &458 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -66750,8 +66767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *272 - *273 + - *274 - name: tag_sha in: path required: true @@ -66762,9 +66779,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '404': *6 '409': *46 x-github: @@ -66788,8 +66805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -66862,7 +66879,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -66974,8 +66991,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *272 - *273 + - *274 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -66998,7 +67015,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default-response: summary: Default response @@ -67057,8 +67074,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -67068,7 +67085,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Webhook description: Webhooks for repositories. type: object @@ -67122,7 +67139,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &677 + last_response: &678 title: Hook Response type: object properties: @@ -67177,7 +67194,7 @@ paths: status: unused message: headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -67196,8 +67213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -67249,9 +67266,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &460 + default: &461 value: type: Repository id: 12345678 @@ -67299,17 +67316,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '404': *6 x-github: githubCloudOnly: false @@ -67329,9 +67346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 requestBody: required: true content: @@ -67376,9 +67393,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '422': *15 '404': *6 x-github: @@ -67399,9 +67416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '204': description: Response @@ -67425,9 +67442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '200': description: Response @@ -67454,9 +67471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *272 - *273 - - *164 + - *274 + - *165 requestBody: required: false content: @@ -67500,11 +67517,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *272 - *273 - - *164 - - *17 + - *274 - *165 + - *17 + - *166 responses: '200': description: Response @@ -67512,9 +67529,9 @@ paths: application/json: schema: type: array - items: *166 + items: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -67533,18 +67550,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 - *16 responses: '200': description: Response content: application/json: - schema: *168 + schema: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -67563,9 +67580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 - *16 responses: '202': *47 @@ -67588,9 +67605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '204': description: Response @@ -67615,9 +67632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '204': description: Response @@ -67675,14 +67692,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 title: Import description: A repository import from an external source. type: object @@ -67781,7 +67798,7 @@ paths: - html_url - authors_url examples: - default: &464 + default: &465 value: vcs: subversion use_lfs: true @@ -67797,7 +67814,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': &462 + '503': &463 description: Unavailable due to service under maintenance. content: application/json: @@ -67826,8 +67843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -67875,7 +67892,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: default: value: @@ -67900,7 +67917,7 @@ paths: type: string '422': *15 '404': *6 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67928,8 +67945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -67978,7 +67995,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: example-1: summary: Example 1 @@ -68026,7 +68043,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': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68049,12 +68066,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *272 - *273 + - *274 responses: '204': description: Response - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68080,9 +68097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *272 - *273 - - &624 + - *274 + - &625 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -68096,7 +68113,7 @@ paths: application/json: schema: type: array - items: &463 + items: &464 title: Porter Author description: Porter Author type: object @@ -68150,7 +68167,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': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68175,8 +68192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *272 - *273 + - *274 - name: author_id in: path required: true @@ -68206,7 +68223,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68219,7 +68236,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68243,8 +68260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -68285,7 +68302,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68313,8 +68330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -68341,11 +68358,11 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *464 + default: *465 '422': *15 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68368,8 +68385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -68377,8 +68394,8 @@ paths: application/json: schema: *22 examples: - default: *465 - '301': *284 + default: *466 + '301': *285 '404': *6 x-github: githubCloudOnly: false @@ -68398,8 +68415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -68407,12 +68424,12 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false examples: - default: &467 + default: &468 value: limit: collaborators_only origin: repository @@ -68437,13 +68454,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: application/json: - schema: *466 + schema: *467 examples: default: summary: Example request body @@ -68455,9 +68472,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *467 + default: *468 '409': description: Response x-github: @@ -68479,8 +68496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -68503,8 +68520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -68514,9 +68531,9 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: - default: &617 + default: &618 value: - id: 1 repository: @@ -68630,7 +68647,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68647,9 +68664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *272 - *273 - - *186 + - *274 + - *187 requestBody: required: false content: @@ -68678,7 +68695,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -68809,9 +68826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *272 - *273 - - *186 + - *274 + - *187 responses: '204': description: Response @@ -68842,8 +68859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *272 - *273 + - *274 - 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 @@ -68883,7 +68900,7 @@ paths: required: false schema: type: string - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -68896,7 +68913,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - *17 - *19 responses: @@ -68906,9 +68923,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &479 + default: &480 value: - id: 1 node_id: MDU6SXNzdWUx @@ -69055,8 +69072,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *57 - '301': *284 + Link: *58 + '301': *285 '422': *15 '404': *6 x-github: @@ -69085,8 +69102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -69161,9 +69178,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: &474 + default: &475 value: id: 1 node_id: MDU6SXNzdWUx @@ -69317,9 +69334,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *64 + '503': *65 '404': *6 - '410': *281 + '410': *282 x-github: triggersNotification: true githubCloudOnly: false @@ -69347,9 +69364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *272 - *273 - - *86 + - *274 + - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -69359,7 +69376,7 @@ paths: enum: - asc - desc - - *66 + - *67 - *17 - *19 responses: @@ -69369,9 +69386,9 @@ paths: application/json: schema: type: array - items: *469 + items: *470 examples: - default: &476 + default: &477 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69402,7 +69419,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *57 + Link: *58 '422': *15 '404': *6 x-github: @@ -69429,17 +69446,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: &470 + default: &471 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69493,9 +69510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -69517,9 +69534,9 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 '422': *15 x-github: githubCloudOnly: false @@ -69537,9 +69554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '204': description: Response @@ -69559,9 +69576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 - 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. @@ -69587,11 +69604,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -69610,9 +69627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -69644,16 +69661,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -69675,10 +69692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *272 - *273 - - *75 - - *268 + - *274 + - *76 + - *269 responses: '204': description: Response @@ -69698,8 +69715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -69709,7 +69726,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Issue Event description: Issue Event type: object @@ -69752,8 +69769,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *471 - required: *472 + properties: *472 + required: *473 nullable: true label: title: Issue Event Label @@ -69797,7 +69814,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *187 + requested_team: *188 dismissed_review: title: Issue Event Dismissed Review type: object @@ -69862,7 +69879,7 @@ paths: required: - from - to - author_association: *62 + author_association: *63 lock_reason: type: string nullable: true @@ -69875,8 +69892,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -70042,7 +70059,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -70060,8 +70077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *272 - *273 + - *274 - name: event_id in: path required: true @@ -70072,7 +70089,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -70265,7 +70282,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *281 + '410': *282 '403': *29 x-github: githubCloudOnly: false @@ -70299,9 +70316,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *272 - *273 - - &475 + - *274 + - &476 name: issue_number description: The number that identifies the issue. in: path @@ -70313,12 +70330,12 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 - '301': *284 + default: *475 + '301': *285 '404': *6 - '410': *281 + '410': *282 '304': *37 x-github: githubCloudOnly: false @@ -70343,9 +70360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -70440,15 +70457,15 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 '422': *15 - '503': *64 + '503': *65 '403': *29 - '301': *284 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70466,9 +70483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -70494,9 +70511,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70512,9 +70529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: content: application/json: @@ -70539,9 +70556,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70563,9 +70580,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: - - *272 - *273 - - *475 + - *274 + - *476 - name: assignee in: path required: true @@ -70605,10 +70622,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *272 - *273 - - *475 - - *66 + - *274 + - *476 + - *67 - *17 - *19 responses: @@ -70618,13 +70635,13 @@ paths: application/json: schema: type: array - items: *469 + items: *470 examples: - default: *476 + default: *477 headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70653,9 +70670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -70677,16 +70694,16 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *281 + '410': *282 '422': *15 '404': *6 x-github: @@ -70706,9 +70723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -70722,7 +70739,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &480 + - &481 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -70753,8 +70770,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 label: type: object properties: @@ -70776,7 +70793,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &481 + - &482 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -70807,8 +70824,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 label: type: object properties: @@ -70896,8 +70913,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 assignee: *4 assigner: *4 required: @@ -70912,7 +70929,7 @@ paths: - performed_via_github_app - assignee - assigner - - &482 + - &483 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -70943,8 +70960,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 milestone: type: object properties: @@ -70963,7 +70980,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &483 + - &484 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -70994,8 +71011,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 milestone: type: object properties: @@ -71014,7 +71031,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &484 + - &485 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -71045,8 +71062,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 rename: type: object properties: @@ -71068,7 +71085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -71099,10 +71116,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 review_requester: *4 - requested_team: *187 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -71115,7 +71132,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -71146,10 +71163,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 review_requester: *4 - requested_team: *187 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -71162,7 +71179,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -71193,8 +71210,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 dismissed_review: type: object properties: @@ -71222,7 +71239,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Locked Issue Event description: Locked Issue Event type: object @@ -71253,8 +71270,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 lock_reason: type: string example: '"off-topic"' @@ -71270,7 +71287,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -71301,8 +71318,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 project_card: type: object properties: @@ -71336,7 +71353,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71367,8 +71384,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 project_card: type: object properties: @@ -71402,7 +71419,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71433,8 +71450,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 project_card: type: object properties: @@ -71468,7 +71485,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -71558,8 +71575,8 @@ paths: name: label color: red headers: - Link: *57 - '410': *281 + Link: *58 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71576,9 +71593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -71588,7 +71605,7 @@ paths: application/json: schema: type: array - items: &477 + items: &478 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -71635,7 +71652,7 @@ paths: - color - default examples: - default: &478 + default: &479 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71652,10 +71669,10 @@ paths: color: a2eeef default: false headers: - Link: *57 - '301': *284 + Link: *58 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71672,9 +71689,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -71733,12 +71750,12 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 - '301': *284 + default: *479 + '301': *285 '404': *6 - '410': *281 + '410': *282 '422': *15 x-github: githubCloudOnly: false @@ -71755,9 +71772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -71817,12 +71834,12 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 - '301': *284 + default: *479 + '301': *285 '404': *6 - '410': *281 + '410': *282 '422': *15 x-github: githubCloudOnly: false @@ -71839,15 +71856,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 responses: '204': description: Response - '301': *284 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71866,9 +71883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - name: name in: path required: true @@ -71881,7 +71898,7 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: default: value: @@ -71892,9 +71909,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *284 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71914,9 +71931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -71944,7 +71961,7 @@ paths: '204': description: Response '403': *29 - '410': *281 + '410': *282 '404': *6 '422': *15 x-github: @@ -71962,9 +71979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 responses: '204': description: Response @@ -71986,9 +72003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - 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. @@ -72014,13 +72031,13 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72038,9 +72055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72072,16 +72089,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -72103,10 +72120,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *272 - *273 - - *475 - - *268 + - *274 + - *476 + - *269 responses: '204': description: Response @@ -72135,9 +72152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72159,9 +72176,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -72194,9 +72211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -72206,13 +72223,13 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *479 + default: *480 headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72240,9 +72257,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72269,16 +72286,16 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *281 + '410': *282 '422': *15 '404': *6 x-github: @@ -72298,9 +72315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72331,13 +72348,13 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 '403': *29 '404': *6 '422': *7 - '503': *64 + '503': *65 x-github: triggersNotification: true githubCloudOnly: false @@ -72355,9 +72372,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -72372,7 +72389,6 @@ paths: description: Timeline Event type: object anyOf: - - *480 - *481 - *482 - *483 @@ -72385,6 +72401,7 @@ paths: - *490 - *491 - *492 + - *493 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -72427,7 +72444,7 @@ paths: issue_url: type: string format: uri - author_association: *62 + author_association: *63 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -72437,9 +72454,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - reactions: *63 + properties: *61 + required: *62 + reactions: *64 required: - event - actor @@ -72470,7 +72487,7 @@ paths: properties: type: type: string - issue: *76 + issue: *77 required: - event - created_at @@ -72665,7 +72682,7 @@ paths: type: string body_text: type: string - author_association: *62 + author_association: *63 required: - event - id @@ -72688,7 +72705,7 @@ paths: type: string comments: type: array - items: &513 + items: &514 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -72777,7 +72794,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *62 + author_association: *63 _links: type: object properties: @@ -72861,7 +72878,7 @@ paths: enum: - line - file - reactions: *63 + reactions: *64 body_html: type: string example: '"

comment body

"' @@ -72897,7 +72914,7 @@ paths: type: string comments: type: array - items: *402 + items: *403 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -72928,8 +72945,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 assignee: *4 required: - id @@ -72972,8 +72989,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 assignee: *4 required: - id @@ -73016,8 +73033,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 state_reason: type: string nullable: true @@ -73184,9 +73201,9 @@ paths: type: User site_admin: true headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73203,8 +73220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -73214,7 +73231,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -73263,7 +73280,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73279,8 +73296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73316,9 +73333,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &494 + default: &495 value: id: 1 key: ssh-rsa AAA... @@ -73352,9 +73369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *272 - *273 - - &495 + - *274 + - &496 name: key_id description: The unique identifier of the key. in: path @@ -73366,9 +73383,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '404': *6 x-github: githubCloudOnly: false @@ -73386,9 +73403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *272 - *273 - - *495 + - *274 + - *496 responses: '204': description: Response @@ -73408,8 +73425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -73419,11 +73436,11 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 + default: *479 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -73442,8 +73459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73479,9 +73496,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &496 + default: &497 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73513,8 +73530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *272 - *273 + - *274 - name: name in: path required: true @@ -73525,9 +73542,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *496 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -73544,8 +73561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *272 - *273 + - *274 - name: name in: path required: true @@ -73584,7 +73601,7 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -73610,8 +73627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *272 - *273 + - *274 - name: name in: path required: true @@ -73637,8 +73654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -73677,9 +73694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *272 - *273 - - *378 + - *274 + - *379 responses: '200': description: Response @@ -73741,8 +73758,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true required: - _links @@ -73824,8 +73841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73890,8 +73907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73925,9 +73942,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *403 + schema: *404 examples: - default: *497 + default: *498 '204': description: Response when already merged '404': @@ -73952,8 +73969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *272 - *273 + - *274 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -73994,12 +74011,12 @@ paths: application/json: schema: type: array - items: &498 + items: &499 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 examples: default: value: @@ -74038,7 +74055,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -74055,8 +74072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -74096,9 +74113,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -74157,9 +74174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *272 - *273 - - &500 + - *274 + - &501 name: milestone_number description: The number that identifies the milestone. in: path @@ -74171,9 +74188,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *6 x-github: githubCloudOnly: false @@ -74190,9 +74207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *272 - *273 - - *500 + - *274 + - *501 requestBody: required: false content: @@ -74230,9 +74247,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74248,9 +74265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *272 - *273 - - *500 + - *274 + - *501 responses: '204': description: Response @@ -74271,9 +74288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *272 - *273 - - *500 + - *274 + - *501 - *17 - *19 responses: @@ -74283,11 +74300,11 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 + default: *479 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74304,12 +74321,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *272 - *273 - - *501 + - *274 - *502 - - *66 - *503 + - *67 + - *504 - *17 - *19 responses: @@ -74319,11 +74336,11 @@ paths: application/json: schema: type: array - items: *89 + items: *90 examples: - default: *504 + default: *505 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74345,8 +74362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -74404,14 +74421,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: &505 + schema: &506 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -74536,7 +74553,7 @@ paths: - custom_404 - public examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -74577,8 +74594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -74632,9 +74649,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '422': *15 '409': *46 x-github: @@ -74657,8 +74674,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -74757,8 +74774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -74784,8 +74801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -74795,7 +74812,7 @@ paths: application/json: schema: type: array - items: &507 + items: &508 title: Page Build description: Page Build type: object @@ -74870,7 +74887,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74889,8 +74906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *272 - *273 + - *274 responses: '201': description: Response @@ -74935,16 +74952,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -74992,8 +75009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *272 - *273 + - *274 - name: build_id in: path required: true @@ -75004,9 +75021,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75026,8 +75043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75133,9 +75150,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *272 - *273 - - &509 + - *274 + - &510 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -75193,11 +75210,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *272 - *273 - - *509 + - *274 + - *510 responses: - '204': *141 + '204': *142 '404': *6 x-github: githubCloudOnly: false @@ -75222,8 +75239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -75454,7 +75471,7 @@ paths: description: Empty response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -75481,8 +75498,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: - - *272 - *273 + - *274 responses: '200': description: Private vulnerability reporting status @@ -75519,10 +75536,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *272 - *273 + - *274 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -75541,10 +75558,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *272 - *273 + - *274 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -75565,8 +75582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *272 - *273 + - *274 - name: state description: Indicates the state of the projects to return. in: query @@ -75587,7 +75604,7 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: default: value: @@ -75623,11 +75640,11 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *57 + Link: *58 '401': *25 '403': *29 '404': *6 - '410': *281 + '410': *282 '422': *7 x-github: githubCloudOnly: false @@ -75647,8 +75664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75674,13 +75691,13 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *280 + default: *281 '401': *25 '403': *29 '404': *6 - '410': *281 + '410': *282 '422': *7 x-github: githubCloudOnly: false @@ -75700,8 +75717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -75709,7 +75726,7 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: default: value: @@ -75740,8 +75757,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75753,7 +75770,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *226 + items: *227 required: - properties examples: @@ -75803,8 +75820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *272 - *273 + - *274 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -75864,11 +75881,11 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: *511 + default: *512 headers: - Link: *57 + Link: *58 '304': *37 '422': *15 x-github: @@ -75898,8 +75915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75964,7 +75981,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -76075,8 +76092,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true active_lock_reason: type: string @@ -76121,7 +76138,7 @@ paths: nullable: true requested_teams: type: array - items: *248 + items: *249 nullable: true head: type: object @@ -76130,7 +76147,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: *4 @@ -76147,7 +76164,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: *4 @@ -76160,14 +76177,14 @@ paths: _links: type: object properties: - comments: *409 - commits: *409 - statuses: *409 - html: *409 - issue: *409 - review_comments: *409 - review_comment: *409 - self: *409 + comments: *410 + commits: *410 + statuses: *410 + html: *410 + issue: *410 + review_comments: *410 + review_comment: *410 + self: *410 required: - comments - commits @@ -76177,8 +76194,8 @@ paths: - review_comments - review_comment - self - author_association: *62 - auto_merge: *512 + author_association: *63 + auto_merge: *513 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -76270,7 +76287,7 @@ paths: - merged_by - review_comments examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76797,8 +76814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *272 - *273 + - *274 - name: sort in: query required: false @@ -76817,7 +76834,7 @@ paths: enum: - asc - desc - - *66 + - *67 - *17 - *19 responses: @@ -76827,9 +76844,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: &518 + default: &519 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76881,7 +76898,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76906,17 +76923,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76991,9 +77008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -77015,9 +77032,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77033,9 +77050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '204': description: Response @@ -77056,9 +77073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 - 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. @@ -77084,11 +77101,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -77107,9 +77124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -77141,16 +77158,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -77172,10 +77189,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *272 - *273 - - *75 - - *268 + - *274 + - *76 + - *269 responses: '204': description: Response @@ -77218,9 +77235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *272 - *273 - - &517 + - *274 + - &518 name: pull_number description: The number that identifies the pull request. in: path @@ -77233,9 +77250,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '304': *37 '404': *6 '406': @@ -77243,8 +77260,8 @@ paths: content: application/json: schema: *3 - '500': *144 - '503': *64 + '500': *145 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77270,9 +77287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -77314,9 +77331,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '422': *15 '403': *29 x-github: @@ -77338,9 +77355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: true content: @@ -77400,21 +77417,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '401': *25 '403': *29 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77440,10 +77457,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *272 - *273 - - *517 - - *86 + - *274 + - *518 + - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -77453,7 +77470,7 @@ paths: enum: - asc - desc - - *66 + - *67 - *17 - *19 responses: @@ -77463,11 +77480,11 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *518 + default: *519 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77498,9 +77515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: true content: @@ -77605,7 +77622,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: example-for-a-multi-line-comment: value: @@ -77693,10 +77710,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *272 - *273 - - *517 - - *75 + - *274 + - *518 + - *76 requestBody: required: true content: @@ -77718,7 +77735,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -77804,9 +77821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 - *17 - *19 responses: @@ -77816,11 +77833,11 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: *519 + default: *520 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77848,9 +77865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *272 - *273 - - *517 + - *274 + - *518 - *17 - *19 responses: @@ -77860,7 +77877,7 @@ paths: application/json: schema: type: array - items: *418 + items: *419 examples: default: value: @@ -77876,10 +77893,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *57 + Link: *58 '422': *15 - '500': *144 - '503': *64 + '500': *145 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77898,9 +77915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *272 - *273 - - *517 + - *274 + - *518 responses: '204': description: Response if pull request has been merged @@ -77923,9 +77940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -78036,9 +78053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 responses: '200': description: Response @@ -78054,7 +78071,7 @@ paths: items: *4 teams: type: array - items: *187 + items: *188 required: - users - teams @@ -78095,7 +78112,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78113,9 +78130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -78152,7 +78169,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -78688,9 +78705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: true content: @@ -78724,7 +78741,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -79229,9 +79246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 - *17 - *19 responses: @@ -79241,7 +79258,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79310,7 +79327,7 @@ paths: type: string body_text: type: string - author_association: *62 + author_association: *63 required: - id - node_id @@ -79359,7 +79376,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79392,9 +79409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -79480,9 +79497,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &522 + default: &523 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79545,10 +79562,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - &521 + - *274 + - *518 + - &522 name: review_id description: The unique identifier of the review. in: path @@ -79560,9 +79577,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &523 + default: &524 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79621,10 +79638,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 requestBody: required: true content: @@ -79647,7 +79664,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -79709,18 +79726,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *522 + default: *523 '422': *7 '404': *6 x-github: @@ -79747,10 +79764,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 - *17 - *19 responses: @@ -79829,13 +79846,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *62 + author_association: *63 _links: type: object properties: - self: *409 - html: *409 - pull_request: *409 + self: *410 + html: *410 + pull_request: *410 required: - self - html @@ -79844,7 +79861,7 @@ paths: type: string body_html: type: string - reactions: *63 + reactions: *64 side: description: The side of the first line of the range for a multi-line comment. @@ -79949,7 +79966,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -79978,10 +79995,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 requestBody: required: true content: @@ -80009,7 +80026,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -80072,10 +80089,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 requestBody: required: true content: @@ -80110,9 +80127,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *523 + default: *524 '404': *6 '422': *7 '403': *29 @@ -80134,9 +80151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -80199,8 +80216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *272 - *273 + - *274 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -80213,9 +80230,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: type: file encoding: base64 @@ -80257,8 +80274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *272 - *273 + - *274 - name: dir description: The alternate path to look for a README file in: path @@ -80278,9 +80295,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '404': *6 '422': *15 x-github: @@ -80302,8 +80319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -80313,7 +80330,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 title: Release description: A release. type: object @@ -80376,7 +80393,7 @@ paths: author: *4 assets: type: array - items: &527 + items: &528 title: Release Asset description: Data related to a release. type: object @@ -80447,7 +80464,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *63 + reactions: *64 required: - assets_url - upload_url @@ -80537,7 +80554,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -80557,8 +80574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -80634,9 +80651,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &530 + default: &531 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80739,9 +80756,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *272 - *273 - - &528 + - *274 + - &529 name: asset_id description: The unique identifier of the asset. in: path @@ -80753,9 +80770,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &529 + default: &530 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 @@ -80789,7 +80806,7 @@ paths: type: User site_admin: false '404': *6 - '302': *420 + '302': *421 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80805,9 +80822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *272 - *273 - - *528 + - *274 + - *529 requestBody: required: false content: @@ -80835,9 +80852,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80853,9 +80870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *272 - *273 - - *528 + - *274 + - *529 responses: '204': description: Response @@ -80879,8 +80896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -80965,16 +80982,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80991,8 +81008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *272 - *273 + - *274 - name: tag description: tag parameter in: path @@ -81005,9 +81022,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *530 + default: *531 '404': *6 x-github: githubCloudOnly: false @@ -81029,9 +81046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *272 - *273 - - &531 + - *274 + - &532 name: release_id description: The unique identifier of the release. in: path @@ -81045,9 +81062,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: *526 + schema: *527 examples: - default: *530 + default: *531 '401': description: Unauthorized x-github: @@ -81065,9 +81082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 requestBody: required: false content: @@ -81131,9 +81148,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *530 + default: *531 '404': description: Not Found if the discussion category name is invalid content: @@ -81154,9 +81171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 responses: '204': description: Response @@ -81176,9 +81193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *272 - *273 - - *531 + - *274 + - *532 - *17 - *19 responses: @@ -81188,7 +81205,7 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: default: value: @@ -81224,7 +81241,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81268,9 +81285,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: - - *272 - *273 - - *531 + - *274 + - *532 - name: name in: query required: true @@ -81296,7 +81313,7 @@ paths: description: Response for successful upload content: application/json: - schema: *527 + schema: *528 examples: response-for-successful-upload: value: @@ -81350,9 +81367,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 - 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. @@ -81376,11 +81393,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -81399,9 +81416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 requestBody: required: true content: @@ -81431,16 +81448,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -81462,10 +81479,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *272 - *273 - - *531 - - *268 + - *274 + - *532 + - *269 responses: '204': description: Response @@ -81489,9 +81506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 - *17 - *19 responses: @@ -81507,8 +81524,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *532 - - &534 + - *533 + - &535 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81528,53 +81545,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *533 - *534 - - allOf: - *535 - - *534 - allOf: - *536 - - *534 + - *535 - allOf: - *537 - - *534 + - *535 - allOf: - *538 - - *534 + - *535 - allOf: - *539 - - *534 + - *535 - allOf: - *540 - - *534 + - *535 - allOf: - *541 - - *534 + - *535 - allOf: - *542 - - *534 + - *535 - allOf: - *543 - - *534 + - *535 - allOf: - *544 - - *534 + - *535 - allOf: - *545 - - *534 + - *535 - allOf: - *546 - - *534 + - *535 - allOf: - *547 - - *534 + - *535 - allOf: - *548 - - *534 + - *535 - allOf: - *549 - - *534 + - *535 + - allOf: + - *550 + - *535 examples: default: value: @@ -81613,8 +81630,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - *17 - *19 - name: includes_parents @@ -81625,7 +81642,7 @@ paths: schema: type: boolean default: true - - *550 + - *551 responses: '200': description: Response @@ -81633,7 +81650,7 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: default: value: @@ -81664,7 +81681,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -81680,8 +81697,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 requestBody: description: Request body required: true @@ -81701,16 +81718,16 @@ paths: - tag - push default: branch - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *230 + items: *234 + conditions: *231 rules: type: array description: An array of rules within the ruleset. - items: *235 + items: *236 required: - name - enforcement @@ -81741,9 +81758,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &560 + default: &561 value: id: 42 name: super cool ruleset @@ -81776,7 +81793,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -81790,12 +81807,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *272 - *273 - - *551 + - *274 - *552 - *553 - *554 + - *555 - *17 - *19 responses: @@ -81803,11 +81820,11 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81826,19 +81843,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *272 - *273 - - *557 + - *274 + - *558 responses: '200': description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81864,8 +81881,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81885,11 +81902,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *560 + default: *561 '404': *6 - '500': *144 + '500': *145 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -81905,8 +81922,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81931,16 +81948,16 @@ paths: - branch - tag - push - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *230 + items: *234 + conditions: *231 rules: description: An array of rules within the ruleset. type: array - items: *235 + items: *236 examples: default: value: @@ -81968,11 +81985,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *560 + default: *561 '404': *6 - '500': *144 + '500': *145 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -81988,8 +82005,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82000,7 +82017,7 @@ paths: '204': description: Response '404': *6 - '500': *144 + '500': *145 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -82017,20 +82034,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *272 - *273 - - *238 + - *274 - *239 - *240 - *241 + - *242 - *48 - *19 - *17 - - *561 - *562 - - *242 + - *563 - *243 - *244 + - *245 responses: '200': description: Response @@ -82038,11 +82055,11 @@ paths: application/json: schema: type: array - items: &565 + items: &566 type: object properties: - number: *53 - created_at: *54 + number: *54 + created_at: *55 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -82050,15 +82067,15 @@ paths: format: date-time readOnly: true nullable: true - url: *55 - html_url: *56 + url: *56 + html_url: *57 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *563 - resolution: *564 + state: *564 + resolution: *565 resolved_at: type: string format: date-time @@ -82249,7 +82266,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82271,15 +82288,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -82310,7 +82327,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82331,9 +82348,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 requestBody: required: true content: @@ -82341,8 +82358,8 @@ paths: schema: type: object properties: - state: *563 - resolution: *564 + state: *564 + resolution: *565 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -82360,7 +82377,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -82413,7 +82430,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -82435,9 +82452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 - *19 - *17 responses: @@ -82448,7 +82465,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &698 + items: &699 type: object properties: type: @@ -82781,11 +82798,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *57 + Link: *58 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82807,8 +82824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -82816,14 +82833,14 @@ paths: schema: type: object properties: - reason: &567 + reason: &568 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *566 + placeholder_id: *567 required: - reason - placeholder_id @@ -82840,7 +82857,7 @@ paths: schema: type: object properties: - reason: *567 + reason: *568 expire_at: type: string format: date-time @@ -82863,7 +82880,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -82883,13 +82900,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: - - *272 - *273 + - *274 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *64 + '503': *65 '200': description: Response content: @@ -82899,7 +82916,7 @@ paths: properties: incremental_scans: type: array - items: &568 + items: &569 description: Information on a single scan performed by secret scanning on the repository type: object @@ -82925,15 +82942,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *568 + items: *569 backfill_scans: type: array - items: *568 + items: *569 custom_pattern_backfill_scans: type: array items: allOf: - - *568 + - *569 - type: object properties: pattern_name: @@ -83003,8 +83020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *272 - *273 + - *274 - *48 - name: sort description: The property to sort the results by. @@ -83048,9 +83065,9 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: - default: *570 + default: *571 '400': *14 '404': *6 x-github: @@ -83073,8 +83090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -83147,7 +83164,7 @@ paths: login: type: string description: The username of the user credited. - type: *247 + type: *248 required: - login - type @@ -83234,9 +83251,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &572 + default: &573 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -83469,8 +83486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -83574,7 +83591,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -83721,17 +83738,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *272 - *273 - - *571 + - *274 + - *572 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 + default: *573 '403': *29 '404': *6 x-github: @@ -83755,9 +83772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *272 - *273 - - *571 + - *274 + - *572 requestBody: required: true content: @@ -83830,7 +83847,7 @@ paths: login: type: string description: The username of the user credited. - type: *247 + type: *248 required: - login - type @@ -83916,17 +83933,17 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 - add_credit: *572 + default: *573 + add_credit: *573 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *96 + schema: *97 examples: invalid_state_transition: value: @@ -83957,9 +83974,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: - - *272 - *273 - - *571 + - *274 + - *572 responses: '202': *47 '400': *14 @@ -83986,17 +84003,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *272 - *273 - - *571 + - *274 + - *572 responses: '202': description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 '400': *14 '422': *15 '403': *29 @@ -84022,8 +84039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -84100,7 +84117,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -84122,8 +84139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *272 - *273 + - *274 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -84132,7 +84149,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -84145,7 +84162,7 @@ paths: - 1124 - -435 '202': *47 - '204': *141 + '204': *142 '422': description: Repository contains more than 10,000 commits x-github: @@ -84165,8 +84182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -84215,7 +84232,7 @@ paths: total: 89 week: 1336280400 '202': *47 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84242,8 +84259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -84317,7 +84334,7 @@ paths: d: 77 c: 10 '202': *47 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84339,8 +84356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *272 - *273 + - *274 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -84494,8 +84511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *272 - *273 + - *274 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -84505,7 +84522,7 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: default: value: @@ -84518,7 +84535,7 @@ paths: - - 0 - 2 - 21 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84538,8 +84555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *272 - *273 + - *274 - name: sha in: path required: true @@ -84593,7 +84610,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -84647,8 +84664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -84660,9 +84677,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84680,14 +84697,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *272 - *273 + - *274 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &575 + schema: &576 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84755,8 +84772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -84782,7 +84799,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -84809,8 +84826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -84830,8 +84847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -84887,7 +84904,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84910,8 +84927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -84919,7 +84936,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Tag protection description: Tag protection type: object @@ -84971,8 +84988,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -84995,7 +85012,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -85026,8 +85043,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: - - *272 - *273 + - *274 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -85064,8 +85081,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *272 - *273 + - *274 - name: ref in: path required: true @@ -85101,8 +85118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -85112,11 +85129,11 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -85134,8 +85151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *272 - *273 + - *274 - *19 - *17 responses: @@ -85143,7 +85160,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &578 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -85155,7 +85172,7 @@ paths: required: - names examples: - default: &578 + default: &579 value: names: - octocat @@ -85178,8 +85195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -85210,9 +85227,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '404': *6 '422': *7 x-github: @@ -85233,9 +85250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *272 - *273 - - &579 + - *274 + - &580 name: per description: The time frame to display results for. in: query @@ -85264,7 +85281,7 @@ paths: example: 128 clones: type: array - items: &580 + items: &581 title: Traffic type: object properties: @@ -85351,8 +85368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -85442,8 +85459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -85503,9 +85520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *272 - *273 - - *579 + - *274 + - *580 responses: '200': description: Response @@ -85524,7 +85541,7 @@ paths: example: 3782 views: type: array - items: *580 + items: *581 required: - uniques - count @@ -85601,8 +85618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -85638,7 +85655,7 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: default: value: @@ -85876,8 +85893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -85900,8 +85917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -85923,8 +85940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -85950,8 +85967,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *272 - *273 + - *274 - name: ref in: path required: true @@ -86043,9 +86060,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86086,7 +86103,7 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: default: value: @@ -86275,7 +86292,7 @@ paths: html_url: type: string format: uri - repository: *118 + repository: *119 score: type: number file_size: @@ -86293,7 +86310,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &581 + text_matches: &582 title: Search Result Text Matches type: array items: @@ -86407,7 +86424,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *64 + '503': *65 '422': *15 '403': *29 x-github: @@ -86455,7 +86472,7 @@ paths: enum: - author-date - committer-date - - &582 + - &583 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 @@ -86526,7 +86543,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *338 + properties: *339 nullable: true comment_count: type: integer @@ -86546,7 +86563,7 @@ paths: url: type: string format: uri - verification: *455 + verification: *456 required: - author - committer @@ -86565,7 +86582,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *338 + properties: *339 nullable: true parents: type: array @@ -86578,12 +86595,12 @@ paths: type: string sha: type: string - repository: *118 + repository: *119 score: type: number node_id: type: string - text_matches: *581 + text_matches: *582 required: - sha - node_id @@ -86775,7 +86792,7 @@ paths: - interactions - created - updated - - *582 + - *583 - *17 - *19 responses: @@ -86894,8 +86911,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true comments: type: integer @@ -86909,7 +86926,7 @@ paths: type: string format: date-time nullable: true - text_matches: *581 + text_matches: *582 pull_request: type: object properties: @@ -86942,10 +86959,10 @@ paths: type: string score: type: number - author_association: *62 + author_association: *63 draft: type: boolean - repository: *59 + repository: *60 body_html: type: string body_text: @@ -86962,9 +86979,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - reactions: *63 + properties: *61 + required: *62 + reactions: *64 required: - assignee - closed_at @@ -87080,7 +87097,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *64 + '503': *65 '422': *15 '304': *37 '403': *29 @@ -87133,7 +87150,7 @@ paths: enum: - created - updated - - *582 + - *583 - *17 - *19 responses: @@ -87177,7 +87194,7 @@ paths: nullable: true score: type: number - text_matches: *581 + text_matches: *582 required: - id - node_id @@ -87262,7 +87279,7 @@ paths: - forks - help-wanted-issues - updated - - *582 + - *583 - *17 - *19 responses: @@ -87481,8 +87498,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true permissions: type: object @@ -87501,7 +87518,7 @@ paths: - admin - pull - push - text_matches: *581 + text_matches: *582 temp_clone_token: type: string allow_merge_commit: @@ -87703,7 +87720,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *64 + '503': *65 '422': *15 '304': *37 x-github: @@ -87801,7 +87818,7 @@ paths: type: string format: uri nullable: true - text_matches: *581 + text_matches: *582 related: type: array nullable: true @@ -87992,7 +88009,7 @@ paths: - followers - repositories - joined - - *582 + - *583 - *17 - *19 responses: @@ -88096,7 +88113,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *581 + text_matches: *582 blog: type: string nullable: true @@ -88155,7 +88172,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *64 + '503': *65 '422': *15 x-github: githubCloudOnly: false @@ -88175,7 +88192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &583 + - &584 name: team_id description: The unique identifier of the team. in: path @@ -88187,9 +88204,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -88216,7 +88233,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *583 + - *584 requestBody: required: true content: @@ -88279,16 +88296,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '201': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 '422': *15 '403': *29 @@ -88316,7 +88333,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *583 + - *584 responses: '204': description: Response @@ -88347,7 +88364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *583 + - *584 - *48 - *17 - *19 @@ -88358,11 +88375,11 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *584 + default: *585 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88389,7 +88406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *583 + - *584 requestBody: required: true content: @@ -88423,9 +88440,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: triggersNotification: true githubCloudOnly: false @@ -88452,16 +88469,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88486,8 +88503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 requestBody: required: false content: @@ -88510,9 +88527,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88537,8 +88554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 responses: '204': description: Response @@ -88567,8 +88584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *583 - - *261 + - *584 + - *262 - *48 - *17 - *19 @@ -88579,11 +88596,11 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *586 + default: *587 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88610,8 +88627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *583 - - *261 + - *584 + - *262 requestBody: required: true content: @@ -88633,9 +88650,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: triggersNotification: true githubCloudOnly: false @@ -88662,17 +88679,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88697,9 +88714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 requestBody: required: true content: @@ -88721,9 +88738,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *587 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88748,9 +88765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 responses: '204': description: Response @@ -88779,9 +88796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 - 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. @@ -88807,11 +88824,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88838,9 +88855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 requestBody: required: true content: @@ -88872,9 +88889,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88900,8 +88917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 - 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. @@ -88927,11 +88944,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88958,8 +88975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 requestBody: required: true content: @@ -88991,9 +89008,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89017,7 +89034,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89027,11 +89044,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89055,7 +89072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *583 + - *584 - name: role description: Filters members returned by their role in the team. in: query @@ -89078,9 +89095,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -89106,8 +89123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: if user is a member @@ -89143,8 +89160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: Response @@ -89183,8 +89200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: Response @@ -89220,16 +89237,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - response-if-user-is-a-team-maintainer: *588 + response-if-user-is-a-team-maintainer: *589 '404': *6 x-github: githubCloudOnly: false @@ -89262,8 +89279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *583 - - *131 + - *584 + - *132 requestBody: required: false content: @@ -89288,9 +89305,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - response-if-users-membership-with-team-is-now-pending: *589 + response-if-users-membership-with-team-is-now-pending: *590 '403': description: Forbidden if team synchronization is set up '422': @@ -89324,8 +89341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: Response @@ -89354,7 +89371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89364,11 +89381,11 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *590 + default: *591 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -89393,16 +89410,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *583 - - *271 + - *584 + - *272 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *591 + default: *592 '404': description: Not Found if project is not managed by this team x-github: @@ -89427,8 +89444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *583 - - *271 + - *584 + - *272 requestBody: required: false content: @@ -89496,8 +89513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *583 - - *271 + - *584 + - *272 responses: '204': description: Response @@ -89524,7 +89541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89534,11 +89551,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -89566,15 +89583,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *583 - - *272 + - *584 - *273 + - *274 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *592 + schema: *593 examples: alternative-response-with-extra-repository-information: value: @@ -89725,9 +89742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *583 - - *272 + - *584 - *273 + - *274 requestBody: required: false content: @@ -89777,9 +89794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *583 - - *272 + - *584 - *273 + - *274 responses: '204': description: Response @@ -89804,7 +89821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89814,11 +89831,11 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - response-if-child-teams-exist: *593 + response-if-child-teams-exist: *594 headers: - Link: *57 + Link: *58 '404': *6 '403': *29 '422': *15 @@ -89849,7 +89866,7 @@ paths: application/json: schema: oneOf: - - &595 + - &596 title: Private User description: Private User type: object @@ -90052,7 +90069,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *594 + - *595 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -90205,7 +90222,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -90284,7 +90301,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '304': *37 '404': *6 '403': *29 @@ -90307,7 +90324,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: - - *131 + - *132 responses: '204': description: If the user is blocked @@ -90335,7 +90352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -90359,7 +90376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -90408,11 +90425,11 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -90549,21 +90566,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '401': *25 '403': *29 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90603,7 +90620,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &597 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -90643,9 +90660,9 @@ paths: - visibility - selected_repositories_url examples: - default: *395 + default: *396 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90713,13 +90730,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *126 + - *127 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -90749,7 +90766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *126 + - *127 requestBody: required: true content: @@ -90794,7 +90811,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -90822,7 +90839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *126 + - *127 responses: '204': description: Response @@ -90847,7 +90864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *126 + - *127 responses: '200': description: Response @@ -90863,13 +90880,13 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *597 + default: *598 '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90890,7 +90907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *126 + - *127 requestBody: required: true content: @@ -90922,7 +90939,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90944,7 +90961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *126 + - *127 - name: repository_id in: path required: true @@ -90956,7 +90973,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90977,7 +90994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *126 + - *127 - name: repository_id in: path required: true @@ -90989,7 +91006,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91009,17 +91026,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91043,7 +91060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 requestBody: required: false content: @@ -91073,9 +91090,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '401': *25 '403': *29 '404': *6 @@ -91097,11 +91114,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': *47 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91126,13 +91143,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': description: Response content: application/json: - schema: &598 + schema: &599 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -91173,7 +91190,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &599 + default: &600 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -91181,7 +91198,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91205,7 +91222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *193 + - *194 - name: export_id in: path required: true @@ -91218,9 +91235,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *599 + default: *600 '404': *6 x-github: githubCloudOnly: false @@ -91241,7 +91258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *193 + - *194 responses: '200': description: Response @@ -91257,11 +91274,11 @@ paths: type: integer machines: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91288,7 +91305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *193 + - *194 requestBody: required: true content: @@ -91338,13 +91355,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *283 + repository: *284 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *393 - required: *394 + properties: *394 + required: *395 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -92118,17 +92135,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '304': *37 - '500': *144 + '500': *145 '400': *14 '401': *25 '402': @@ -92158,16 +92175,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 - '500': *144 + default: *393 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -92196,9 +92213,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: &614 + default: &615 value: - id: 197 name: hello_docker @@ -92299,7 +92316,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Email description: Email type: object @@ -92364,16 +92381,16 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: &616 + default: &617 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -92441,7 +92458,7 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: default: value: @@ -92551,9 +92568,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -92584,9 +92601,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -92606,7 +92623,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: - - *131 + - *132 responses: '204': description: if the person is followed by the authenticated user @@ -92636,7 +92653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -92661,7 +92678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -92697,7 +92714,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: GPG Key description: A unique encryption key type: object @@ -92828,7 +92845,7 @@ paths: - subkeys - revoked examples: - default: &627 + default: &628 value: - id: 3 name: Octocat's GPG Key @@ -92860,7 +92877,7 @@ paths: revoked: false raw_key: string headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -92913,9 +92930,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: id: 3 name: Octocat's GPG Key @@ -92972,7 +92989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &605 + - &606 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -92984,9 +93001,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 '304': *37 '403': *29 @@ -93009,7 +93026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *605 + - *606 responses: '204': description: Response @@ -93152,7 +93169,7 @@ paths: suspended_at: suspended_by: headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -93198,11 +93215,11 @@ paths: type: string repositories: type: array - items: *59 + items: *60 examples: - default: *606 + default: *607 headers: - Link: *57 + Link: *58 '404': *6 '403': *29 '304': *37 @@ -93225,7 +93242,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *108 + - *109 responses: '204': description: Response @@ -93251,7 +93268,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *108 + - *109 responses: '204': description: Response @@ -93285,12 +93302,12 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false examples: - default: *183 + default: *184 '204': description: Response when there are no restrictions x-github: @@ -93314,7 +93331,7 @@ paths: required: true content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -93325,7 +93342,7 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: value: @@ -93406,7 +93423,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -93419,7 +93436,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - *17 - *19 responses: @@ -93429,11 +93446,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *189 + default: *190 headers: - Link: *57 + Link: *58 '404': *6 '304': *37 x-github: @@ -93464,7 +93481,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: Key description: Key type: object @@ -93511,7 +93528,7 @@ paths: verified: false read_only: false headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -93561,9 +93578,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93596,15 +93613,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *495 + - *496 responses: '200': description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '304': *37 '403': *29 @@ -93627,7 +93644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *495 + - *496 responses: '204': description: Response @@ -93660,7 +93677,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -93717,7 +93734,7 @@ paths: - id - type - login - plan: *80 + plan: *81 required: - billing_cycle - next_billing_date @@ -93728,7 +93745,7 @@ paths: - account - plan examples: - default: &610 + default: &611 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -93761,7 +93778,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *57 + Link: *58 '304': *37 '401': *25 '404': *6 @@ -93790,11 +93807,11 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: - Link: *57 + Link: *58 '304': *37 '401': *25 x-github: @@ -93832,7 +93849,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -93909,7 +93926,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -93934,13 +93951,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -93998,7 +94015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *93 + - *94 requestBody: required: true content: @@ -94023,7 +94040,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -94091,7 +94108,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -94244,7 +94261,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -94344,7 +94361,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -94524,7 +94541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *199 + - *200 - name: exclude in: query required: false @@ -94537,7 +94554,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -94731,7 +94748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *199 + - *200 responses: '302': description: Response @@ -94757,7 +94774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *199 + - *200 responses: '204': description: Response @@ -94786,8 +94803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *199 - - *611 + - *200 + - *612 responses: '204': description: Response @@ -94811,7 +94828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *199 + - *200 - *17 - *19 responses: @@ -94821,11 +94838,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -94858,11 +94875,11 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *612 + default: *613 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -94902,7 +94919,7 @@ paths: - docker - nuget - container - - *613 + - *614 - *19 - *17 responses: @@ -94912,10 +94929,10 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *614 - '400': *615 + default: *615 + '400': *616 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94935,16 +94952,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *208 - *209 + - *210 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: - default: &628 + default: &629 value: id: 40201 name: octo-name @@ -95057,8 +95074,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *208 - *209 + - *210 responses: '204': description: Response @@ -95088,8 +95105,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *208 - *209 + - *210 - name: token description: package token schema: @@ -95121,8 +95138,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: - - *208 - *209 + - *210 - *19 - *17 - name: state @@ -95142,7 +95159,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -95191,15 +95208,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *208 - *209 - - *211 + - *210 + - *212 responses: '200': description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -95235,9 +95252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *208 - *209 - - *211 + - *210 + - *212 responses: '204': description: Response @@ -95267,9 +95284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *208 - *209 - - *211 + - *210 + - *212 responses: '204': description: Response @@ -95325,7 +95342,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -95394,11 +95411,11 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *616 + default: *617 headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -95507,9 +95524,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: &623 + default: &624 summary: Default response value: - id: 1296269 @@ -95811,9 +95828,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95851,11 +95868,11 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: - default: *617 + default: *618 headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -95876,7 +95893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response @@ -95899,7 +95916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response @@ -95932,7 +95949,7 @@ paths: application/json: schema: type: array - items: &618 + items: &619 title: Social account description: Social media account type: object @@ -95947,12 +95964,12 @@ paths: - provider - url examples: - default: &619 + default: &620 value: - provider: twitter url: https://twitter.com/github headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -96009,9 +96026,9 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: - default: *619 + default: *620 '422': *15 '304': *37 '404': *6 @@ -96098,7 +96115,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -96118,7 +96135,7 @@ paths: - title - created_at examples: - default: &635 + default: &636 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96131,7 +96148,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -96184,9 +96201,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96217,7 +96234,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: - - &622 + - &623 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -96229,9 +96246,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '304': *37 '403': *29 @@ -96254,7 +96271,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: - - *622 + - *623 responses: '204': description: Response @@ -96283,7 +96300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &636 + - &637 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 @@ -96306,13 +96323,13 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default-response: *623 + default-response: *624 application/vnd.github.v3.star+json: schema: type: array - items: &637 + items: &638 title: Starred Repository description: Starred Repository type: object @@ -96320,7 +96337,7 @@ paths: starred_at: type: string format: date-time - repo: *59 + repo: *60 required: - starred_at - repo @@ -96448,7 +96465,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -96468,8 +96485,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: - - *272 - *273 + - *274 responses: '204': description: Response if this repository is starred by you @@ -96497,8 +96514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -96522,8 +96539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -96556,11 +96573,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -96595,7 +96612,7 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: default: value: @@ -96646,7 +96663,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -96673,7 +96690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *82 + - *83 responses: '200': description: Response @@ -96681,10 +96698,10 @@ paths: application/json: schema: oneOf: + - *596 - *595 - - *594 examples: - default-response: &625 + default-response: &626 summary: Default response value: login: octocat @@ -96719,7 +96736,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &626 + response-with-git-hub-plan-information: &627 summary: Response with GitHub plan information value: login: octocat @@ -96779,7 +96796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *624 + - *625 - *17 responses: '200': @@ -96790,7 +96807,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: example: ; rel="next" @@ -96820,7 +96837,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *131 + - *132 responses: '200': description: Response @@ -96828,11 +96845,11 @@ paths: application/json: schema: oneOf: + - *596 - *595 - - *594 examples: - default-response: *625 - response-with-git-hub-plan-information: *626 + default-response: *626 + response-with-git-hub-plan-information: *627 '404': *6 x-github: githubCloudOnly: false @@ -96858,7 +96875,7 @@ paths: - *17 - *39 - *40 - - *131 + - *132 - name: subject_digest description: Subject Digest in: path @@ -96960,7 +96977,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -96986,7 +97003,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: - - *131 + - *132 responses: '200': description: Response @@ -96994,9 +97011,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *614 + default: *615 '403': *29 '401': *25 x-github: @@ -97019,7 +97036,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97029,7 +97046,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -97100,8 +97117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *131 - - *93 + - *132 + - *94 - *17 - *19 responses: @@ -97111,7 +97128,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -97190,7 +97207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97200,7 +97217,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -97267,7 +97284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97279,9 +97296,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97298,7 +97315,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97310,9 +97327,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97329,7 +97346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *131 + - *132 - name: target_user in: path required: true @@ -97356,8 +97373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *131 - - *66 + - *132 + - *67 - *17 - *19 responses: @@ -97367,11 +97384,11 @@ paths: application/json: schema: type: array - items: *67 + items: *68 examples: - default: *68 + default: *69 headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -97390,7 +97407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97400,11 +97417,11 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *627 + default: *628 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97426,7 +97443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *131 + - *132 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -97498,7 +97515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *131 + - *132 responses: '200': description: Response @@ -97506,7 +97523,7 @@ paths: application/json: schema: *22 examples: - default: *465 + default: *466 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97524,7 +97541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97552,7 +97569,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97572,7 +97589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97582,11 +97599,11 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *612 + default: *613 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97623,8 +97640,8 @@ paths: - docker - nuget - container - - *613 - - *131 + - *614 + - *132 - *19 - *17 responses: @@ -97634,12 +97651,12 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *614 + default: *615 '403': *29 '401': *25 - '400': *615 + '400': *616 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97659,17 +97676,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *208 - *209 - - *131 + - *210 + - *132 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97690,9 +97707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *208 - *209 - - *131 + - *210 + - *132 responses: '204': description: Response @@ -97724,9 +97741,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *208 - *209 - - *131 + - *210 + - *132 - name: token description: package token schema: @@ -97758,9 +97775,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: - - *208 - *209 - - *131 + - *210 + - *132 responses: '200': description: Response @@ -97768,7 +97785,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -97826,16 +97843,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *208 - *209 - - *211 - - *131 + - *210 + - *212 + - *132 responses: '200': description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97870,10 +97887,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *208 - *209 - - *131 - - *211 + - *210 + - *132 + - *212 responses: '204': description: Response @@ -97905,10 +97922,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *208 - *209 - - *131 - - *211 + - *210 + - *132 + - *212 responses: '204': description: Response @@ -97931,7 +97948,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *131 + - *132 - name: state description: Indicates the state of the projects to return. in: query @@ -97952,7 +97969,7 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: default: value: @@ -97988,7 +98005,7 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -98011,7 +98028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98021,7 +98038,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -98100,7 +98117,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98110,7 +98127,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -98187,7 +98204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *131 + - *132 - name: type description: Limit results to repositories of the specified type. in: query @@ -98230,11 +98247,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98256,15 +98273,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98286,15 +98303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98316,15 +98333,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98342,7 +98359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98352,11 +98369,11 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: - default: *619 + default: *620 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98374,7 +98391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98384,11 +98401,11 @@ paths: application/json: schema: type: array - items: *620 + items: *621 examples: - default: *635 + default: *636 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98410,8 +98427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *131 - - *636 + - *132 + - *637 - *48 - *17 - *19 @@ -98423,13 +98440,13 @@ paths: schema: anyOf: - type: array - items: *637 + items: *638 - type: array - items: *59 + items: *60 examples: - default-response: *623 + default-response: *624 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98446,7 +98463,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98456,11 +98473,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98586,7 +98603,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &638 + enterprise: &639 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -98644,7 +98661,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &639 + installation: &640 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -98663,7 +98680,7 @@ x-webhooks: required: - id - node_id - organization: &640 + organization: &641 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -98723,13 +98740,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &641 + repository: &642 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &671 + properties: &672 id: description: Unique identifier of the repository example: 42 @@ -98749,8 +98766,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true organization: title: Simple User @@ -99412,7 +99429,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &672 + required: &673 - archive_url - assignees_url - blobs_url @@ -99563,10 +99580,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -99642,11 +99659,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - rule: &642 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + rule: &643 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) @@ -99869,11 +99886,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - rule: *642 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + rule: *643 sender: *4 required: - action @@ -100056,11 +100073,11 @@ x-webhooks: - everyone required: - from - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - rule: *642 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + rule: *643 sender: *4 required: - action @@ -100144,7 +100161,7 @@ x-webhooks: type: string enum: - completed - check_run: &644 + check_run: &645 title: CheckRun description: A check performed on the code of a given code change type: object @@ -100158,8 +100175,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 check_suite: description: A suite of checks performed on the code of a given code change @@ -100207,8 +100224,8 @@ x-webhooks: type: string pull_requests: type: array - items: *351 - repository: *118 + items: *352 + repository: *119 status: example: completed type: string @@ -100245,7 +100262,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *643 + deployment: *644 details_url: example: https://example.com type: string @@ -100295,7 +100312,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *351 + items: *352 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -100330,9 +100347,9 @@ x-webhooks: - output - app - pull_requests - installation: *639 - organization: *640 - repository: *641 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - check_run @@ -100725,10 +100742,10 @@ x-webhooks: type: string enum: - created - check_run: *644 - installation: *639 - organization: *640 - repository: *641 + check_run: *645 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - check_run @@ -101124,10 +101141,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *644 - installation: *639 - organization: *640 - repository: *641 + check_run: *645 + installation: *640 + organization: *641 + repository: *642 requested_action: description: The action requested by the user. type: object @@ -101532,10 +101549,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *644 - installation: *639 - organization: *640 - repository: *641 + check_run: *645 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - check_run @@ -102512,10 +102529,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -103185,10 +103202,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -103852,10 +103869,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -104018,7 +104035,7 @@ x-webhooks: required: - login - id - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104163,20 +104180,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &645 + commit_oid: &646 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: *638 - installation: *639 - organization: *640 - ref: &646 + enterprise: *639 + installation: *640 + organization: *641 + ref: &647 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: *641 + repository: *642 sender: *4 required: - action @@ -104338,7 +104355,7 @@ x-webhooks: required: - login - id - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104499,12 +104516,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -104599,7 +104616,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104765,12 +104782,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -104933,7 +104950,7 @@ x-webhooks: required: - login - id - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105099,12 +105116,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -105201,7 +105218,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105369,16 +105386,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 ref: 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 nullable: true - repository: *641 + repository: *642 sender: *4 required: - action @@ -105472,7 +105489,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105612,12 +105629,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -105874,10 +105891,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -105957,18 +105974,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *640 - pusher_type: &647 + organization: *641 + pusher_type: &648 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &648 + ref: &649 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -105978,7 +105995,7 @@ x-webhooks: enum: - tag - branch - repository: *641 + repository: *642 sender: *4 required: - ref @@ -106060,10 +106077,10 @@ x-webhooks: type: string enum: - created - definition: *222 - enterprise: *638 - installation: *639 - organization: *640 + definition: *223 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -106148,9 +106165,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -106227,10 +106244,10 @@ x-webhooks: type: string enum: - updated - definition: *222 - enterprise: *638 - installation: *639 - organization: *640 + definition: *223 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -106307,19 +106324,19 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - repository: *641 - organization: *640 + enterprise: *639 + installation: *640 + repository: *642 + organization: *641 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *226 + items: *227 old_property_values: type: array description: The old custom property values for the repository. - items: *226 + items: *227 required: - action - repository @@ -106395,18 +106412,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - pusher_type: *647 - ref: *648 + enterprise: *639 + installation: *640 + organization: *641 + pusher_type: *648 + ref: *649 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *641 + repository: *642 sender: *4 required: - ref @@ -106490,11 +106507,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106578,11 +106595,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106666,11 +106683,11 @@ x-webhooks: type: string enum: - created - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106752,11 +106769,11 @@ x-webhooks: type: string enum: - dismissed - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106838,11 +106855,11 @@ x-webhooks: type: string enum: - fixed - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106925,11 +106942,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -107011,11 +107028,11 @@ x-webhooks: type: string enum: - reopened - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -107092,9 +107109,9 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - key: &649 + enterprise: *639 + installation: *640 + key: &650 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -107130,8 +107147,8 @@ x-webhooks: - verified - created_at - read_only - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -107208,11 +107225,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - key: *649 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + key: *650 + organization: *641 + repository: *642 sender: *4 required: - action @@ -107773,12 +107790,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: &653 + workflow: &654 title: Workflow type: object nullable: true @@ -108504,13 +108521,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *430 + deployment: *431 pull_requests: type: array - items: *515 - repository: *641 - organization: *640 - installation: *639 + items: *516 + repository: *642 + organization: *641 + installation: *640 sender: *4 responses: '200': @@ -108581,7 +108598,7 @@ x-webhooks: type: string enum: - approved - approver: &650 + approver: &651 type: object properties: avatar_url: @@ -108624,11 +108641,11 @@ x-webhooks: type: string comment: type: string - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - reviewers: &651 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + reviewers: &652 type: array items: type: object @@ -108707,7 +108724,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &652 + workflow_job_run: &653 type: object properties: conclusion: @@ -109438,18 +109455,18 @@ x-webhooks: type: string enum: - rejected - approver: *650 + approver: *651 comment: type: string - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - reviewers: *651 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + reviewers: *652 sender: *4 since: type: string - workflow_job_run: *652 + workflow_job_run: *653 workflow_job_runs: type: array items: @@ -110153,13 +110170,13 @@ x-webhooks: type: string enum: - requested - enterprise: *638 + enterprise: *639 environment: type: string - installation: *639 - organization: *640 - repository: *641 - requestor: &658 + installation: *640 + organization: *641 + repository: *642 + requestor: &659 title: User type: object nullable: true @@ -112058,12 +112075,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Deployment Workflow Run type: object @@ -112743,7 +112760,7 @@ x-webhooks: type: string enum: - answered - answer: &656 + answer: &657 type: object properties: author_association: @@ -112900,7 +112917,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &654 + discussion: &655 title: Discussion description: A Discussion in a repository. type: object @@ -113186,7 +113203,7 @@ x-webhooks: - id labels: type: array - items: *477 + items: *478 required: - repository_url - category @@ -113208,10 +113225,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113338,11 +113355,11 @@ x-webhooks: - from required: - category - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113425,11 +113442,11 @@ x-webhooks: type: string enum: - closed - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113511,7 +113528,7 @@ x-webhooks: type: string enum: - created - comment: &655 + comment: &656 type: object properties: author_association: @@ -113668,11 +113685,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113755,12 +113772,12 @@ x-webhooks: type: string enum: - deleted - comment: *655 - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + comment: *656 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113855,12 +113872,12 @@ x-webhooks: - from required: - body - comment: *655 - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + comment: *656 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113944,11 +113961,11 @@ x-webhooks: type: string enum: - created - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114030,11 +114047,11 @@ x-webhooks: type: string enum: - deleted - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114134,11 +114151,11 @@ x-webhooks: type: string required: - from - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114220,10 +114237,10 @@ x-webhooks: type: string enum: - labeled - discussion: *654 - enterprise: *638 - installation: *639 - label: &657 + discussion: *655 + enterprise: *639 + installation: *640 + label: &658 title: Label type: object properties: @@ -114255,8 +114272,8 @@ x-webhooks: - color - default - description - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114339,11 +114356,11 @@ x-webhooks: type: string enum: - locked - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114425,11 +114442,11 @@ x-webhooks: type: string enum: - pinned - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114511,11 +114528,11 @@ x-webhooks: type: string enum: - reopened - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114600,16 +114617,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *654 - new_repository: *641 + new_discussion: *655 + new_repository: *642 required: - new_discussion - new_repository - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114692,10 +114709,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *654 - old_answer: *656 - organization: *640 - repository: *641 + discussion: *655 + old_answer: *657 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114777,12 +114794,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *654 - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114865,11 +114882,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114951,11 +114968,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -115028,7 +115045,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *638 + enterprise: *639 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -115688,9 +115705,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *639 - organization: *640 - repository: *641 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - forkee @@ -115836,9 +115853,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pages: description: The pages that were updated. type: array @@ -115875,7 +115892,7 @@ x-webhooks: - action - sha - html_url - repository: *641 + repository: *642 sender: *4 required: - pages @@ -115951,10 +115968,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: &659 + organization: *641 + repositories: &660 description: An array of repository objects that the installation can access. type: array @@ -115980,8 +115997,8 @@ x-webhooks: - name - full_name - private - repository: *641 - requester: *658 + repository: *642 + requester: *659 sender: *4 required: - action @@ -116056,11 +116073,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116136,11 +116153,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116216,10 +116233,10 @@ x-webhooks: type: string enum: - added - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories_added: &660 + organization: *641 + repositories_added: &661 description: An array of repository objects, which were added to the installation. type: array @@ -116265,15 +116282,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *641 - repository_selection: &661 + repository: *642 + repository_selection: &662 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *658 + requester: *659 sender: *4 required: - action @@ -116352,10 +116369,10 @@ x-webhooks: type: string enum: - removed - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories_added: *660 + organization: *641 + repositories_added: *661 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -116382,9 +116399,9 @@ x-webhooks: - name - full_name - private - repository: *641 - repository_selection: *661 - requester: *658 + repository: *642 + repository_selection: *662 + requester: *659 sender: *4 required: - action @@ -116463,11 +116480,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116645,10 +116662,10 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 target_type: type: string @@ -116727,11 +116744,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116855,8 +116872,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 reactions: title: Reactions type: object @@ -116983,8 +117000,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118139,8 +118156,8 @@ x-webhooks: - state - locked - assignee - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -118220,7 +118237,7 @@ x-webhooks: type: string enum: - deleted - comment: &662 + comment: &663 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -118385,8 +118402,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119539,8 +119556,8 @@ x-webhooks: - state - locked - assignee - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -119620,7 +119637,7 @@ x-webhooks: type: string enum: - edited - changes: &690 + changes: &691 description: The changes to the comment. type: object properties: @@ -119632,9 +119649,9 @@ x-webhooks: type: string required: - from - comment: *662 - enterprise: *638 - installation: *639 + comment: *663 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120788,8 +120805,8 @@ x-webhooks: - state - locked - assignee - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -120871,10 +120888,10 @@ x-webhooks: type: string enum: - assigned - assignee: *658 - enterprise: *638 - installation: *639 - issue: &665 + assignee: *659 + enterprise: *639 + installation: *640 + issue: &666 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121792,8 +121809,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -121873,8 +121890,8 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -122932,8 +122949,8 @@ x-webhooks: required: - state - closed_at - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -123012,8 +123029,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123924,8 +123941,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -124004,8 +124021,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124919,7 +124936,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &663 + milestone: &664 title: Milestone description: A collection of related issues and pull requests. type: object @@ -125057,8 +125074,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -125157,8 +125174,8 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126076,9 +126093,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *657 - organization: *640 - repository: *641 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -126158,8 +126175,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127076,9 +127093,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *657 - organization: *640 - repository: *641 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -127158,8 +127175,8 @@ x-webhooks: type: string enum: - locked - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128077,8 +128094,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -128157,8 +128174,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129070,9 +129087,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *663 - organization: *640 - repository: *641 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -130533,8 +130550,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131451,8 +131468,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -131532,9 +131549,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *638 - installation: *639 - issue: &664 + enterprise: *639 + installation: *640 + issue: &665 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132445,8 +132462,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -132525,8 +132542,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133443,8 +133460,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -134906,11 +134923,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *638 - installation: *639 - issue: *664 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *665 + organization: *641 + repository: *642 sender: *4 required: - action @@ -134991,7 +135008,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &693 + assignee: &694 title: User type: object nullable: true @@ -135061,11 +135078,11 @@ x-webhooks: required: - login - id - enterprise: *638 - installation: *639 - issue: *665 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *666 + organization: *641 + repository: *642 sender: *4 required: - action @@ -135144,12 +135161,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *638 - installation: *639 - issue: *665 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *666 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -135229,8 +135246,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136146,8 +136163,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136227,11 +136244,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *638 - installation: *639 - issue: *664 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *665 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136310,11 +136327,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136392,11 +136409,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136506,11 +136523,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136592,9 +136609,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: &666 + enterprise: *639 + installation: *640 + marketplace_purchase: &667 title: Marketplace Purchase type: object required: @@ -136677,8 +136694,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *640 - previous_marketplace_purchase: &667 + organization: *641 + previous_marketplace_purchase: &668 title: Marketplace Purchase type: object properties: @@ -136758,7 +136775,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *641 + repository: *642 sender: *4 required: - action @@ -136838,10 +136855,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: *666 - organization: *640 + enterprise: *639 + installation: *640 + marketplace_purchase: *667 + organization: *641 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -136924,7 +136941,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *641 + repository: *642 sender: *4 required: - action @@ -137006,10 +137023,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: *666 - organization: *640 + enterprise: *639 + installation: *640 + marketplace_purchase: *667 + organization: *641 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137091,7 +137108,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *641 + repository: *642 sender: *4 required: - action @@ -137172,8 +137189,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 marketplace_purchase: title: Marketplace Purchase type: object @@ -137255,9 +137272,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *640 - previous_marketplace_purchase: *667 - repository: *641 + organization: *641 + previous_marketplace_purchase: *668 + repository: *642 sender: *4 required: - action @@ -137337,12 +137354,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: *666 - organization: *640 - previous_marketplace_purchase: *667 - repository: *641 + enterprise: *639 + installation: *640 + marketplace_purchase: *667 + organization: *641 + previous_marketplace_purchase: *668 + repository: *642 sender: *4 required: - action @@ -137444,11 +137461,11 @@ x-webhooks: type: string required: - to - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 sender: *4 required: - action @@ -137548,11 +137565,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 sender: *4 required: - action @@ -137631,11 +137648,11 @@ x-webhooks: type: string enum: - removed - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 sender: *4 required: - action @@ -137713,11 +137730,11 @@ x-webhooks: type: string enum: - added - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137793,7 +137810,7 @@ x-webhooks: required: - login - id - team: &668 + team: &669 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -137983,11 +138000,11 @@ x-webhooks: type: string enum: - removed - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138064,7 +138081,7 @@ x-webhooks: required: - login - id - team: *668 + team: *669 required: - action - scope @@ -138146,8 +138163,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *639 - merge_group: &670 + installation: *640 + merge_group: &671 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -138166,15 +138183,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *669 + head_commit: *670 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138260,10 +138277,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *639 - merge_group: *670 - organization: *640 - repository: *641 + installation: *640 + merge_group: *671 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138336,7 +138353,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 + enterprise: *639 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -138444,16 +138461,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *639 - organization: *640 + installation: *640 + organization: *641 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -138534,11 +138551,11 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 - milestone: *663 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138617,9 +138634,9 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - milestone: &673 + enterprise: *639 + installation: *640 + milestone: &674 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138756,8 +138773,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138836,11 +138853,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - milestone: *663 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138950,11 +138967,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - milestone: *663 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139034,11 +139051,11 @@ x-webhooks: type: string enum: - opened - enterprise: *638 - installation: *639 - milestone: *673 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *674 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139117,11 +139134,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *658 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + blocked_user: *659 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139200,11 +139217,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *658 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + blocked_user: *659 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139283,9 +139300,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - membership: &674 + enterprise: *639 + installation: *640 + membership: &675 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -139377,8 +139394,8 @@ x-webhooks: - role - organization_url - user - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139456,11 +139473,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *638 - installation: *639 - membership: *674 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + membership: *675 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139539,8 +139556,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -139656,10 +139673,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 - user: *658 + user: *659 required: - action - invitation @@ -139737,11 +139754,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *638 - installation: *639 - membership: *674 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + membership: *675 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139828,11 +139845,11 @@ x-webhooks: properties: from: type: string - enterprise: *638 - installation: *639 - membership: *674 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + membership: *675 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139908,9 +139925,9 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 package: description: Information about the package. type: object @@ -140409,7 +140426,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &675 + items: &676 title: Ruby Gems metadata type: object properties: @@ -140504,7 +140521,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -140580,9 +140597,9 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 package: description: Information about the package. type: object @@ -140935,7 +140952,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *675 + items: *676 source_url: type: string format: uri @@ -141005,7 +141022,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -141182,12 +141199,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *638 + enterprise: *639 id: type: integer - installation: *639 - organization: *640 - repository: *641 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - id @@ -141267,7 +141284,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &676 + personal_access_token_request: &677 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -141413,10 +141430,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *638 - organization: *640 + enterprise: *639 + organization: *641 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141495,11 +141512,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *676 - enterprise: *638 - organization: *640 + personal_access_token_request: *677 + enterprise: *639 + organization: *641 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141577,11 +141594,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *676 - enterprise: *638 - organization: *640 + personal_access_token_request: *677 + enterprise: *639 + organization: *641 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141658,11 +141675,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *676 - organization: *640 - enterprise: *638 + personal_access_token_request: *677 + organization: *641 + enterprise: *639 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141766,7 +141783,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *677 + last_response: *678 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -141798,8 +141815,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 zen: description: Random string of GitHub zen. @@ -142044,10 +142061,10 @@ x-webhooks: - from required: - note - enterprise: *638 - installation: *639 - organization: *640 - project_card: &678 + enterprise: *639 + installation: *640 + organization: *641 + project_card: &679 title: Project Card type: object properties: @@ -142166,7 +142183,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *641 + repository: *642 sender: *4 required: - action @@ -142247,11 +142264,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - project_card: *678 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_card: *679 + repository: *642 sender: *4 required: - action @@ -142331,9 +142348,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 project_card: title: Project Card type: object @@ -142461,8 +142478,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -142556,11 +142573,11 @@ x-webhooks: - from required: - note - enterprise: *638 - installation: *639 - organization: *640 - project_card: *678 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_card: *679 + repository: *642 sender: *4 required: - action @@ -142654,9 +142671,9 @@ x-webhooks: - from required: - column_id - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 project_card: allOf: - title: Project Card @@ -142846,7 +142863,7 @@ x-webhooks: type: string required: - after_id - repository: *641 + repository: *642 sender: *4 required: - action @@ -142926,10 +142943,10 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 - organization: *640 - project: &680 + enterprise: *639 + installation: *640 + organization: *641 + project: &681 title: Project type: object properties: @@ -143053,7 +143070,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *641 + repository: *642 sender: *4 required: - action @@ -143133,10 +143150,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - project_column: &679 + enterprise: *639 + installation: *640 + organization: *641 + project_column: &680 title: Project Column type: object properties: @@ -143175,7 +143192,7 @@ x-webhooks: - name - created_at - updated_at - repository: *641 + repository: *642 sender: *4 required: - action @@ -143254,18 +143271,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - project_column: *679 + enterprise: *639 + installation: *640 + organization: *641 + project_column: *680 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -143355,11 +143372,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - project_column: *679 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_column: *680 + repository: *642 sender: *4 required: - action @@ -143439,11 +143456,11 @@ x-webhooks: type: string enum: - moved - enterprise: *638 - installation: *639 - organization: *640 - project_column: *679 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_column: *680 + repository: *642 sender: *4 required: - action @@ -143523,11 +143540,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - project: *680 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 + repository: *642 sender: *4 required: - action @@ -143607,18 +143624,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - project: *680 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -143720,11 +143737,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - project: *680 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 + repository: *642 sender: *4 required: - action @@ -143803,11 +143820,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *638 - installation: *639 - organization: *640 - project: *680 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 + repository: *642 sender: *4 required: - action @@ -143888,9 +143905,9 @@ x-webhooks: type: string enum: - closed - installation: *639 - organization: *640 - projects_v2: &681 + installation: *640 + organization: *641 + projects_v2: &682 title: Projects v2 Project description: A projects v2 project type: object @@ -144033,9 +144050,9 @@ x-webhooks: type: string enum: - created - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -144116,9 +144133,9 @@ x-webhooks: type: string enum: - deleted - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -144235,9 +144252,9 @@ x-webhooks: type: string to: type: string - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -144320,7 +144337,7 @@ x-webhooks: type: string enum: - archived - changes: &685 + changes: &686 type: object properties: archived_at: @@ -144334,9 +144351,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *639 - organization: *640 - projects_v2_item: &682 + installation: *640 + organization: *641 + projects_v2_item: &683 title: Projects v2 Item description: An item belonging to a project type: object @@ -144470,9 +144487,9 @@ x-webhooks: nullable: true to: type: string - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144554,9 +144571,9 @@ x-webhooks: type: string enum: - created - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144637,9 +144654,9 @@ x-webhooks: type: string enum: - deleted - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144745,7 +144762,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &683 + - &684 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -144763,7 +144780,7 @@ x-webhooks: required: - id - name - - &684 + - &685 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -144786,8 +144803,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *683 - *684 + - *685 required: - field_value - type: object @@ -144803,9 +144820,9 @@ x-webhooks: nullable: true required: - body - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144900,9 +144917,9 @@ x-webhooks: to: type: string nullable: true - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144985,10 +145002,10 @@ x-webhooks: type: string enum: - restored - changes: *685 - installation: *639 - organization: *640 - projects_v2_item: *682 + changes: *686 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -145070,9 +145087,9 @@ x-webhooks: type: string enum: - reopened - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -145153,9 +145170,9 @@ x-webhooks: type: string enum: - created - installation: *639 - organization: *640 - projects_v2_status_update: &686 + installation: *640 + organization: *641 + projects_v2_status_update: &687 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -145282,9 +145299,9 @@ x-webhooks: type: string enum: - deleted - installation: *639 - organization: *640 - projects_v2_status_update: *686 + installation: *640 + organization: *641 + projects_v2_status_update: *687 sender: *4 required: - action @@ -145420,9 +145437,9 @@ x-webhooks: type: string format: date nullable: true - installation: *639 - organization: *640 - projects_v2_status_update: *686 + installation: *640 + organization: *641 + projects_v2_status_update: *687 sender: *4 required: - action @@ -145493,10 +145510,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - repository @@ -145573,13 +145590,13 @@ x-webhooks: type: string enum: - assigned - assignee: *658 - enterprise: *638 - installation: *639 - number: &687 + assignee: *659 + enterprise: *639 + installation: *640 + number: &688 description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -147862,7 +147879,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -147944,11 +147961,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -150226,7 +150243,7 @@ x-webhooks: - draft reason: type: string - repository: *641 + repository: *642 sender: *4 required: - action @@ -150308,11 +150325,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -152590,7 +152607,7 @@ x-webhooks: - draft reason: type: string - repository: *641 + repository: *642 sender: *4 required: - action @@ -152672,13 +152689,13 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: &688 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: &689 allOf: - - *515 + - *516 - type: object properties: allow_auto_merge: @@ -152740,7 +152757,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *641 + repository: *642 sender: *4 required: - action @@ -152821,12 +152838,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -152906,11 +152923,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *638 - milestone: *498 - number: *687 - organization: *640 - pull_request: &689 + enterprise: *639 + milestone: *499 + number: *688 + organization: *641 + pull_request: &690 title: Pull Request type: object properties: @@ -155173,7 +155190,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -155252,11 +155269,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -157538,7 +157555,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *641 + repository: *642 sender: *4 required: - action @@ -157662,12 +157679,12 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -157747,11 +157764,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -160018,7 +160035,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -160098,11 +160115,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *638 - installation: *639 - label: *657 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + label: *658 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -162384,7 +162401,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -162465,10 +162482,10 @@ x-webhooks: type: string enum: - locked - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -164748,7 +164765,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -164828,12 +164845,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *638 - milestone: *498 - number: *687 - organization: *640 - pull_request: *689 - repository: *641 + enterprise: *639 + milestone: *499 + number: *688 + organization: *641 + pull_request: *690 + repository: *642 sender: *4 required: - action @@ -164912,12 +164929,12 @@ x-webhooks: type: string enum: - opened - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -164998,12 +165015,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -165083,12 +165100,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -165454,9 +165471,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: type: object properties: @@ -167626,7 +167643,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *641 + repository: *642 sender: *4 required: - action @@ -167706,7 +167723,7 @@ x-webhooks: type: string enum: - deleted - comment: &691 + comment: &692 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -167991,9 +168008,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: type: object properties: @@ -170151,7 +170168,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *641 + repository: *642 sender: *4 required: - action @@ -170231,11 +170248,11 @@ x-webhooks: type: string enum: - edited - changes: *690 - comment: *691 - enterprise: *638 - installation: *639 - organization: *640 + changes: *691 + comment: *692 + enterprise: *639 + installation: *640 + organization: *641 pull_request: type: object properties: @@ -172396,7 +172413,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *641 + repository: *642 sender: *4 required: - action @@ -172477,9 +172494,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -174652,7 +174669,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 + repository: *642 review: description: The review that was affected. type: object @@ -174895,9 +174912,9 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -176951,8 +176968,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 - review: &692 + repository: *642 + review: &693 description: The review that was affected. type: object properties: @@ -177181,12 +177198,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -179469,7 +179486,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_reviewer: title: User type: object @@ -179553,12 +179570,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -181848,7 +181865,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182040,12 +182057,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -184330,7 +184347,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_reviewer: title: User type: object @@ -184415,12 +184432,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -186696,7 +186713,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186877,9 +186894,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -189054,8 +189071,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 - review: *692 + repository: *642 + review: *693 sender: *4 required: - action @@ -189135,9 +189152,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -191207,7 +191224,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 + repository: *642 sender: *4 thread: type: object @@ -191590,9 +191607,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -193648,7 +193665,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 + repository: *642 sender: *4 thread: type: object @@ -194034,10 +194051,10 @@ x-webhooks: type: string before: type: string - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -196308,7 +196325,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -196390,11 +196407,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *693 - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + assignee: *694 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -198677,7 +198694,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -198756,11 +198773,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *638 - installation: *639 - label: *657 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + label: *658 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -201033,7 +201050,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -201114,10 +201131,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -203382,7 +203399,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -203582,7 +203599,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *638 + enterprise: *639 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203674,8 +203691,8 @@ x-webhooks: - url - author - committer - installation: *639 - organization: *640 + installation: *640 + organization: *641 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -204250,9 +204267,9 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 registry_package: type: object properties: @@ -204698,7 +204715,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *675 + items: *676 summary: type: string tag_name: @@ -204752,7 +204769,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -204830,9 +204847,9 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 registry_package: type: object properties: @@ -205140,7 +205157,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *675 + items: *676 summary: type: string tag_name: @@ -205189,7 +205206,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -205266,10 +205283,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - release: &694 + enterprise: *639 + installation: *640 + organization: *641 + release: &695 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205574,7 +205591,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *641 + repository: *642 sender: *4 required: - action @@ -205651,11 +205668,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - release: *694 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *695 + repository: *642 sender: *4 required: - action @@ -205763,11 +205780,11 @@ x-webhooks: type: boolean required: - to - enterprise: *638 - installation: *639 - organization: *640 - release: *694 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *695 + repository: *642 sender: *4 required: - action @@ -205845,9 +205862,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -206156,7 +206173,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *641 + repository: *642 sender: *4 required: - action @@ -206232,10 +206249,10 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 - release: &695 + enterprise: *639 + installation: *640 + organization: *641 + release: &696 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206541,7 +206558,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *641 + repository: *642 sender: *4 required: - action @@ -206617,11 +206634,11 @@ x-webhooks: type: string enum: - released - enterprise: *638 - installation: *639 - organization: *640 - release: *694 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *695 + repository: *642 sender: *4 required: - action @@ -206697,11 +206714,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *638 - installation: *639 - organization: *640 - release: *695 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *696 + repository: *642 sender: *4 required: - action @@ -206777,11 +206794,11 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_advisory: *569 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_advisory: *570 sender: *4 required: - action @@ -206857,11 +206874,11 @@ x-webhooks: type: string enum: - reported - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_advisory: *569 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_advisory: *570 sender: *4 required: - action @@ -206937,10 +206954,10 @@ x-webhooks: type: string enum: - archived - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207017,10 +207034,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207098,10 +207115,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207185,10 +207202,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207300,10 +207317,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207375,10 +207392,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 status: type: string @@ -207459,10 +207476,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207539,10 +207556,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207636,10 +207653,10 @@ x-webhooks: - name required: - repository - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207719,11 +207736,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_ruleset: *236 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_ruleset: *237 sender: *4 required: - action @@ -207801,11 +207818,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_ruleset: *236 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_ruleset: *237 sender: *4 required: - action @@ -207883,11 +207900,11 @@ x-webhooks: type: string enum: - edited - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_ruleset: *236 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_ruleset: *237 changes: type: object properties: @@ -207906,16 +207923,16 @@ x-webhooks: properties: added: type: array - items: *230 + items: *231 deleted: type: array - items: *230 + items: *231 updated: type: array items: type: object properties: - condition: *230 + condition: *231 changes: type: object properties: @@ -207948,16 +207965,16 @@ x-webhooks: properties: added: type: array - items: *235 + items: *236 deleted: type: array - items: *235 + items: *236 updated: type: array items: type: object properties: - rule: *235 + rule: *236 changes: type: object properties: @@ -208191,10 +208208,10 @@ x-webhooks: - from required: - owner - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208272,10 +208289,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208353,7 +208370,7 @@ x-webhooks: type: string enum: - create - alert: &696 + alert: &697 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -208474,10 +208491,10 @@ x-webhooks: type: string enum: - open - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208683,10 +208700,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208764,11 +208781,11 @@ x-webhooks: type: string enum: - reopen - alert: *696 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *697 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208967,10 +208984,10 @@ x-webhooks: enum: - fixed - open - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209048,11 +209065,11 @@ x-webhooks: type: string enum: - created - alert: &697 + alert: &698 type: object properties: - number: *53 - created_at: *54 + number: *54 + created_at: *55 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -209060,8 +209077,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *55 - html_url: *56 + url: *56 + html_url: *57 locations_url: type: string format: uri @@ -209159,10 +209176,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209243,11 +209260,11 @@ x-webhooks: type: string enum: - created - alert: *697 - installation: *639 - location: *698 - organization: *640 - repository: *641 + alert: *698 + installation: *640 + location: *699 + organization: *641 + repository: *642 sender: *4 required: - location @@ -209485,11 +209502,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209567,11 +209584,11 @@ x-webhooks: type: string enum: - reopened - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209649,11 +209666,11 @@ x-webhooks: type: string enum: - resolved - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209731,11 +209748,11 @@ x-webhooks: type: string enum: - validated - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209861,10 +209878,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *641 - enterprise: *638 - installation: *639 - organization: *640 + repository: *642 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -209942,11 +209959,11 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - security_advisory: &699 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + security_advisory: &700 description: The details of the security advisory, including summary, description, and severity. type: object @@ -210129,11 +210146,11 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - security_advisory: *699 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + security_advisory: *700 sender: *4 required: - action @@ -210206,10 +210223,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -210393,11 +210410,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *229 - enterprise: *638 - installation: *639 - organization: *640 - repository: *283 + security_and_analysis: *230 + enterprise: *639 + installation: *640 + organization: *641 + repository: *284 sender: *4 required: - changes @@ -210475,12 +210492,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: &700 + sponsorship: &701 type: object properties: created_at: @@ -210781,12 +210798,12 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - sponsorship @@ -210874,12 +210891,12 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - changes @@ -210956,17 +210973,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &701 + effective_date: &702 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: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - sponsorship @@ -211040,7 +211057,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &702 + changes: &703 type: object properties: tier: @@ -211084,13 +211101,13 @@ x-webhooks: - from required: - tier - effective_date: *701 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + effective_date: *702 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - changes @@ -211167,13 +211184,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *702 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + changes: *703 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - changes @@ -211247,10 +211264,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211333,10 +211350,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211755,15 +211772,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *638 + enterprise: *639 id: description: The unique identifier of the status. type: integer - installation: *639 + installation: *640 name: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 sha: description: The Commit SHA. @@ -211872,15 +211889,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - parent_issue_repo: *59 + parent_issue: *77 + parent_issue_repo: *60 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - installation: *639 - organization: *640 - repository: *641 + sub_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -211964,15 +211981,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - parent_issue_repo: *59 + parent_issue: *77 + parent_issue_repo: *60 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - installation: *639 - organization: *640 - repository: *641 + sub_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -212056,15 +212073,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - sub_issue_repo: *59 + sub_issue: *77 + sub_issue_repo: *60 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - installation: *639 - organization: *640 - repository: *641 + parent_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -212148,15 +212165,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - sub_issue_repo: *59 + sub_issue: *77 + sub_issue_repo: *60 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - installation: *639 - organization: *640 - repository: *641 + parent_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -212233,12 +212250,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - team: &703 + team: &704 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -212428,9 +212445,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -212888,7 +212905,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -212964,9 +212981,9 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -213424,7 +213441,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -213501,9 +213518,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -213961,7 +213978,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -214105,9 +214122,9 @@ x-webhooks: - from required: - permissions - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -214565,7 +214582,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - changes @@ -214643,9 +214660,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -215103,7 +215120,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -215179,10 +215196,10 @@ x-webhooks: type: string enum: - started - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -215255,16 +215272,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *638 + enterprise: *639 inputs: type: object nullable: true additionalProperties: true - installation: *639 - organization: *640 + installation: *640 + organization: *641 ref: type: string - repository: *641 + repository: *642 sender: *4 workflow: type: string @@ -215346,10 +215363,10 @@ x-webhooks: type: string enum: - completed - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: allOf: @@ -215586,7 +215603,7 @@ x-webhooks: type: string required: - conclusion - deployment: *430 + deployment: *431 required: - action - repository @@ -215665,10 +215682,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: allOf: @@ -215928,7 +215945,7 @@ x-webhooks: required: - status - steps - deployment: *430 + deployment: *431 required: - action - repository @@ -216007,10 +216024,10 @@ x-webhooks: type: string enum: - queued - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: type: object @@ -216145,7 +216162,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *430 + deployment: *431 required: - action - repository @@ -216224,10 +216241,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: type: object @@ -216363,7 +216380,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *430 + deployment: *431 required: - action - repository @@ -216443,12 +216460,12 @@ x-webhooks: type: string enum: - completed - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Workflow Run type: object @@ -217447,12 +217464,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Workflow Run type: object @@ -218436,12 +218453,12 @@ x-webhooks: type: string enum: - requested - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 934977b48..57a2af554 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -948,6 +948,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -970,18 +988,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -1645,6 +1651,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -1667,18 +1691,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -20243,6 +20255,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -21115,6 +21145,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -77256,6 +77292,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -78128,6 +78182,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -134854,7 +134914,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": [ { @@ -134995,7 +135055,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -135008,7 +135068,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": [ { @@ -135141,7 +135201,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -135156,7 +135216,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": [ { @@ -135258,7 +135318,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -135271,7 +135331,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": [ { @@ -135409,7 +135469,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -135422,7 +135482,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": [ { @@ -135452,7 +135512,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -135467,7 +135527,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": [ { @@ -135558,7 +135618,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -254656,6 +254716,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -255108,6 +255186,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -255767,6 +255851,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -256228,6 +256330,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -256700,6 +256808,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -589891,6 +590017,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -592148,6 +592292,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -594405,6 +594567,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -596662,6 +596842,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -598919,6 +599117,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -601176,6 +601392,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -603433,6 +603667,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 84846c5ac..62cf194f7 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -709,6 +709,21 @@ paths: required: - vector_string - score + epss: &51 + type: object + nullable: true + 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 nullable: true @@ -725,14 +740,6 @@ paths: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -840,7 +847,7 @@ paths: - subscriptions_url - type - url - type: &247 + type: &248 type: string description: The type of credit the user is receiving. enum: @@ -973,7 +980,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &97 + schema: &98 title: Validation Error Simple description: Validation Error Simple type: object @@ -1006,7 +1013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &571 + - &572 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1124,7 +1131,7 @@ paths: GitHub. type: object nullable: true - properties: &60 + properties: &61 id: description: Unique identifier of the GitHub app example: 37 @@ -1264,7 +1271,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &61 + required: &62 - id - node_id - owner @@ -1569,7 +1576,7 @@ paths: schema: type: integer default: 30 - - &165 + - &166 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 @@ -1585,7 +1592,7 @@ paths: application/json: schema: type: array - items: &166 + items: &167 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1662,7 +1669,7 @@ paths: - installation_id - repository_id examples: - default: &167 + default: &168 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1721,7 +1728,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &96 + schema: &97 title: Validation Error description: Validation Error type: object @@ -1790,7 +1797,7 @@ paths: description: Response content: application/json: - schema: &168 + schema: &169 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1904,7 +1911,7 @@ paths: - request - response examples: - default: &169 + default: &170 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2105,7 +2112,7 @@ paths: parameters: - *17 - *19 - - &66 + - &67 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) @@ -2638,7 +2645,7 @@ paths: suspended_at: suspended_by: headers: - Link: &57 + Link: &58 example: ; rel="next", ; rel="last" schema: @@ -2827,11 +2834,11 @@ paths: - selected repositories: type: array - items: &59 + items: &60 title: Repository description: A repository on GitHub. type: object - properties: &227 + properties: &228 id: description: Unique identifier of the repository example: 42 @@ -2851,7 +2858,7 @@ paths: title: License Simple description: License Simple type: object - properties: &77 + properties: &78 key: type: string example: mit @@ -2873,7 +2880,7 @@ paths: html_url: type: string format: uri - required: &78 + required: &79 - key - name - url @@ -3260,7 +3267,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &228 + required: &229 - archive_url - assignees_url - blobs_url @@ -7414,7 +7421,7 @@ paths: description: Response content: application/json: - schema: &139 + schema: &140 type: array description: A list of default code security configurations items: @@ -7430,7 +7437,7 @@ paths: default configuration: *42 examples: - default: &140 + default: &141 value: - default_for_new_repos: public configuration: @@ -7712,7 +7719,7 @@ paths: - *41 - *44 responses: - '204': &141 + '204': &142 description: A header with no content is returned. '400': *14 '403': *29 @@ -7840,7 +7847,7 @@ paths: default: value: default_for_new_repos: all - configuration: &138 + configuration: &139 value: id: 1325 target_type: organization @@ -7920,7 +7927,7 @@ paths: application/json: schema: type: array - items: &142 + items: &143 type: object description: Repositories associated with a code security configuration and attachment status @@ -7938,7 +7945,7 @@ paths: - failed - updating - removed_by_enterprise - repository: &52 + repository: &53 title: Simple Repository description: A GitHub repository. type: object @@ -8221,7 +8228,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &143 + repository: &144 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8315,7 +8322,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &148 + - &149 name: state in: query description: |- @@ -8324,7 +8331,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &149 + - &150 name: severity in: query description: |- @@ -8333,7 +8340,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &150 + - &151 name: ecosystem in: query description: |- @@ -8342,14 +8349,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &151 + - &152 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 - - &152 + - &153 name: epss_percentage in: query description: |- @@ -8361,7 +8368,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 - - &153 + - &154 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8371,7 +8378,7 @@ paths: enum: - development - runtime - - &154 + - &155 name: sort in: query description: |- @@ -8389,7 +8396,7 @@ paths: - *48 - *39 - *40 - - &155 + - &156 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8402,7 +8409,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &156 + - &157 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -8422,11 +8429,11 @@ paths: application/json: schema: type: array - items: &157 + items: &158 type: object description: A Dependabot alert. properties: - number: &53 + number: &54 type: integer description: The security alert number. readOnly: true @@ -8475,7 +8482,7 @@ paths: enum: - development - runtime - security_advisory: &422 + security_advisory: &423 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -8505,7 +8512,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &51 + items: &52 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -8578,6 +8585,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *50 + epss: *51 cwes: type: array description: Details for the advisory pertaining to Common @@ -8676,30 +8684,30 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *51 - url: &55 + security_vulnerability: *52 + url: &56 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &56 + html_url: &57 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - created_at: &54 + created_at: &55 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: &132 + updated_at: &133 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: &134 + dismissed_at: &135 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -8729,21 +8737,21 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: &133 + fixed_at: &134 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - auto_dismissed_at: &423 + auto_dismissed_at: &424 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - repository: *52 + repository: *53 required: - number - state @@ -8762,7 +8770,7 @@ paths: - repository additionalProperties: false examples: - default: &158 + default: &159 value: - number: 2 state: dismissed @@ -8810,6 +8818,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 @@ -9106,7 +9117,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &238 + - &239 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9117,7 +9128,7 @@ paths: enum: - open - resolved - - &239 + - &240 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9127,7 +9138,7 @@ paths: required: false schema: type: string - - &240 + - &241 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9136,7 +9147,7 @@ paths: required: false schema: type: string - - &241 + - &242 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. @@ -9152,7 +9163,7 @@ paths: - *17 - *39 - *40 - - &242 + - &243 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9161,7 +9172,7 @@ paths: required: false schema: type: string - - &243 + - &244 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9170,7 +9181,7 @@ paths: schema: type: boolean default: false - - &244 + - &245 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9186,11 +9197,11 @@ paths: application/json: schema: type: array - items: &245 + items: &246 type: object properties: - number: *53 - created_at: *54 + number: *54 + created_at: *55 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -9198,21 +9209,21 @@ paths: format: date-time readOnly: true nullable: true - url: *55 - html_url: *56 + url: *56 + html_url: *57 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &563 + state: &564 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: &564 + resolution: &565 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -9246,7 +9257,7 @@ paths: secret: type: string description: The secret that was detected. - repository: *52 + repository: *53 push_protection_bypassed: type: boolean description: Whether push protection was bypassed for the detected @@ -9309,7 +9320,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &246 + default: &247 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -9542,9 +9553,9 @@ paths: publicly_leaked: false multi_repo: false headers: - Link: *57 + Link: *58 '404': *6 - '503': &64 + '503': &65 description: Service unavailable content: application/json: @@ -9584,7 +9595,7 @@ paths: application/json: schema: type: array - items: &88 + items: &89 title: Event description: Event type: object @@ -9594,7 +9605,7 @@ paths: type: type: string nullable: true - actor: &58 + actor: &59 title: Actor description: Actor type: object @@ -9634,18 +9645,18 @@ paths: - id - name - url - org: *58 + org: *59 payload: type: object properties: action: type: string - issue: &76 + issue: &77 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &471 + properties: &472 id: type: integer format: int64 @@ -9756,7 +9767,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &407 + properties: &408 url: type: string format: uri @@ -9826,7 +9837,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &408 + required: &409 - closed_issues - creator - description @@ -9905,7 +9916,7 @@ paths: timeline_url: type: string format: uri - repository: *59 + repository: *60 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -9915,9 +9926,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - author_association: &62 + properties: *61 + required: *62 + author_association: &63 title: author_association type: string example: OWNER @@ -9931,7 +9942,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &63 + reactions: &64 title: Reaction Rollup type: object properties: @@ -9981,7 +9992,7 @@ paths: - total - completed - percent_completed - required: &472 + required: &473 - assignee - closed_at - comments @@ -10003,7 +10014,7 @@ paths: - author_association - created_at - updated_at - comment: &469 + comment: &470 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -10051,7 +10062,7 @@ paths: issue_url: type: string format: uri - author_association: *62 + author_association: *63 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -10061,9 +10072,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - reactions: *63 + properties: *61 + required: *62 + reactions: *64 required: - id - node_id @@ -10158,7 +10169,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -10239,7 +10250,7 @@ paths: _links: type: object properties: - timeline: &65 + timeline: &66 title: Link With Type description: Hypermedia Link with Type type: object @@ -10251,17 +10262,17 @@ paths: required: - href - type - user: *65 - security_advisories: *65 - current_user: *65 - current_user_public: *65 - current_user_actor: *65 - current_user_organization: *65 + user: *66 + security_advisories: *66 + current_user: *66 + current_user_public: *66 + current_user_actor: *66 + current_user_organization: *66 current_user_organizations: type: array - items: *65 - repository_discussions: *65 - repository_discussions_category: *65 + items: *66 + repository_discussions: *66 + repository_discussions_category: *66 required: - timeline - user @@ -10323,7 +10334,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *66 + - *67 - *17 - *19 responses: @@ -10333,7 +10344,7 @@ paths: application/json: schema: type: array - items: &67 + items: &68 title: Base Gist description: Base Gist type: object @@ -10432,7 +10443,7 @@ paths: - created_at - updated_at examples: - default: &68 + default: &69 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -10477,7 +10488,7 @@ paths: site_admin: false truncated: false headers: - Link: *57 + Link: *58 '304': *37 '403': *29 x-github: @@ -10553,7 +10564,7 @@ paths: description: Response content: application/json: - schema: &69 + schema: &70 title: Gist Simple description: Gist Simple type: object @@ -10570,7 +10581,7 @@ paths: url: type: string format: uri - user: &594 + user: &595 title: Public User description: Public User type: object @@ -10932,7 +10943,7 @@ paths: truncated: type: boolean examples: - default: &70 + default: &71 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -11036,7 +11047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-public-gists parameters: - - *66 + - *67 - *17 - *19 responses: @@ -11046,11 +11057,11 @@ paths: application/json: schema: type: array - items: *67 + items: *68 examples: - default: *68 + default: *69 headers: - Link: *57 + Link: *58 '422': *15 '304': *37 '403': *29 @@ -11070,7 +11081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-starred-gists parameters: - - *66 + - *67 - *17 - *19 responses: @@ -11080,11 +11091,11 @@ paths: application/json: schema: type: array - items: *67 + items: *68 examples: - default: *68 + default: *69 headers: - Link: *57 + Link: *58 '401': *25 '304': *37 '403': *29 @@ -11110,7 +11121,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist parameters: - - &71 + - &72 name: gist_id description: The unique identifier of the gist. in: path @@ -11122,10 +11133,10 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 - '403': &74 + default: *71 + '403': &75 description: Forbidden Gist content: application/json: @@ -11173,7 +11184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#update-a-gist parameters: - - *71 + - *72 requestBody: required: true content: @@ -11233,9 +11244,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - updateGist: *70 + updateGist: *71 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -11393,7 +11404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#delete-a-gist parameters: - - *71 + - *72 responses: '204': description: Response @@ -11422,7 +11433,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#list-gist-comments parameters: - - *71 + - *72 - *17 - *19 responses: @@ -11432,7 +11443,7 @@ paths: application/json: schema: type: array - items: &72 + items: &73 title: Gist Comment description: A comment made to a gist. type: object @@ -11467,7 +11478,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *62 + author_association: *63 required: - url - id @@ -11507,7 +11518,7 @@ paths: updated_at: '2011-04-18T23:23:56Z' author_association: COLLABORATOR headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -11532,7 +11543,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#create-a-gist-comment parameters: - - *71 + - *72 requestBody: required: true content: @@ -11557,9 +11568,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: &73 + default: &74 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -11617,8 +11628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#get-a-gist-comment parameters: - - *71 - - &75 + - *72 + - &76 name: comment_id description: The unique identifier of the comment. in: path @@ -11631,12 +11642,12 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 '304': *37 '404': *6 - '403': *74 + '403': *75 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -11658,8 +11669,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#update-a-gist-comment parameters: - - *71 - - *75 + - *72 + - *76 requestBody: required: true content: @@ -11684,9 +11695,9 @@ paths: description: Response content: application/json: - schema: *72 + schema: *73 examples: - default: *73 + default: *74 '404': *6 x-github: githubCloudOnly: false @@ -11703,8 +11714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/comments#delete-a-gist-comment parameters: - - *71 - - *75 + - *72 + - *76 responses: '204': description: Response @@ -11727,7 +11738,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-commits parameters: - - *71 + - *72 - *17 - *19 responses: @@ -11828,7 +11839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gist-forks parameters: - - *71 + - *72 - *17 - *19 responses: @@ -11838,7 +11849,7 @@ paths: application/json: schema: type: array - items: *69 + items: *70 examples: default: value: @@ -11884,7 +11895,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '404': *6 '304': *37 '403': *29 @@ -11903,13 +11914,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#fork-a-gist parameters: - - *71 + - *72 responses: '201': description: Response content: application/json: - schema: *67 + schema: *68 examples: default: value: @@ -11980,7 +11991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#check-if-a-gist-is-starred parameters: - - *71 + - *72 responses: '204': description: Response if gist is starred @@ -12010,7 +12021,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#star-a-gist parameters: - - *71 + - *72 responses: '204': description: Response @@ -12032,7 +12043,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#unstar-a-gist parameters: - - *71 + - *72 responses: '204': description: Response @@ -12061,7 +12072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#get-a-gist-revision parameters: - - *71 + - *72 - name: sha in: path required: true @@ -12072,9 +12083,9 @@ paths: description: Response content: application/json: - schema: *69 + schema: *70 examples: - default: *70 + default: *71 '422': *15 '404': *6 '403': *29 @@ -12233,7 +12244,7 @@ paths: type: integer repositories: type: array - items: *59 + items: *60 repository_selection: type: string example: selected @@ -12356,7 +12367,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *57 + Link: *58 '403': *29 '304': *37 '401': *25 @@ -12440,7 +12451,7 @@ paths: - closed - all default: open - - &188 + - &189 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -12459,7 +12470,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - name: collab in: query required: false @@ -12489,9 +12500,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &189 + default: &190 value: - id: 1 node_id: MDU6SXNzdWUx @@ -12736,7 +12747,7 @@ paths: watchers: 1 author_association: COLLABORATOR headers: - Link: *57 + Link: *58 '422': *15 '304': *37 '404': *6 @@ -12775,8 +12786,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 examples: default: value: @@ -13060,7 +13071,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &79 + X-CommonMarker-Version: &80 example: 0.17.4 schema: type: string @@ -13115,7 +13126,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *79 + X-CommonMarker-Version: *80 content: text/html: schema: @@ -13144,7 +13155,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &82 + - &83 name: account_id description: account_id parameter in: path @@ -13156,7 +13167,7 @@ paths: description: Response content: application/json: - schema: &81 + schema: &82 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -13186,7 +13197,7 @@ paths: nullable: true id: type: integer - plan: &80 + plan: &81 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -13275,7 +13286,7 @@ paths: nullable: true updated_at: type: string - plan: *80 + plan: *81 required: - url - id @@ -13283,7 +13294,7 @@ paths: - login - marketplace_purchase examples: - default: &83 + default: &84 value: url: https://api.github.com/orgs/github type: Organization @@ -13368,9 +13379,9 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: &84 + default: &85 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -13388,7 +13399,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *57 + Link: *58 '404': *6 '401': *25 x-github: @@ -13410,14 +13421,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &85 + - &86 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &86 + - &87 name: sort description: The property to sort the results by. in: query @@ -13447,9 +13458,9 @@ paths: application/json: schema: type: array - items: *81 + items: *82 examples: - default: &87 + default: &88 value: - url: https://api.github.com/orgs/github type: Organization @@ -13500,7 +13511,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *57 + Link: *58 '404': *6 '422': *15 '401': *25 @@ -13523,15 +13534,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *82 + - *83 responses: '200': description: Response content: application/json: - schema: *81 + schema: *82 examples: - default: *83 + default: *84 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -13563,11 +13574,11 @@ paths: application/json: schema: type: array - items: *80 + items: *81 examples: - default: *84 + default: *85 headers: - Link: *57 + Link: *58 '401': *25 x-github: githubCloudOnly: false @@ -13588,8 +13599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *85 - *86 + - *87 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -13609,11 +13620,11 @@ paths: application/json: schema: type: array - items: *81 + items: *82 examples: - default: *87 + default: *88 headers: - Link: *57 + Link: *58 '401': *25 x-github: githubCloudOnly: false @@ -13875,14 +13886,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &272 + - &273 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &273 + - &274 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -13899,7 +13910,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -13953,7 +13964,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &284 + '301': &285 description: Moved permanently content: application/json: @@ -13975,7 +13986,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &501 + - &502 name: all description: If `true`, show notifications marked as read. in: query @@ -13983,7 +13994,7 @@ paths: schema: type: boolean default: false - - &502 + - &503 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -13992,8 +14003,8 @@ paths: schema: type: boolean default: false - - *66 - - &503 + - *67 + - &504 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: @@ -14018,18 +14029,18 @@ paths: application/json: schema: type: array - items: &89 + items: &90 title: Thread description: Thread type: object properties: id: type: string - repository: &118 + repository: &119 title: Minimal Repository description: Minimal Repository type: object - properties: &160 + properties: &161 id: type: integer format: int64 @@ -14305,7 +14316,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &229 + security_and_analysis: &230 nullable: true type: object properties: @@ -14361,7 +14372,7 @@ paths: enum: - enabled - disabled - required: &161 + required: &162 - archive_url - assignees_url - blobs_url @@ -14449,7 +14460,7 @@ paths: - url - subscription_url examples: - default: &504 + default: &505 value: - id: '1' repository: @@ -14531,7 +14542,7 @@ paths: url: https://api.github.com/notifications/threads/1 subscription_url: https://api.github.com/notifications/threads/1/subscription headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -14615,7 +14626,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread parameters: - - &90 + - &91 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 @@ -14629,7 +14640,7 @@ paths: description: Response content: application/json: - schema: *89 + schema: *90 examples: default: value: @@ -14731,7 +14742,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-read parameters: - - *90 + - *91 responses: '205': description: Reset Content @@ -14753,7 +14764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done parameters: - - *90 + - *91 responses: '204': description: No content @@ -14776,13 +14787,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *90 + - *91 responses: '200': description: Response content: application/json: - schema: &91 + schema: &92 title: Thread Subscription description: Thread Subscription type: object @@ -14819,7 +14830,7 @@ paths: - url - subscribed examples: - default: &92 + default: &93 value: subscribed: true ignored: false @@ -14850,7 +14861,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#set-a-thread-subscription parameters: - - *90 + - *91 requestBody: required: false content: @@ -14871,9 +14882,9 @@ paths: description: Response content: application/json: - schema: *91 + schema: *92 examples: - default: *92 + default: *93 '304': *37 '403': *29 '401': *25 @@ -14896,7 +14907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription parameters: - - *90 + - *91 responses: '204': description: Response @@ -14991,11 +15002,11 @@ paths: application/json: schema: type: array - items: &195 + items: &196 title: Organization Simple description: A GitHub organization. type: object - properties: &146 + properties: &147 login: type: string example: github @@ -15036,7 +15047,7 @@ paths: type: string example: A great organization nullable: true - required: &147 + required: &148 - login - url - id @@ -15050,7 +15061,7 @@ paths: - avatar_url - description examples: - default: &612 + default: &613 value: - login: github id: 1 @@ -15089,7 +15100,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - - &93 + - &94 name: org description: The organization name. The name is not case sensitive. in: path @@ -15199,12 +15210,12 @@ paths: repositoryName: github/example '400': *14 '403': *29 - '500': &144 + '500': &145 description: Internal Error content: application/json: schema: *3 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15230,13 +15241,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#get-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &94 + schema: &95 title: Organization Full description: Organization Full type: object @@ -15525,7 +15536,7 @@ paths: - updated_at - archived_at examples: - default-response: &95 + default-response: &96 value: login: github id: 1 @@ -15616,7 +15627,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#update-an-organization parameters: - - *93 + - *94 requestBody: required: false content: @@ -15832,17 +15843,17 @@ paths: description: Response content: application/json: - schema: *94 + schema: *95 examples: - default: *95 + default: *96 '422': description: Validation failed content: application/json: schema: oneOf: - - *96 - *97 + - *98 '409': *46 x-github: githubCloudOnly: false @@ -15866,7 +15877,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#delete-an-organization parameters: - - *93 + - *94 responses: '202': *47 '404': *6 @@ -15891,7 +15902,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -15917,7 +15928,7 @@ paths: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -15938,7 +15949,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: - - *93 + - *94 - *17 - *19 responses: @@ -15956,7 +15967,7 @@ paths: type: integer repository_cache_usages: type: array - items: &289 + items: &290 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -15991,7 +16002,7 @@ paths: active_caches_size_in_bytes: 1022142 active_caches_count: 2 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16011,7 +16022,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -16029,7 +16040,7 @@ paths: type: integer runners: type: array - items: &98 + items: &99 title: GitHub-hosted hosted runner description: A Github-hosted hosted runner. type: object @@ -16084,7 +16095,7 @@ paths: - source - version nullable: true - machine_size_details: &101 + machine_size_details: &102 title: Github-owned VM details. description: Provides details of a particular machine spec. type: object @@ -16176,7 +16187,7 @@ paths: - public_ip_enabled - platform examples: - default: &117 + default: &118 value: total_count: 2 runners: @@ -16218,7 +16229,7 @@ paths: public_ips: [] last_active_on: '2023-04-26T15:23:37Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16236,7 +16247,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: @@ -16309,9 +16320,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: &102 + default: &103 value: id: 5 name: My hosted ubuntu runner @@ -16350,7 +16361,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: - - *93 + - *94 responses: '200': description: Response @@ -16366,7 +16377,7 @@ paths: type: integer images: type: array - items: &99 + items: &100 title: GitHub-hosted runner image details. description: Provides details of a hosted runner image type: object @@ -16402,7 +16413,7 @@ paths: - display_name - source examples: - default: &100 + default: &101 value: id: ubuntu-20.04 platform: linux-x64 @@ -16426,7 +16437,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: - - *93 + - *94 responses: '200': description: Response @@ -16442,9 +16453,9 @@ paths: type: integer images: type: array - items: *99 + items: *100 examples: - default: *100 + default: *101 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16461,7 +16472,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: - - *93 + - *94 responses: '200': description: Response @@ -16514,7 +16525,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: - - *93 + - *94 responses: '200': description: Response @@ -16530,7 +16541,7 @@ paths: type: integer machine_specs: type: array - items: *101 + items: *102 examples: default: value: @@ -16555,7 +16566,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: - - *93 + - *94 responses: '200': description: Response @@ -16599,8 +16610,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization parameters: - - *93 - - &103 + - *94 + - &104 name: hosted_runner_id description: Unique identifier of the GitHub-hosted runner. in: path @@ -16612,11 +16623,11 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *102 + default: *103 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -16634,8 +16645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization parameters: - - *93 - - *103 + - *94 + - *104 requestBody: required: true content: @@ -16679,9 +16690,9 @@ paths: description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *102 + default: *103 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -16697,16 +16708,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization parameters: - - *93 - - *103 + - *94 + - *104 responses: '202': description: Response content: application/json: - schema: *98 + schema: *99 examples: - default: *102 + default: *103 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -16726,13 +16737,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: - - *93 + - *94 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &104 + schema: &105 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -16746,7 +16757,7 @@ paths: required: - include_claim_keys examples: - default: &105 + default: &106 value: include_claim_keys: - repo @@ -16768,20 +16779,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: - - *93 + - *94 requestBody: required: true content: application/json: - schema: *104 + schema: *105 examples: - default: *105 + default: *106 responses: '201': description: Empty response content: application/json: - schema: &127 + schema: &128 title: Empty Object description: An object without any properties. type: object @@ -16811,7 +16822,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -16820,7 +16831,7 @@ paths: schema: type: object properties: - enabled_repositories: &106 + enabled_repositories: &107 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -16833,7 +16844,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: &107 + allowed_actions: &108 type: string description: The permissions policy that controls the actions and reusable workflows that are allowed to run. @@ -16841,7 +16852,7 @@ paths: - all - local_only - selected - selected_actions_url: &295 + selected_actions_url: &296 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` @@ -16872,7 +16883,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Response @@ -16883,8 +16894,8 @@ paths: schema: type: object properties: - enabled_repositories: *106 - allowed_actions: *107 + enabled_repositories: *107 + allowed_actions: *108 required: - enabled_repositories examples: @@ -16911,7 +16922,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: - - *93 + - *94 - *17 - *19 responses: @@ -16929,9 +16940,9 @@ paths: type: number repositories: type: array - items: *59 + items: *60 examples: - default: &606 + default: &607 value: total_count: 1 repositories: @@ -17071,7 +17082,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: - - *93 + - *94 responses: '204': description: Response @@ -17115,8 +17126,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: - - *93 - - &108 + - *94 + - &109 name: repository_id description: The unique identifier of the repository. in: path @@ -17144,8 +17155,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: - - *93 - - *108 + - *94 + - *109 responses: '204': description: Response @@ -17168,13 +17179,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &109 + schema: &110 type: object properties: github_owned_allowed: @@ -17196,7 +17207,7 @@ paths: items: type: string examples: - default: &110 + default: &111 value: github_owned_allowed: true verified_allowed: false @@ -17221,7 +17232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Response @@ -17229,9 +17240,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17253,23 +17264,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &299 + schema: &300 type: object properties: - default_workflow_permissions: &111 + default_workflow_permissions: &112 type: string description: The default workflow permissions granted to the GITHUB_TOKEN when running workflows. enum: - read - write - can_approve_pull_request_reviews: &112 + can_approve_pull_request_reviews: &113 type: boolean description: Whether GitHub Actions can approve pull requests. Enabling this can be a security risk. @@ -17277,7 +17288,7 @@ paths: - default_workflow_permissions - can_approve_pull_request_reviews examples: - default: &113 + default: &114 summary: Give read-only permission, and allow approving PRs. value: default_workflow_permissions: read @@ -17302,7 +17313,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Success response @@ -17310,13 +17321,13 @@ paths: required: false content: application/json: - schema: &300 + schema: &301 type: object properties: - default_workflow_permissions: *111 - can_approve_pull_request_reviews: *112 + default_workflow_permissions: *112 + can_approve_pull_request_reviews: *113 examples: - default: *113 + default: *114 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -17336,7 +17347,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: - - *93 + - *94 - *17 - *19 - name: visible_to_repository @@ -17361,7 +17372,7 @@ paths: type: number runner_groups: type: array - items: &114 + items: &115 type: object properties: id: @@ -17477,7 +17488,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: - - *93 + - *94 requestBody: required: true content: @@ -17549,9 +17560,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: &116 + default: &117 value: id: 2 name: octo-runner-group @@ -17586,8 +17597,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: - - *93 - - &115 + - *94 + - &116 name: runner_group_id description: Unique identifier of the self-hosted runner group. in: path @@ -17599,7 +17610,7 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: default: value: @@ -17635,8 +17646,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: - - *93 - - *115 + - *94 + - *116 requestBody: required: true content: @@ -17690,9 +17701,9 @@ paths: description: Response content: application/json: - schema: *114 + schema: *115 examples: - default: *116 + default: *117 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17711,8 +17722,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: - - *93 - - *115 + - *94 + - *116 responses: '204': description: Response @@ -17735,8 +17746,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: - - *93 - - *115 + - *94 + - *116 - *17 - *19 responses: @@ -17754,11 +17765,11 @@ paths: type: number runners: type: array - items: *98 + items: *99 examples: - default: *117 + default: *118 headers: - Link: *57 + Link: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -17778,8 +17789,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: - - *93 - - *115 + - *94 + - *116 - *19 - *17 responses: @@ -17797,9 +17808,9 @@ paths: type: number repositories: type: array - items: *118 + items: *119 examples: - default: &597 + default: &598 value: total_count: 1 repositories: @@ -18051,8 +18062,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: - - *93 - - *115 + - *94 + - *116 requestBody: required: true content: @@ -18096,9 +18107,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: - - *93 - - *115 - - *108 + - *94 + - *116 + - *109 responses: '204': description: Response @@ -18120,9 +18131,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: - - *93 - - *115 - - *108 + - *94 + - *116 + - *109 responses: '204': description: Response @@ -18145,8 +18156,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: - - *93 - - *115 + - *94 + - *116 - *17 - *19 responses: @@ -18164,7 +18175,7 @@ paths: type: number runners: type: array - items: &120 + items: &121 title: Self hosted runners description: A self hosted runner type: object @@ -18193,7 +18204,7 @@ paths: type: boolean labels: type: array - items: &123 + items: &124 title: Self hosted runner label description: A label for a self hosted runner type: object @@ -18221,7 +18232,7 @@ paths: - busy - labels examples: - default: &121 + default: &122 value: total_count: 2 runners: @@ -18259,7 +18270,7 @@ paths: name: no-gpu type: custom headers: - Link: *57 + Link: *58 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -18278,8 +18289,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: - - *93 - - *115 + - *94 + - *116 requestBody: required: true content: @@ -18323,9 +18334,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: - - *93 - - *115 - - &119 + - *94 + - *116 + - &120 name: runner_id description: Unique identifier of the self-hosted runner. in: path @@ -18353,9 +18364,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: - - *93 - - *115 - - *119 + - *94 + - *116 + - *120 responses: '204': description: Response @@ -18385,7 +18396,7 @@ paths: in: query schema: type: string - - *93 + - *94 - *17 - *19 responses: @@ -18403,11 +18414,11 @@ paths: type: integer runners: type: array - items: *120 + items: *121 examples: - default: *121 + default: *122 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18429,7 +18440,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -18437,7 +18448,7 @@ paths: application/json: schema: type: array - items: &301 + items: &302 title: Runner Application description: Runner Application type: object @@ -18462,7 +18473,7 @@ paths: - download_url - filename examples: - default: &302 + default: &303 value: - os: osx architecture: x64 @@ -18505,7 +18516,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: - - *93 + - *94 requestBody: required: true content: @@ -18548,7 +18559,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &303 + '201': &304 description: Response content: application/json: @@ -18558,7 +18569,7 @@ paths: - runner - encoded_jit_config properties: - runner: *120 + runner: *121 encoded_jit_config: type: string description: The base64 encoded runner configuration. @@ -18614,13 +18625,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization parameters: - - *93 + - *94 responses: '201': description: Response content: application/json: - schema: &122 + schema: &123 title: Authentication Token description: Authentication Token type: object @@ -18642,7 +18653,7 @@ paths: repositories: description: The repositories this token has access to type: array - items: *59 + items: *60 single_file: type: string example: config.yaml @@ -18658,7 +18669,7 @@ paths: - token - expires_at examples: - default: &304 + default: &305 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -18689,15 +18700,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization parameters: - - *93 + - *94 responses: '201': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: &305 + default: &306 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -18722,16 +18733,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: - - *93 - - *119 + - *94 + - *120 responses: '200': description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: &306 + default: &307 value: id: 23 name: MBP @@ -18771,8 +18782,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: - - *93 - - *119 + - *94 + - *120 responses: '204': description: Response @@ -18797,10 +18808,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: - - *93 - - *119 + - *94 + - *120 responses: - '200': &124 + '200': &125 description: Response content: application/json: @@ -18814,7 +18825,7 @@ paths: type: integer labels: type: array - items: *123 + items: *124 examples: default: value: @@ -18853,8 +18864,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: - - *93 - - *119 + - *94 + - *120 requestBody: required: true content: @@ -18878,7 +18889,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -18902,8 +18913,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: - - *93 - - *119 + - *94 + - *120 requestBody: required: true content: @@ -18928,7 +18939,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -18952,10 +18963,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: - - *93 - - *119 + - *94 + - *120 responses: - '200': &307 + '200': &308 description: Response content: application/json: @@ -18969,7 +18980,7 @@ paths: type: integer labels: type: array - items: *123 + items: *124 examples: default: value: @@ -19010,9 +19021,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: - - *93 - - *119 - - &308 + - *94 + - *120 + - &309 name: name description: The name of a self-hosted runner's custom label. in: path @@ -19020,7 +19031,7 @@ paths: schema: type: string responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -19045,7 +19056,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-organization-secrets parameters: - - *93 + - *94 - *17 - *19 responses: @@ -19063,7 +19074,7 @@ paths: type: integer secrets: type: array - items: &125 + items: &126 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -19113,7 +19124,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19136,13 +19147,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-public-key parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &320 + schema: &321 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -19171,7 +19182,7 @@ paths: - key_id - key examples: - default: &321 + default: &322 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -19196,8 +19207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-organization-secret parameters: - - *93 - - &126 + - *94 + - &127 name: secret_name description: The name of the secret. in: path @@ -19209,7 +19220,7 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: default: value: @@ -19239,8 +19250,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -19295,7 +19306,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -19321,8 +19332,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -19348,8 +19359,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - *19 - *17 responses: @@ -19367,9 +19378,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: &130 + default: &131 value: total_count: 1 repositories: @@ -19461,8 +19472,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -19514,8 +19525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -19548,8 +19559,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -19581,8 +19592,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - - *93 - - &294 + - *94 + - &295 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)." @@ -19606,7 +19617,7 @@ paths: type: integer variables: type: array - items: &128 + items: &129 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -19670,7 +19681,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/actions/variables/ADMIN_EMAIL/repositories headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -19691,7 +19702,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-organization-variable parameters: - - *93 + - *94 requestBody: required: true content: @@ -19739,7 +19750,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -19764,8 +19775,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-organization-variable parameters: - - *93 - - &129 + - *94 + - &130 name: name description: The name of the variable. in: path @@ -19777,7 +19788,7 @@ paths: description: Response content: application/json: - schema: *128 + schema: *129 examples: default: value: @@ -19807,8 +19818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 requestBody: required: true content: @@ -19870,8 +19881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 responses: '204': description: Response @@ -19897,8 +19908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 - *19 - *17 responses: @@ -19916,9 +19927,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *130 + default: *131 '409': description: Response when the visibility of the variable is not set to `selected` @@ -19944,8 +19955,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 requestBody: required: true content: @@ -19994,8 +20005,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 - name: repository_id in: path required: true @@ -20029,8 +20040,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - - *93 - - *129 + - *94 + - *130 - name: repository_id in: path required: true @@ -20066,7 +20077,7 @@ paths: - *17 - *39 - *40 - - *93 + - *94 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -20109,7 +20120,7 @@ paths: bundle_url: type: string examples: - default: &334 + default: &335 value: attestations: - bundle: @@ -20216,7 +20227,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -20228,7 +20239,7 @@ paths: type: array items: *4 examples: - default: &190 + default: &191 value: - login: octocat id: 1 @@ -20266,8 +20277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - - *93 - - &131 + - *94 + - &132 name: username description: The handle for the GitHub user account. in: path @@ -20298,8 +20309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -20319,8 +20330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -20345,18 +20356,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - - *93 - - &360 + - *94 + - &361 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: &135 + schema: &136 type: string description: The name of the tool used to generate the code scanning analysis. - - &361 + - &362 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 @@ -20364,7 +20375,7 @@ paths: or `tool_name`, but not both. in: query required: false - schema: &136 + schema: &137 nullable: true type: string description: The GUID of the tool used to generate the code scanning analysis, @@ -20379,7 +20390,7 @@ paths: be returned. in: query required: false - schema: &363 + schema: &364 type: string description: State of a code scanning alert. enum: @@ -20402,7 +20413,7 @@ paths: be returned. in: query required: false - schema: &364 + schema: &365 type: string description: Severity of a code scanning alert. enum: @@ -20423,18 +20434,18 @@ paths: items: type: object properties: - number: *53 - created_at: *54 - updated_at: *132 - url: *55 - html_url: *56 - instances_url: &365 + number: *54 + created_at: *55 + updated_at: *133 + url: *56 + html_url: *57 + instances_url: &366 type: string description: The REST API URL for fetching the list of instances for an alert. format: uri readOnly: true - state: &137 + state: &138 type: string description: State of a code scanning alert. nullable: true @@ -20442,7 +20453,7 @@ paths: - open - dismissed - fixed - fixed_at: *133 + fixed_at: *134 dismissed_by: title: Simple User description: A GitHub user. @@ -20450,8 +20461,8 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *134 - dismissed_reason: &366 + dismissed_at: *135 + dismissed_reason: &367 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -20460,13 +20471,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &367 + dismissed_comment: &368 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &368 + rule: &369 type: object properties: id: @@ -20519,25 +20530,25 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &369 + tool: &370 type: object properties: - name: *135 + name: *136 version: nullable: true type: string description: The version of the tool used to generate the code scanning analysis. - guid: *136 - most_recent_instance: &370 + guid: *137 + most_recent_instance: &371 type: object properties: - ref: &362 + ref: &363 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &380 + analysis_key: &381 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -20548,13 +20559,13 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &381 + category: &382 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: *137 + state: *138 commit_sha: type: string message: @@ -20593,7 +20604,7 @@ paths: - generated - test - library - repository: *52 + repository: *53 required: - number - created_at @@ -20838,9 +20849,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: *57 + Link: *58 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -20862,7 +20873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-code-security-configurations-for-an-organization parameters: - - *93 + - *94 - name: target_type in: query description: The target type of the code security configuration @@ -20969,7 +20980,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#create-a-code-security-configuration parameters: - - *93 + - *94 requestBody: required: true content: @@ -21144,7 +21155,7 @@ paths: application/json: schema: *42 examples: - default: *138 + default: *139 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21166,15 +21177,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-default-code-security-configurations parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: *139 + schema: *140 examples: - default: *140 + default: *141 '304': *37 '403': *29 '404': *6 @@ -21200,7 +21211,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *93 + - *94 requestBody: required: true content: @@ -21223,7 +21234,7 @@ paths: - 32 - 91 responses: - '204': *141 + '204': *142 '400': *14 '403': *29 '404': *6 @@ -21249,7 +21260,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-a-code-security-configuration parameters: - - *93 + - *94 - *44 responses: '200': @@ -21258,7 +21269,7 @@ paths: application/json: schema: *42 examples: - default: *138 + default: *139 '304': *37 '403': *29 '404': *6 @@ -21282,7 +21293,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#update-a-code-security-configuration parameters: - - *93 + - *94 - *44 requestBody: required: true @@ -21490,10 +21501,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *93 + - *94 - *44 responses: - '204': *141 + '204': *142 '400': *14 '403': *29 '404': *6 @@ -21521,7 +21532,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *93 + - *94 - *44 requestBody: required: true @@ -21585,7 +21596,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: - - *93 + - *94 - *44 requestBody: required: true @@ -21631,7 +21642,7 @@ paths: default: value: default_for_new_repos: all - configuration: *138 + configuration: *139 '403': *29 '404': *6 x-github: @@ -21655,7 +21666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-repositories-associated-with-a-code-security-configuration parameters: - - *93 + - *94 - *44 - name: per_page description: The number of results per page (max 100). For more information, @@ -21684,13 +21695,13 @@ paths: application/json: schema: type: array - items: *142 + items: *143 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *143 + repository: *144 '403': *29 '404': *6 x-github: @@ -21714,7 +21725,7 @@ paths: parameters: - *17 - *19 - - *93 + - *94 responses: '200': description: Response @@ -21730,7 +21741,7 @@ paths: type: integer codespaces: type: array - items: &191 + items: &192 type: object title: Codespace description: A codespace. @@ -21755,12 +21766,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *118 + repository: *119 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &393 + properties: &394 name: type: string description: The name of the machine. @@ -21802,7 +21813,7 @@ paths: - ready - in_progress nullable: true - required: &394 + required: &395 - name - display_name - operating_system @@ -22007,7 +22018,7 @@ paths: - pulls_url - recent_folders examples: - default: &192 + default: &193 value: total_count: 3 codespaces: @@ -22417,7 +22428,7 @@ paths: stop_url: https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop recent_folders: [] '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -22439,7 +22450,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *93 + - *94 deprecated: true requestBody: required: true @@ -22483,7 +22494,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22506,7 +22517,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization parameters: - - *93 + - *94 deprecated: true requestBody: required: true @@ -22538,7 +22549,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22561,7 +22572,7 @@ paths: url: https://docs.github.com/rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *93 + - *94 requestBody: required: true content: @@ -22592,7 +22603,7 @@ paths: description: Users are neither members nor collaborators of this organization. '404': *6 '422': *15 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22613,7 +22624,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *93 + - *94 - *17 - *19 responses: @@ -22631,7 +22642,7 @@ paths: type: integer secrets: type: array - items: &145 + items: &146 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -22670,7 +22681,7 @@ paths: - updated_at - visibility examples: - default: &395 + default: &396 value: total_count: 2 secrets: @@ -22683,7 +22694,7 @@ paths: updated_at: '2020-01-11T11:59:22Z' visibility: all headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22702,13 +22713,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &396 + schema: &397 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -22737,7 +22748,7 @@ paths: - key_id - key examples: - default: &397 + default: &398 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -22760,23 +22771,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '200': description: Response content: application/json: - schema: *145 + schema: *146 examples: - default: &399 + default: &400 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' updated_at: '2020-01-10T14:59:22Z' visibility: all headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22796,8 +22807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -22852,7 +22863,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -22878,8 +22889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -22904,8 +22915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - *19 - *17 responses: @@ -22923,9 +22934,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *130 + default: *131 '404': *6 x-github: githubCloudOnly: false @@ -22947,8 +22958,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -22998,8 +23009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -23032,8 +23043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -23072,7 +23083,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: - - *93 + - *94 responses: '200': description: OK @@ -23183,7 +23194,7 @@ paths: cli: enabled public_code_suggestions: block plan_type: business - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23215,7 +23226,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: - - *93 + - *94 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -23238,7 +23249,7 @@ paths: currently being billed. seats: type: array - items: &194 + items: &195 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -23249,14 +23260,14 @@ paths: title: Organization Simple description: A GitHub organization. type: object - properties: *146 - required: *147 + properties: *147 + required: *148 nullable: true assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &187 + - &188 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -23315,7 +23326,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &203 + properties: &204 id: description: Unique identifier of the team type: integer @@ -23371,7 +23382,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &204 + required: &205 - id - node_id - url @@ -23558,8 +23569,8 @@ paths: type: User site_admin: false headers: - Link: *57 - '500': *144 + Link: *58 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23592,7 +23603,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: - - *93 + - *94 requestBody: content: application/json: @@ -23634,7 +23645,7 @@ paths: default: value: seats_created: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23670,7 +23681,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: - - *93 + - *94 requestBody: content: application/json: @@ -23712,7 +23723,7 @@ paths: default: value: seats_cancelled: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23750,7 +23761,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: - - *93 + - *94 requestBody: content: application/json: @@ -23791,7 +23802,7 @@ paths: default: value: seats_created: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23827,7 +23838,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: - - *93 + - *94 requestBody: content: application/json: @@ -23869,7 +23880,7 @@ paths: default: value: seats_cancelled: 5 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -23908,7 +23919,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-an-organization parameters: - - *93 + - *94 - 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`). @@ -23940,7 +23951,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -24248,7 +24259,7 @@ paths: - date additionalProperties: true examples: - default: &253 + default: &254 value: - date: '2024-06-24' total_active_users: 24 @@ -24347,10 +24358,10 @@ paths: custom_model_training_date: '2024-02-01' total_pr_summaries_created: 10 total_engaged_users: 4 - '500': *144 + '500': *145 '403': *29 '404': *6 - '422': &254 + '422': &255 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -24386,7 +24397,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: - - *93 + - *94 - 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`). @@ -24418,7 +24429,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -24505,7 +24516,7 @@ paths: - breakdown additionalProperties: false examples: - default: &256 + default: &257 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -24569,7 +24580,7 @@ paths: lines_suggested: 200 lines_accepted: 150 active_users: 3 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -24594,19 +24605,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *93 - - *148 + - *94 - *149 - *150 - *151 - *152 - *153 - *154 + - *155 - *48 - *39 - *40 - - *155 - *156 + - *157 - *17 responses: '200': @@ -24615,9 +24626,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '304': *37 '400': *14 '403': *29 @@ -24643,7 +24654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-organization-secrets parameters: - - *93 + - *94 - *17 - *19 responses: @@ -24661,7 +24672,7 @@ paths: type: integer secrets: type: array - items: &159 + items: &160 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -24711,7 +24722,7 @@ paths: visibility: selected selected_repositories_url: https://api.github.com/orgs/octo-org/dependabot/secrets/SUPER_SECRET/repositories headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24732,13 +24743,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &426 + schema: &427 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -24755,7 +24766,7 @@ paths: - key_id - key examples: - default: &427 + default: &428 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -24778,14 +24789,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '200': description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -24813,8 +24824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -24869,7 +24880,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -24893,8 +24904,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -24918,8 +24929,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - *19 - *17 responses: @@ -24937,9 +24948,9 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *130 + default: *131 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24960,8 +24971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -25011,8 +25022,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -25043,8 +25054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - - *93 - - *126 + - *94 + - *127 - name: repository_id in: path required: true @@ -25074,7 +25085,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: - - *93 + - *94 responses: '200': description: Response @@ -25082,7 +25093,7 @@ paths: application/json: schema: type: array - items: &206 + items: &207 title: Package description: A software package type: object @@ -25132,8 +25143,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *160 - required: *161 + properties: *161 + required: *162 nullable: true created_at: type: string @@ -25152,7 +25163,7 @@ paths: - created_at - updated_at examples: - default: &207 + default: &208 value: - id: 197 name: hello_docker @@ -25230,7 +25241,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-organization-events parameters: - - *93 + - *94 - *17 - *19 responses: @@ -25240,7 +25251,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: 200-response: value: @@ -25309,7 +25320,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-failed-organization-invitations parameters: - - *93 + - *94 - *17 - *19 responses: @@ -25319,7 +25330,7 @@ paths: application/json: schema: type: array - items: &184 + items: &185 title: Organization Invitation description: Organization Invitation type: object @@ -25366,7 +25377,7 @@ paths: - invitation_teams_url - node_id examples: - default: &185 + default: &186 value: - id: 1 login: monalisa @@ -25399,7 +25410,7 @@ paths: invitation_teams_url: https://api.github.com/organizations/2/invitations/1/teams invitation_source: member headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -25423,7 +25434,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-organization-webhooks parameters: - - *93 + - *94 - *17 - *19 responses: @@ -25433,7 +25444,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 title: Org Hook description: Org Hook type: object @@ -25521,7 +25532,7 @@ paths: created_at: '2011-09-06T17:26:27Z' type: Organization headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -25544,7 +25555,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#create-an-organization-webhook parameters: - - *93 + - *94 requestBody: required: true content: @@ -25604,9 +25615,9 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: &163 + default: &164 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -25653,8 +25664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - - *93 - - &164 + - *94 + - &165 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. @@ -25667,9 +25678,9 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: - default: *163 + default: *164 '404': *6 x-github: githubCloudOnly: false @@ -25696,8 +25707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 requestBody: required: false content: @@ -25742,7 +25753,7 @@ paths: description: Response content: application/json: - schema: *162 + schema: *163 examples: default: value: @@ -25783,8 +25794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 responses: '204': description: Response @@ -25811,8 +25822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - - *93 - - *164 + - *94 + - *165 responses: '200': description: Response @@ -25842,8 +25853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - - *93 - - *164 + - *94 + - *165 requestBody: required: false content: @@ -25893,10 +25904,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *93 - - *164 - - *17 + - *94 - *165 + - *17 + - *166 responses: '200': description: Response @@ -25904,9 +25915,9 @@ paths: application/json: schema: type: array - items: *166 + items: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -25931,17 +25942,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 - *16 responses: '200': description: Response content: application/json: - schema: *168 + schema: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -25966,8 +25977,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 - *16 responses: '202': *47 @@ -25996,8 +26007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *93 - - *164 + - *94 + - *165 responses: '204': description: Response @@ -26019,8 +26030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *93 - - &174 + - *94 + - &175 name: actor_type in: path description: The type of the actor @@ -26033,14 +26044,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &175 + - &176 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &170 + - &171 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`.' @@ -26048,7 +26059,7 @@ paths: required: true schema: type: string - - &171 + - &172 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) @@ -26141,13 +26152,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - - *93 - - *170 + - *94 - *171 + - *172 - *19 - *17 - *48 - - &180 + - &181 name: sort description: The property to sort the results by. in: query @@ -26225,15 +26236,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - - *93 - - *170 + - *94 - *171 + - *172 responses: '200': description: Response content: application/json: - schema: &172 + schema: &173 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -26249,7 +26260,7 @@ paths: type: integer format: int64 examples: - default: &173 + default: &174 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -26269,24 +26280,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *93 - - &176 + - *94 + - &177 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *170 - *171 + - *172 responses: '200': description: Response content: application/json: - schema: *172 + schema: *173 examples: - default: *173 + default: *174 x-github: enabledForGitHubApps: true category: orgs @@ -26304,19 +26315,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *93 - - *170 + - *94 - *171 - - *174 + - *172 - *175 + - *176 responses: '200': description: Response content: application/json: - schema: *172 + schema: *173 examples: - default: *173 + default: *174 x-github: enabledForGitHubApps: true category: orgs @@ -26333,10 +26344,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - - *93 - - *170 + - *94 - *171 - - &177 + - *172 + - &178 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -26349,7 +26360,7 @@ paths: description: Response content: application/json: - schema: &178 + schema: &179 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -26365,7 +26376,7 @@ paths: type: integer format: int64 examples: - default: &179 + default: &180 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -26401,19 +26412,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - - *93 - - *176 - - *170 - - *171 + - *94 - *177 + - *171 + - *172 + - *178 responses: '200': description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 x-github: enabledForGitHubApps: true category: orgs @@ -26430,20 +26441,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *93 - - *174 + - *94 - *175 - - *170 + - *176 - *171 - - *177 + - *172 + - *178 responses: '200': description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 x-github: enabledForGitHubApps: true category: orgs @@ -26460,14 +26471,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - - *93 - - *176 - - *170 + - *94 + - *177 - *171 + - *172 - *19 - *17 - *48 - - *180 + - *181 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -26540,7 +26551,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app parameters: - - *93 + - *94 responses: '200': description: Response @@ -26548,7 +26559,7 @@ paths: application/json: schema: *22 examples: - default: &465 + default: &466 value: id: 1 account: @@ -26617,7 +26628,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -26687,7 +26698,7 @@ paths: suspended_at: suspended_by: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26706,7 +26717,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -26714,12 +26725,12 @@ paths: application/json: schema: anyOf: - - &182 + - &183 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &181 + limit: &182 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -26744,7 +26755,7 @@ paths: properties: {} additionalProperties: false examples: - default: &183 + default: &184 value: limit: collaborators_only origin: organization @@ -26768,18 +26779,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: application/json: - schema: &466 + schema: &467 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *181 + limit: *182 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -26803,9 +26814,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *183 + default: *184 '422': *15 x-github: githubCloudOnly: false @@ -26823,7 +26834,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *93 + - *94 responses: '204': description: Response @@ -26847,7 +26858,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-pending-organization-invitations parameters: - - *93 + - *94 - *17 - *19 - name: role @@ -26881,11 +26892,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -26906,7 +26917,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#create-an-organization-invitation parameters: - - *93 + - *94 requestBody: required: false content: @@ -26960,7 +26971,7 @@ paths: description: Response content: application/json: - schema: *184 + schema: *185 examples: default: value: @@ -27014,8 +27025,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - - *93 - - &186 + - *94 + - &187 name: invitation_id description: The unique identifier of the invitation. in: path @@ -27045,8 +27056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - - *93 - - *186 + - *94 + - *187 - *17 - *19 responses: @@ -27056,9 +27067,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: &205 + default: &206 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -27074,7 +27085,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -27103,7 +27114,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user parameters: - - *93 + - *94 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -27133,7 +27144,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -27146,7 +27157,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - *17 - *19 responses: @@ -27156,11 +27167,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *189 + default: *190 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -27180,7 +27191,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-organization-members parameters: - - *93 + - *94 - 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) @@ -27216,9 +27227,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -27236,8 +27247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response if requester is an organization member and user is @@ -27268,8 +27279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-an-organization-member parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -27295,8 +27306,8 @@ paths: parameters: - *17 - *19 - - *93 - - *131 + - *94 + - *132 responses: '200': description: Response @@ -27312,11 +27323,11 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27339,9 +27350,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *93 - - *131 - - &193 + - *94 + - *132 + - &194 name: codespace_name in: path required: true @@ -27351,7 +27362,7 @@ paths: responses: '202': *47 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27374,17 +27385,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - - *93 - - *131 - - *193 + - *94 + - *132 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: &392 + default: &393 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -27526,7 +27537,7 @@ paths: recent_folders: [] template: '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27557,14 +27568,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: - - *93 - - *131 + - *94 + - *132 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -27607,7 +27618,7 @@ paths: members_url: https://api.github.com/teams/1/members{/member} repositories_url: https://api.github.com/teams/1/repos parent: - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -27632,14 +27643,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '200': description: Response content: application/json: - schema: &196 + schema: &197 title: Org Membership description: Org Membership type: object @@ -27668,7 +27679,7 @@ paths: type: string format: uri example: https://api.github.com/orgs/octocat - organization: *195 + organization: *196 user: title: Simple User description: A GitHub user. @@ -27691,7 +27702,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &197 + response-if-user-has-an-active-admin-membership-with-organization: &198 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -27759,8 +27770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 requestBody: required: false content: @@ -27788,9 +27799,9 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: - response-if-user-already-had-membership-with-organization: *197 + response-if-user-already-had-membership-with-organization: *198 '422': *15 '403': *29 x-github: @@ -27811,8 +27822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -27837,7 +27848,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-organization-migrations parameters: - - *93 + - *94 - *17 - *19 - name: exclude @@ -27858,7 +27869,7 @@ paths: application/json: schema: type: array - items: &198 + items: &199 title: Migration description: A migration. type: object @@ -27899,7 +27910,7 @@ paths: type: array description: The repositories included in the migration. Only returned for export migrations. - items: *59 + items: *60 url: type: string format: uri @@ -28095,7 +28106,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28111,7 +28122,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#start-an-organization-migration parameters: - - *93 + - *94 requestBody: required: true content: @@ -28187,7 +28198,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -28365,8 +28376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - - *93 - - &199 + - *94 + - &200 name: migration_id description: The unique identifier of the migration. in: path @@ -28393,7 +28404,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -28562,8 +28573,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *93 - - *199 + - *94 + - *200 responses: '302': description: Response @@ -28584,8 +28595,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *93 - - *199 + - *94 + - *200 responses: '204': description: Response @@ -28608,9 +28619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - - *93 - - *199 - - &611 + - *94 + - *200 + - &612 name: repo_name description: repo_name parameter in: path @@ -28637,8 +28648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *93 - - *199 + - *94 + - *200 - *17 - *19 responses: @@ -28648,9 +28659,9 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: &212 + default: &213 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -28761,7 +28772,7 @@ paths: secret_scanning_non_provider_patterns: status: disabled headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -28787,7 +28798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response - list of organization roles @@ -28803,7 +28814,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &202 + items: &203 title: Organization Role description: Organization roles type: object @@ -28950,8 +28961,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - - *93 - - &200 + - *94 + - &201 name: team_slug description: The slug of the team name. in: path @@ -28982,9 +28993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - - *93 - - *200 - - &201 + - *94 + - *201 + - &202 name: role_id description: The unique identifier of the role. in: path @@ -29019,9 +29030,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - - *93 - - *200 + - *94 - *201 + - *202 responses: '204': description: Response @@ -29046,8 +29057,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -29072,9 +29083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - - *93 - - *131 - - *201 + - *94 + - *132 + - *202 responses: '204': description: Response @@ -29104,9 +29115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - - *93 - - *131 - - *201 + - *94 + - *132 + - *202 responses: '204': description: Response @@ -29134,14 +29145,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - - *93 - - *201 + - *94 + - *202 responses: '200': description: Response content: application/json: - schema: *202 + schema: *203 examples: default: value: @@ -29191,8 +29202,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: - - *93 - - *201 + - *94 + - *202 - *17 - *19 responses: @@ -29270,8 +29281,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *203 - required: *204 + properties: *204 + required: *205 nullable: true required: - id @@ -29286,9 +29297,9 @@ paths: - slug - parent examples: - default: *205 + default: *206 headers: - Link: *57 + Link: *58 '404': description: Response if the organization or role does not exist. '422': @@ -29315,8 +29326,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: - - *93 - - *201 + - *94 + - *202 - *17 - *19 responses: @@ -29344,13 +29355,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &248 + items: &249 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *203 - required: *204 + properties: *204 + required: *205 name: nullable: true type: string @@ -29445,9 +29456,9 @@ paths: - type - url examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': description: Response if the organization or role does not exist. '422': @@ -29469,7 +29480,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization parameters: - - *93 + - *94 - 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) @@ -29493,9 +29504,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29518,8 +29529,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - - *93 - - *131 + - *94 + - *132 requestBody: required: false content: @@ -29576,8 +29587,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -29634,8 +29645,8 @@ paths: - docker - nuget - container - - *93 - - &613 + - *94 + - &614 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29671,12 +29682,12 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *207 + default: *208 '403': *29 '401': *25 - '400': &615 + '400': &616 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -29698,7 +29709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &208 + - &209 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 @@ -29716,20 +29727,20 @@ paths: - docker - nuget - container - - &209 + - &210 name: package_name description: The name of the package. in: path required: true schema: type: string - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: default: value: @@ -29781,9 +29792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *208 - *209 - - *93 + - *210 + - *94 responses: '204': description: Response @@ -29815,9 +29826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *208 - *209 - - *93 + - *210 + - *94 - name: token description: package token schema: @@ -29849,9 +29860,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: - - *208 - *209 - - *93 + - *210 + - *94 - *19 - *17 - name: state @@ -29871,7 +29882,7 @@ paths: application/json: schema: type: array - items: &210 + items: &211 title: Package Version description: A version of a software package type: object @@ -29996,10 +30007,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *208 - *209 - - *93 - - &211 + - *210 + - *94 + - &212 name: package_version_id description: Unique identifier of the package version. in: path @@ -30011,7 +30022,7 @@ paths: description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -30047,10 +30058,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *208 - *209 - - *93 - - *211 + - *210 + - *94 + - *212 responses: '204': description: Response @@ -30082,10 +30093,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *208 - *209 - - *93 - - *211 + - *210 + - *94 + - *212 responses: '204': description: Response @@ -30112,10 +30123,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: - - *93 + - *94 - *17 - *19 - - &213 + - &214 name: sort description: The property by which to sort the results. in: query @@ -30126,7 +30137,7 @@ paths: - created_at default: created_at - *48 - - &214 + - &215 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -30137,7 +30148,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &215 + - &216 name: repository description: The name of the repository to use to filter the results. in: query @@ -30145,7 +30156,7 @@ paths: schema: type: string example: Hello-World - - &216 + - &217 name: permission description: The permission to use to filter the results. in: query @@ -30153,7 +30164,7 @@ paths: schema: type: string example: issues_read - - &217 + - &218 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) @@ -30163,7 +30174,7 @@ paths: schema: type: string format: date-time - - &218 + - &219 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) @@ -30174,7 +30185,7 @@ paths: type: string format: date-time responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 @@ -30306,7 +30317,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30326,7 +30337,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: - - *93 + - *94 requestBody: required: true content: @@ -30367,7 +30378,7 @@ paths: action: deny reason: Access is too broad. responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 @@ -30392,7 +30403,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: - - *93 + - *94 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30428,11 +30439,11 @@ paths: action: deny reason: This request is denied because the access is too broad. responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30453,7 +30464,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: - - *93 + - *94 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -30464,7 +30475,7 @@ paths: - *17 - *19 responses: - '500': *144 + '500': *145 '404': *6 '403': *29 '200': @@ -30473,11 +30484,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30498,18 +30509,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: - - *93 + - *94 - *17 - *19 - - *213 - - *48 - *214 + - *48 - *215 - *216 - *217 - *218 + - *219 responses: - '500': *144 + '500': *145 '422': *15 '404': *6 '403': *29 @@ -30636,7 +30647,7 @@ paths: token_expires_at: '2023-11-16T08:47:09.000-07:00' token_last_used_at: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30656,7 +30667,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: - - *93 + - *94 requestBody: required: true content: @@ -30691,7 +30702,7 @@ paths: - 1296269 - 1296280 responses: - '500': *144 + '500': *145 '404': *6 '202': *47 '403': *29 @@ -30716,7 +30727,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: - - *93 + - *94 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -30744,9 +30755,9 @@ paths: value: action: revoke responses: - '500': *144 + '500': *145 '404': *6 - '204': *141 + '204': *142 '403': *29 '422': *15 x-github: @@ -30768,7 +30779,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: - - *93 + - *94 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -30778,7 +30789,7 @@ paths: - *17 - *19 responses: - '500': *144 + '500': *145 '404': *6 '403': *29 '200': @@ -30787,11 +30798,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -30815,7 +30826,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#list-private-registries-for-an-organization parameters: - - *93 + - *94 - *17 - *19 responses: @@ -30833,7 +30844,7 @@ paths: type: integer configurations: type: array - items: &219 + items: &220 title: Organization private registry description: Private registry configuration for an organization type: object @@ -30885,7 +30896,7 @@ paths: updated_at: '2020-01-10T14:59:22Z' visibility: selected headers: - Link: *57 + Link: *58 '400': *14 '404': *6 x-github: @@ -30909,7 +30920,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#create-a-private-registry-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: @@ -31039,7 +31050,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &220 + org-private-registry-with-selected-visibility: &221 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -31082,7 +31093,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: - - *93 + - *94 responses: '200': description: Response @@ -31108,7 +31119,7 @@ paths: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -31132,16 +31143,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - - *93 - - *126 + - *94 + - *127 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *219 + schema: *220 examples: - default: *220 + default: *221 '404': *6 x-github: githubCloudOnly: false @@ -31164,8 +31175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - - *93 - - *126 + - *94 + - *127 requestBody: required: true content: @@ -31244,8 +31255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - - *93 - - *126 + - *94 + - *127 responses: '204': description: Response @@ -31270,7 +31281,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-organization-projects parameters: - - *93 + - *94 - name: state description: Indicates the state of the projects to return. in: query @@ -31291,7 +31302,7 @@ paths: application/json: schema: type: array - items: &221 + items: &222 title: Project description: Projects are a way to organize columns and cards of work. @@ -31415,7 +31426,7 @@ paths: organization_permission: write private: true headers: - Link: *57 + Link: *58 '422': *7 x-github: githubCloudOnly: false @@ -31435,7 +31446,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-an-organization-project parameters: - - *93 + - *94 requestBody: required: true content: @@ -31461,7 +31472,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -31499,7 +31510,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &281 + '410': &282 description: Gone content: application/json: @@ -31523,7 +31534,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-all-custom-properties-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response @@ -31531,7 +31542,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -31597,7 +31608,7 @@ paths: - property_name - value_type examples: - default: &223 + default: &224 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31641,7 +31652,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization parameters: - - *93 + - *94 requestBody: required: true content: @@ -31652,7 +31663,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *222 + items: *223 minItems: 1 maxItems: 100 required: @@ -31682,9 +31693,9 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: - default: *223 + default: *224 '403': *29 '404': *6 x-github: @@ -31705,8 +31716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - - *93 - - &224 + - *94 + - &225 name: custom_property_name description: The custom property name in: path @@ -31718,9 +31729,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: &225 + default: &226 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -31754,8 +31765,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: - - *93 - - *224 + - *94 + - *225 requestBody: required: true content: @@ -31816,9 +31827,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *225 + default: *226 '403': *29 '404': *6 x-github: @@ -31841,10 +31852,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - - *93 - - *224 + - *94 + - *225 responses: - '204': *141 + '204': *142 '403': *29 '404': *6 x-github: @@ -31865,7 +31876,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/custom-properties#list-custom-property-values-for-organization-repositories parameters: - - *93 + - *94 - *17 - *19 - name: repository_query @@ -31903,7 +31914,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &226 + items: &227 title: Custom Property Value description: Custom property name and associated value type: object @@ -31942,7 +31953,7 @@ paths: - property_name: team value: octocat headers: - Link: *57 + Link: *58 '403': *29 '404': *6 x-github: @@ -31970,7 +31981,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: - - *93 + - *94 requestBody: required: true content: @@ -31990,7 +32001,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *226 + items: *227 required: - repository_names - properties @@ -32031,7 +32042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#list-public-organization-members parameters: - - *93 + - *94 - *17 - *19 responses: @@ -32043,9 +32054,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32062,8 +32073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response if user is a public member @@ -32087,8 +32098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -32109,8 +32120,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - - *93 - - *131 + - *94 + - *132 responses: '204': description: Response @@ -32134,7 +32145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-organization-repositories parameters: - - *93 + - *94 - name: type description: Specifies the types of repositories you want returned. in: query @@ -32180,11 +32191,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32203,7 +32214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-organization-repository parameters: - - *93 + - *94 requestBody: required: true content: @@ -32384,7 +32395,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &284 title: Full Repository description: Full Repository type: object @@ -32661,8 +32672,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *227 - required: *228 + properties: *228 + required: *229 nullable: true temp_clone_token: type: string @@ -32749,8 +32760,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true organization: title: Simple User @@ -32759,8 +32770,8 @@ paths: properties: *20 required: *21 nullable: true - parent: *59 - source: *59 + parent: *60 + source: *60 forks: type: integer master_branch: @@ -32777,7 +32788,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &414 + properties: &415 url: type: string format: uri @@ -32793,12 +32804,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &415 + required: &416 - url - key - name - html_url - security_and_analysis: *229 + security_and_analysis: *230 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -32882,7 +32893,7 @@ paths: - network_count - subscribers_count examples: - default: &285 + default: &286 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33400,10 +33411,10 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - *17 - *19 - - &550 + - &551 name: targets description: | A comma-separated list of rule targets to filter by. @@ -33421,7 +33432,7 @@ paths: application/json: schema: type: array - items: &236 + items: &237 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33456,7 +33467,7 @@ paths: source: type: string description: The name of the source - enforcement: &232 + enforcement: &233 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -33469,7 +33480,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &233 + items: &234 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -33534,7 +33545,7 @@ paths: conditions: nullable: true anyOf: - - &230 + - &231 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -33558,7 +33569,7 @@ paths: match. items: type: string - - &234 + - &235 title: Organization ruleset conditions type: object description: |- @@ -33572,7 +33583,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -33606,7 +33617,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -33628,7 +33639,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *230 + - *231 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -33641,7 +33652,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &231 + items: &232 title: Repository ruleset property targeting definition type: object @@ -33674,17 +33685,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *231 + items: *232 required: - repository_property rules: type: array - items: &235 + items: &236 title: Repository Rule type: object description: A repository rule. oneOf: - - &532 + - &533 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33696,7 +33707,7 @@ paths: type: string enum: - creation - - &533 + - &534 title: update description: Only allow users with bypass permission to update matching refs. @@ -33717,7 +33728,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &535 + - &536 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33729,7 +33740,7 @@ paths: type: string enum: - deletion - - &536 + - &537 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33741,7 +33752,7 @@ paths: type: string enum: - required_linear_history - - &537 + - &538 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -33819,7 +33830,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &538 + - &539 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33843,7 +33854,7 @@ paths: type: string required: - required_deployment_environments - - &539 + - &540 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33855,7 +33866,7 @@ paths: type: string enum: - required_signatures - - &540 + - &541 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33908,7 +33919,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &541 + - &542 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33956,7 +33967,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &542 + - &543 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33968,7 +33979,7 @@ paths: type: string enum: - non_fast_forward - - &543 + - &544 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34004,7 +34015,7 @@ paths: required: - operator - pattern - - &544 + - &545 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -34040,7 +34051,7 @@ paths: required: - operator - pattern - - &545 + - &546 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -34076,7 +34087,7 @@ paths: required: - operator - pattern - - &546 + - &547 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -34112,7 +34123,7 @@ paths: required: - operator - pattern - - &547 + - &548 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34238,7 +34249,7 @@ paths: maximum: 100 required: - max_file_size - - &548 + - &549 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34288,7 +34299,7 @@ paths: - repository_id required: - workflows - - &549 + - &550 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -34385,7 +34396,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 post: summary: Create an organization repository ruleset description: Create a repository ruleset for an organization. @@ -34401,7 +34412,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 requestBody: description: Request body required: true @@ -34422,16 +34433,16 @@ paths: - push - repository default: branch - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *234 + items: *234 + conditions: *235 rules: type: array description: An array of rules within the ruleset. - items: *235 + items: *236 required: - name - enforcement @@ -34469,9 +34480,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &237 + default: &238 value: id: 21 name: super cool ruleset @@ -34511,7 +34522,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 "/orgs/{org}/rulesets/rule-suites": get: summary: List organization rule suites @@ -34525,8 +34536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *93 - - &551 + - *94 + - &552 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 @@ -34541,7 +34552,7 @@ paths: in: query schema: type: string - - &552 + - &553 name: time_period description: |- The time period to filter by. @@ -34557,14 +34568,14 @@ paths: - week - month default: day - - &553 + - &554 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 - - &554 + - &555 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -34584,7 +34595,7 @@ paths: description: Response content: application/json: - schema: &555 + schema: &556 title: Rule Suites description: Response type: array @@ -34639,7 +34650,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &556 + default: &557 value: - id: 21 actor_id: 12 @@ -34663,7 +34674,7 @@ paths: result: pass evaluation_result: fail '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34682,8 +34693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *93 - - &557 + - *94 + - &558 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34699,7 +34710,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &559 title: Rule Suite description: Response type: object @@ -34798,7 +34809,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &559 + default: &560 value: id: 21 actor_id: 12 @@ -34833,7 +34844,7 @@ paths: result: fail rule_type: commit_message_pattern '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34859,7 +34870,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34871,11 +34882,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '404': *6 - '500': *144 + '500': *145 put: summary: Update an organization repository ruleset description: Update a ruleset for an organization. @@ -34891,7 +34902,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34917,16 +34928,16 @@ paths: - tag - push - repository - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *234 + items: *234 + conditions: *235 rules: description: An array of rules within the ruleset. type: array - items: *235 + items: *236 examples: default: value: @@ -34961,11 +34972,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '404': *6 - '500': *144 + '500': *145 delete: summary: Delete an organization repository ruleset description: Delete a ruleset for an organization. @@ -34981,7 +34992,7 @@ paths: category: orgs subcategory: rules parameters: - - *93 + - *94 - name: ruleset_id description: The ID of the ruleset. in: path @@ -34992,7 +35003,7 @@ paths: '204': description: Response '404': *6 - '500': *144 + '500': *145 "/orgs/{org}/secret-scanning/alerts": get: summary: List secret scanning alerts for an organization @@ -35009,15 +35020,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - - *93 - - *238 + - *94 - *239 - *240 - *241 + - *242 - *48 - *19 - *17 - - &561 + - &562 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 @@ -35027,7 +35038,7 @@ paths: required: false schema: type: string - - &562 + - &563 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 @@ -35037,9 +35048,9 @@ paths: required: false schema: type: string - - *242 - *243 - *244 + - *245 responses: '200': description: Response @@ -35047,13 +35058,13 @@ paths: application/json: schema: type: array - items: *245 + items: *246 examples: - default: *246 + default: *247 headers: - Link: *57 + Link: *58 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35075,7 +35086,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories-for-an-organization parameters: - - *93 + - *94 - *48 - name: sort description: The property to sort the results by. @@ -35119,7 +35130,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 description: A repository security advisory. type: object properties: @@ -35339,7 +35350,7 @@ paths: login: type: string description: The username of the user credited. - type: *247 + type: *248 credits_detailed: type: array nullable: true @@ -35349,7 +35360,7 @@ paths: type: object properties: user: *4 - type: *247 + type: *248 state: type: string description: The state of the user's acceptance of the @@ -35373,14 +35384,14 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *187 + items: *188 private_fork: readOnly: true nullable: true description: A temporary private fork of the advisory's repository for collaborating on a fix. allOf: - - *52 + - *53 required: - ghsa_id - cve_id @@ -35410,7 +35421,7 @@ paths: - private_fork additionalProperties: false examples: - default: &570 + default: &571 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -35789,7 +35800,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams parameters: - - *93 + - *94 responses: '200': description: Response @@ -35797,9 +35808,9 @@ paths: application/json: schema: type: array - items: *248 + items: *249 examples: - default: *205 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35822,8 +35833,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - - *93 - - *200 + - *94 + - *201 responses: '204': description: Response @@ -35848,8 +35859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *93 - - *200 + - *94 + - *201 responses: '204': description: Response @@ -35878,13 +35889,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &629 + schema: &630 type: object properties: total_minutes_used: @@ -35954,7 +35965,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &630 + default: &631 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -35984,13 +35995,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &631 + schema: &632 type: object properties: total_gigabytes_bandwidth_used: @@ -36008,7 +36019,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &632 + default: &633 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -36034,13 +36045,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: &633 + schema: &634 type: object properties: days_left_in_billing_cycle: @@ -36058,7 +36069,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &634 + default: &635 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -36080,9 +36091,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: - - *93 + - *94 - *17 - *19 responses: @@ -36100,7 +36111,7 @@ paths: type: integer network_configurations: type: array - items: &249 + items: &250 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -36159,11 +36170,11 @@ paths: - 6789ABDCEF12345 created_on: '2023-04-26T15:23:37Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -36176,9 +36187,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: - - *93 + - *94 requestBody: required: true content: @@ -36220,9 +36231,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &250 + default: &251 value: id: 123456789ABCDEF name: My network configuration @@ -36234,7 +36245,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -36248,10 +36259,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: - - *93 - - &251 + - *94 + - &252 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -36263,15 +36274,15 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -36284,10 +36295,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: - - *93 - - *251 + - *94 + - *252 requestBody: required: true content: @@ -36326,13 +36337,13 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -36345,17 +36356,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: - - *93 - - *251 + - *94 + - *252 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: @@ -36369,9 +36380,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: - - *93 + - *94 - name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -36425,11 +36436,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team/{team_slug}/copilot/metrics": get: @@ -36455,8 +36466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - - *93 - - *200 + - *94 + - *201 - 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`). @@ -36488,13 +36499,13 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 - '500': *144 + default: *254 + '500': *145 '403': *29 '404': *6 - '422': *254 + '422': *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36528,8 +36539,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: - - *93 - - *200 + - *94 + - *201 - 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`). @@ -36561,10 +36572,10 @@ paths: application/json: schema: type: array - items: *255 + items: *256 examples: - default: *256 - '500': *144 + default: *257 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -36585,7 +36596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-teams parameters: - - *93 + - *94 - *17 - *19 responses: @@ -36595,11 +36606,11 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 headers: - Link: *57 + Link: *58 '403': *29 x-github: githubCloudOnly: false @@ -36619,7 +36630,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#create-a-team parameters: - - *93 + - *94 requestBody: required: true content: @@ -36691,7 +36702,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &258 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36754,8 +36765,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *203 - required: *204 + properties: *204 + required: *205 nullable: true members_count: type: integer @@ -37001,7 +37012,7 @@ paths: - repos_count - organization examples: - default: &258 + default: &259 value: id: 1 node_id: MDQ6VGVhbTE= @@ -37071,16 +37082,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - - *93 - - *200 + - *94 + - *201 responses: '200': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -37101,8 +37112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - - *93 - - *200 + - *94 + - *201 requestBody: required: false content: @@ -37164,16 +37175,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '201': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 '422': *15 '403': *29 @@ -37198,8 +37209,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - - *93 - - *200 + - *94 + - *201 responses: '204': description: Response @@ -37225,8 +37236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - - *93 - - *200 + - *94 + - *201 - *48 - *17 - *19 @@ -37243,7 +37254,7 @@ paths: application/json: schema: type: array - items: &259 + items: &260 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37322,7 +37333,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *63 + reactions: *64 required: - author - body @@ -37342,7 +37353,7 @@ paths: - updated_at - url examples: - default: &584 + default: &585 value: - author: login: octocat @@ -37392,7 +37403,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37416,8 +37427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - - *93 - - *200 + - *94 + - *201 requestBody: required: true content: @@ -37451,9 +37462,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: author: login: octocat @@ -37525,9 +37536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - - *93 - - *200 - - &261 + - *94 + - *201 + - &262 name: discussion_number description: The number that identifies the discussion. in: path @@ -37539,9 +37550,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37563,9 +37574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 requestBody: required: false content: @@ -37588,9 +37599,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &585 + default: &586 value: author: login: octocat @@ -37660,9 +37671,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 responses: '204': description: Response @@ -37688,9 +37699,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 - *48 - *17 - *19 @@ -37701,7 +37712,7 @@ paths: application/json: schema: type: array - items: &262 + items: &263 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37758,7 +37769,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *63 + reactions: *64 required: - author - body @@ -37773,7 +37784,7 @@ paths: - updated_at - url examples: - default: &586 + default: &587 value: - author: login: octocat @@ -37817,7 +37828,7 @@ paths: eyes: 1 rocket: 1 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37841,9 +37852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 requestBody: required: true content: @@ -37865,9 +37876,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &263 + default: &264 value: author: login: octocat @@ -37933,10 +37944,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *93 - - *200 - - *261 - - &264 + - *94 + - *201 + - *262 + - &265 name: comment_number description: The number that identifies the comment. in: path @@ -37948,9 +37959,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37972,10 +37983,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 requestBody: required: true content: @@ -37997,9 +38008,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: &587 + default: &588 value: author: login: octocat @@ -38063,10 +38074,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 responses: '204': description: Response @@ -38092,10 +38103,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 - 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. @@ -38121,7 +38132,7 @@ paths: application/json: schema: type: array - items: &265 + items: &266 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -38164,7 +38175,7 @@ paths: - content - created_at examples: - default: &267 + default: &268 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38190,7 +38201,7 @@ paths: content: heart created_at: '2016-05-20T20:09:31Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38214,10 +38225,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - - *93 - - *200 - - *261 - - *264 + - *94 + - *201 + - *262 + - *265 requestBody: required: true content: @@ -38250,9 +38261,9 @@ paths: team discussion comment content: application/json: - schema: *265 + schema: *266 examples: - default: &266 + default: &267 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -38281,9 +38292,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38306,11 +38317,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *93 - - *200 - - *261 - - *264 - - &268 + - *94 + - *201 + - *262 + - *265 + - &269 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38342,9 +38353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 - 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. @@ -38370,11 +38381,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38398,9 +38409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *93 - - *200 - - *261 + - *94 + - *201 + - *262 requestBody: required: true content: @@ -38432,16 +38443,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38464,10 +38475,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *93 - - *200 - - *261 - - *268 + - *94 + - *201 + - *262 + - *269 responses: '204': description: Response @@ -38491,8 +38502,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -38502,11 +38513,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38526,8 +38537,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members parameters: - - *93 - - *200 + - *94 + - *201 - name: role description: Filters members returned by their role in the team. in: query @@ -38550,9 +38561,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38580,15 +38591,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - - *93 - - *200 - - *131 + - *94 + - *201 + - *132 responses: '200': description: Response content: application/json: - schema: &269 + schema: &270 title: Team Membership description: Team Membership type: object @@ -38615,7 +38626,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &588 + response-if-user-is-a-team-maintainer: &589 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38651,9 +38662,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - - *93 - - *200 - - *131 + - *94 + - *201 + - *132 requestBody: required: false content: @@ -38678,9 +38689,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - response-if-users-membership-with-team-is-now-pending: &589 + response-if-users-membership-with-team-is-now-pending: &590 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38715,9 +38726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - - *93 - - *200 - - *131 + - *94 + - *201 + - *132 responses: '204': description: Response @@ -38743,8 +38754,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -38754,7 +38765,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Team Project description: A team's access to a project. type: object @@ -38822,7 +38833,7 @@ paths: - updated_at - permissions examples: - default: &590 + default: &591 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38862,7 +38873,7 @@ paths: write: true admin: false headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38883,9 +38894,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - - *93 - - *200 - - &271 + - *94 + - *201 + - &272 name: project_id description: The unique identifier of the project. in: path @@ -38897,9 +38908,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: &591 + default: &592 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38959,9 +38970,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - - *93 - - *200 - - *271 + - *94 + - *201 + - *272 requestBody: required: false content: @@ -39025,9 +39036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - - *93 - - *200 - - *271 + - *94 + - *201 + - *272 responses: '204': description: Response @@ -39051,8 +39062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -39062,11 +39073,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39093,16 +39104,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *93 - - *200 - - *272 + - *94 + - *201 - *273 + - *274 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &592 + schema: &593 title: Team Repository description: A team's access to a repository. type: object @@ -39125,8 +39136,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true forks: type: integer @@ -39671,10 +39682,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *93 - - *200 - - *272 + - *94 + - *201 - *273 + - *274 requestBody: required: false content: @@ -39719,10 +39730,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - - *93 - - *200 - - *272 + - *94 + - *201 - *273 + - *274 responses: '204': description: Response @@ -39746,8 +39757,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - - *93 - - *200 + - *94 + - *201 - *17 - *19 responses: @@ -39757,9 +39768,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - response-if-child-teams-exist: &593 + response-if-child-teams-exist: &594 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39787,7 +39798,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos html_url: https://github.com/orgs/rails/teams/core headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39812,7 +39823,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization parameters: - - *93 + - *94 - name: security_product in: path description: The security feature to enable or disable. @@ -39883,7 +39894,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &274 + - &275 name: card_id description: The unique identifier of the card. in: path @@ -39895,7 +39906,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &276 title: Project Card description: Project cards represent a scope of work. type: object @@ -39962,7 +39973,7 @@ paths: - created_at - updated_at examples: - default: &276 + default: &277 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -40012,7 +40023,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *274 + - *275 requestBody: required: false content: @@ -40039,9 +40050,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 '304': *37 '403': *29 '401': *25 @@ -40062,7 +40073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *274 + - *275 responses: '204': description: Response @@ -40100,7 +40111,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *274 + - *275 requestBody: required: true content: @@ -40205,7 +40216,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &277 + - &278 name: column_id description: The unique identifier of the column. in: path @@ -40217,7 +40228,7 @@ paths: description: Response content: application/json: - schema: &278 + schema: &279 title: Project Column description: Project columns contain cards of work. type: object @@ -40263,7 +40274,7 @@ paths: - created_at - updated_at examples: - default: &279 + default: &280 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40292,7 +40303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *277 + - *278 requestBody: required: true content: @@ -40316,9 +40327,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *279 + default: *280 '304': *37 '403': *29 '401': *25 @@ -40337,7 +40348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *277 + - *278 responses: '204': description: Response @@ -40360,7 +40371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *277 + - *278 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40381,7 +40392,7 @@ paths: application/json: schema: type: array - items: *275 + items: *276 examples: default: value: @@ -40415,7 +40426,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: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -40434,7 +40445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *277 + - *278 requestBody: required: true content: @@ -40474,9 +40485,9 @@ paths: description: Response content: application/json: - schema: *275 + schema: *276 examples: - default: *276 + default: *277 '304': *37 '403': *29 '401': *25 @@ -40486,8 +40497,8 @@ paths: application/json: schema: oneOf: - - *96 - *97 + - *98 '503': description: Response content: @@ -40526,7 +40537,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *277 + - *278 requestBody: required: true content: @@ -40582,15 +40593,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: &280 + default: &281 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40643,7 +40654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *271 + - *272 requestBody: required: false content: @@ -40689,9 +40700,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *280 + default: *281 '404': description: Not Found if the authenticated user does not have access to the project @@ -40712,7 +40723,7 @@ paths: items: type: string '401': *25 - '410': *281 + '410': *282 '422': *7 x-github: githubCloudOnly: false @@ -40730,7 +40741,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *271 + - *272 responses: '204': description: Delete Success @@ -40751,7 +40762,7 @@ paths: items: type: string '401': *25 - '410': *281 + '410': *282 '404': *6 x-github: githubCloudOnly: false @@ -40774,7 +40785,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *271 + - *272 - 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 @@ -40801,9 +40812,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': *6 '422': *15 '304': *37 @@ -40826,8 +40837,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *271 - - *131 + - *272 + - *132 requestBody: required: false content: @@ -40874,8 +40885,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *271 - - *131 + - *272 + - *132 responses: '204': description: Response @@ -40903,8 +40914,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *271 - - *131 + - *272 + - *132 responses: '200': description: Response @@ -40971,7 +40982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *271 + - *272 - *17 - *19 responses: @@ -40981,7 +40992,7 @@ paths: application/json: schema: type: array - items: *278 + items: *279 examples: default: value: @@ -40994,7 +41005,7 @@ paths: created_at: '2016-09-05T14:18:44Z' updated_at: '2016-09-05T14:22:28Z' headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -41013,7 +41024,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *271 + - *272 requestBody: required: true content: @@ -41036,7 +41047,7 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: default: value: @@ -41097,7 +41108,7 @@ paths: resources: type: object properties: - core: &282 + core: &283 title: Rate Limit type: object properties: @@ -41114,20 +41125,20 @@ paths: - remaining - reset - used - graphql: *282 - search: *282 - code_search: *282 - source_import: *282 - integration_manifest: *282 - code_scanning_upload: *282 - actions_runner_registration: *282 - scim: *282 - dependency_snapshots: *282 - code_scanning_autofix: *282 + graphql: *283 + search: *283 + code_search: *283 + source_import: *283 + integration_manifest: *283 + code_scanning_upload: *283 + actions_runner_registration: *283 + scim: *283 + dependency_snapshots: *283 + code_scanning_autofix: *283 required: - core - search - rate: *282 + rate: *283 required: - rate - resources @@ -41231,14 +41242,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *283 + schema: *284 examples: default-response: summary: Default response @@ -41739,7 +41750,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *284 + '301': *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41757,8 +41768,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -41994,10 +42005,10 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 - '307': &286 + default: *286 + '307': &287 description: Temporary Redirect content: application/json: @@ -42026,8 +42037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -42049,7 +42060,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *286 + '307': *287 '404': *6 x-github: githubCloudOnly: false @@ -42072,11 +42083,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 - - &312 + - &313 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -42099,7 +42110,7 @@ paths: type: integer artifacts: type: array - items: &287 + items: &288 title: Artifact description: An artifact type: object @@ -42170,7 +42181,7 @@ paths: - expires_at - updated_at examples: - default: &313 + default: &314 value: total_count: 2 artifacts: @@ -42207,7 +42218,7 @@ paths: head_branch: main head_sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42229,9 +42240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *272 - *273 - - &288 + - *274 + - &289 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42243,7 +42254,7 @@ paths: description: Response content: application/json: - schema: *287 + schema: *288 examples: default: value: @@ -42280,9 +42291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *272 - *273 - - *288 + - *274 + - *289 responses: '204': description: Response @@ -42306,9 +42317,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *272 - *273 - - *288 + - *274 + - *289 - name: archive_format in: path required: true @@ -42322,7 +42333,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': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42345,14 +42356,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *289 + schema: *290 examples: default: value: @@ -42378,11 +42389,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 - - &290 + - &291 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 @@ -42416,7 +42427,7 @@ paths: description: Response content: application/json: - schema: &291 + schema: &292 title: Repository actions caches description: Repository actions caches type: object @@ -42458,7 +42469,7 @@ paths: - total_count - actions_caches examples: - default: &292 + default: &293 value: total_count: 1 actions_caches: @@ -42470,7 +42481,7 @@ paths: created_at: '2019-01-24T22:45:36.000Z' size_in_bytes: 1024 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42490,23 +42501,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: - - *272 - *273 + - *274 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *290 + - *291 responses: '200': description: Response content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42526,8 +42537,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: - - *272 - *273 + - *274 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42558,9 +42569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *272 - *273 - - &293 + - *274 + - &294 name: job_id description: The unique identifier of the job. in: path @@ -42572,7 +42583,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &317 title: Job description: Information of a job execution in a workflow run type: object @@ -42879,9 +42890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *272 - *273 - - *293 + - *274 + - *294 responses: '302': description: Response @@ -42909,9 +42920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *272 - *273 - - *293 + - *274 + - *294 requestBody: required: false content: @@ -42932,7 +42943,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -42956,8 +42967,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: - - *272 - *273 + - *274 responses: '200': description: Status response @@ -43007,8 +43018,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -43042,7 +43053,7 @@ paths: description: Empty response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -43071,8 +43082,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -43090,7 +43101,7 @@ paths: type: integer secrets: type: array - items: &318 + items: &319 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43110,7 +43121,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &320 value: total_count: 2 secrets: @@ -43121,7 +43132,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43143,9 +43154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *272 - *273 - - *294 + - *274 + - *295 - *19 responses: '200': @@ -43162,7 +43173,7 @@ paths: type: integer variables: type: array - items: &322 + items: &323 title: Actions Variable type: object properties: @@ -43192,7 +43203,7 @@ paths: - created_at - updated_at examples: - default: &323 + default: &324 value: total_count: 2 variables: @@ -43205,7 +43216,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43225,8 +43236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -43235,11 +43246,11 @@ paths: schema: type: object properties: - enabled: &296 + enabled: &297 type: boolean description: Whether GitHub Actions is enabled on the repository. - allowed_actions: *107 - selected_actions_url: *295 + allowed_actions: *108 + selected_actions_url: *296 required: - enabled examples: @@ -43266,8 +43277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -43278,8 +43289,8 @@ paths: schema: type: object properties: - enabled: *296 - allowed_actions: *107 + enabled: *297 + allowed_actions: *108 required: - enabled examples: @@ -43308,14 +43319,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: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: &297 + schema: &298 type: object properties: access_level: @@ -43332,7 +43343,7 @@ paths: required: - access_level examples: - default: &298 + default: &299 value: access_level: organization x-github: @@ -43356,15 +43367,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: - - *272 - *273 + - *274 requestBody: required: true content: application/json: - schema: *297 + schema: *298 examples: - default: *298 + default: *299 responses: '204': description: Response @@ -43388,16 +43399,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *109 + schema: *110 examples: - default: *110 + default: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43416,8 +43427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -43425,9 +43436,9 @@ paths: required: false content: application/json: - schema: *109 + schema: *110 examples: - selected_actions: *110 + selected_actions: *111 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -43449,16 +43460,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *113 + default: *114 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43479,8 +43490,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Success response @@ -43491,9 +43502,9 @@ paths: required: true content: application/json: - schema: *300 + schema: *301 examples: - default: *113 + default: *114 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43520,8 +43531,8 @@ paths: in: query schema: type: string - - *272 - *273 + - *274 - *17 - *19 responses: @@ -43539,11 +43550,11 @@ paths: type: integer runners: type: array - items: *120 + items: *121 examples: - default: *121 + default: *122 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43565,8 +43576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -43574,9 +43585,9 @@ paths: application/json: schema: type: array - items: *301 + items: *302 examples: - default: *302 + default: *303 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43598,8 +43609,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -43642,7 +43653,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *303 + '201': *304 '404': *6 '422': *7 x-github: @@ -43672,16 +43683,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *272 - *273 + - *274 responses: '201': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *304 + default: *305 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43709,16 +43720,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *272 - *273 + - *274 responses: '201': description: Response content: application/json: - schema: *122 + schema: *123 examples: - default: *305 + default: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43740,17 +43751,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: '200': description: Response content: application/json: - schema: *120 + schema: *121 examples: - default: *306 + default: *307 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43771,9 +43782,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: '204': description: Response @@ -43798,11 +43809,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: - '200': *124 + '200': *125 '404': *6 x-github: githubCloudOnly: false @@ -43824,9 +43835,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: - - *272 - *273 - - *119 + - *274 + - *120 requestBody: required: true content: @@ -43850,7 +43861,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -43874,9 +43885,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: - - *272 - *273 - - *119 + - *274 + - *120 requestBody: required: true content: @@ -43901,7 +43912,7 @@ paths: - gpu - accelerated responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -43925,11 +43936,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: - - *272 - *273 - - *119 + - *274 + - *120 responses: - '200': *307 + '200': *308 '404': *6 x-github: githubCloudOnly: false @@ -43956,12 +43967,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: - - *272 - *273 - - *119 - - *308 + - *274 + - *120 + - *309 responses: - '200': *124 + '200': *125 '404': *6 '422': *7 x-github: @@ -43987,9 +43998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *272 - *273 - - &326 + - *274 + - &327 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. @@ -43997,7 +44008,7 @@ paths: required: false schema: type: string - - &327 + - &328 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -44005,7 +44016,7 @@ paths: required: false schema: type: string - - &328 + - &329 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -44014,7 +44025,7 @@ paths: required: false schema: type: string - - &329 + - &330 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 @@ -44041,7 +44052,7 @@ paths: - pending - *17 - *19 - - &330 + - &331 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)." @@ -44050,7 +44061,7 @@ paths: schema: type: string format: date-time - - &309 + - &310 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44059,13 +44070,13 @@ paths: schema: type: boolean default: false - - &331 + - &332 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &332 + - &333 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44088,7 +44099,7 @@ paths: type: integer workflow_runs: type: array - items: &310 + items: &311 title: Workflow Run description: An invocation of a workflow type: object @@ -44183,7 +44194,7 @@ paths: that triggered the run. type: array nullable: true - items: &351 + items: &352 title: Pull Request Minimal type: object properties: @@ -44302,7 +44313,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &355 + properties: &356 id: type: string description: SHA for the commit @@ -44353,7 +44364,7 @@ paths: - name - email nullable: true - required: &356 + required: &357 - id - tree_id - message @@ -44361,8 +44372,8 @@ paths: - author - committer nullable: true - repository: *118 - head_repository: *118 + repository: *119 + head_repository: *119 head_repository_id: type: integer example: 5 @@ -44400,7 +44411,7 @@ paths: - workflow_url - pull_requests examples: - default: &333 + default: &334 value: total_count: 1 workflow_runs: @@ -44614,7 +44625,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44636,24 +44647,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *272 - *273 - - &311 + - *274 + - &312 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: &314 + default: &315 value: id: 30433642 name: Build @@ -44894,9 +44905,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '204': description: Response @@ -44919,9 +44930,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '200': description: Response @@ -45040,15 +45051,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: - - *272 - *273 - - *311 + - *274 + - *312 responses: '201': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45075,12 +45086,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *272 - *273 - - *311 + - *274 + - *312 - *17 - *19 - - *312 + - *313 responses: '200': description: Response @@ -45096,11 +45107,11 @@ paths: type: integer artifacts: type: array - items: *287 + items: *288 examples: - default: *313 + default: *314 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45122,25 +45133,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *272 - *273 - - *311 - - &315 + - *274 + - *312 + - &316 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *309 + - *310 responses: '200': description: Response content: application/json: - schema: *310 + schema: *311 examples: - default: *314 + default: *315 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45163,10 +45174,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *272 - *273 - - *311 - - *315 + - *274 + - *312 + - *316 - *17 - *19 responses: @@ -45184,9 +45195,9 @@ paths: type: integer jobs: type: array - items: *316 + items: *317 examples: - default: &317 + default: &318 value: total_count: 1 jobs: @@ -45275,7 +45286,7 @@ paths: workflow_name: CI head_branch: main headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -45299,10 +45310,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *272 - *273 - - *311 - - *315 + - *274 + - *312 + - *316 responses: '302': description: Response @@ -45330,15 +45341,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '202': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45365,9 +45376,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: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: true content: @@ -45434,15 +45445,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '202': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45469,9 +45480,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 - 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 @@ -45501,11 +45512,11 @@ paths: type: integer jobs: type: array - items: *316 + items: *317 examples: - default: *317 + default: *318 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45528,9 +45539,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '302': description: Response @@ -45557,14 +45568,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '204': description: Response '403': *29 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45586,9 +45597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '200': description: Response @@ -45648,7 +45659,7 @@ paths: items: type: object properties: - type: &435 + type: &436 type: string description: The type of reviewer. enum: @@ -45658,7 +45669,7 @@ paths: reviewer: anyOf: - *4 - - *187 + - *188 required: - environment - wait_timer @@ -45733,9 +45744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: true content: @@ -45782,7 +45793,7 @@ paths: application/json: schema: type: array - items: &430 + items: &431 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -45870,8 +45881,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -45888,7 +45899,7 @@ paths: - created_at - updated_at examples: - default: &431 + default: &432 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -45944,9 +45955,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: false content: @@ -45967,7 +45978,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -45990,9 +46001,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *272 - *273 - - *311 + - *274 + - *312 requestBody: required: false content: @@ -46013,7 +46024,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -46038,9 +46049,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *272 - *273 - - *311 + - *274 + - *312 responses: '200': description: Response @@ -46177,8 +46188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -46196,11 +46207,11 @@ paths: type: integer secrets: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46223,16 +46234,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46254,17 +46265,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: &448 + default: &449 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46290,9 +46301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 requestBody: required: true content: @@ -46320,7 +46331,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -46346,9 +46357,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '204': description: Response @@ -46373,9 +46384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *272 - *273 - - *294 + - *274 + - *295 - *19 responses: '200': @@ -46392,11 +46403,11 @@ paths: type: integer variables: type: array - items: *322 + items: *323 examples: - default: *323 + default: *324 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46417,8 +46428,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -46445,7 +46456,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -46470,17 +46481,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *272 - *273 - - *129 + - *274 + - *130 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: &449 + default: &450 value: name: USERNAME value: octocat @@ -46506,9 +46517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *272 - *273 - - *129 + - *274 + - *130 requestBody: required: true content: @@ -46550,9 +46561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *272 - *273 - - *129 + - *274 + - *130 responses: '204': description: Response @@ -46577,8 +46588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -46596,7 +46607,7 @@ paths: type: integer workflows: type: array - items: &324 + items: &325 title: Workflow description: A GitHub Actions workflow type: object @@ -46680,7 +46691,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46703,9 +46714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *272 - *273 - - &325 + - *274 + - &326 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46720,7 +46731,7 @@ paths: description: Response content: application/json: - schema: *324 + schema: *325 examples: default: value: @@ -46753,9 +46764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '204': description: Response @@ -46780,9 +46791,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '204': description: Response @@ -46833,9 +46844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '204': description: Response @@ -46862,19 +46873,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *272 - *273 - - *325 + - *274 - *326 - *327 - *328 - *329 + - *330 - *17 - *19 - - *330 - - *309 - *331 + - *310 - *332 + - *333 responses: '200': description: Response @@ -46890,11 +46901,11 @@ paths: type: integer workflow_runs: type: array - items: *310 + items: *311 examples: - default: *333 + default: *334 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46918,9 +46929,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *272 - *273 - - *325 + - *274 + - *326 responses: '200': description: Response @@ -46981,8 +46992,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *272 - *273 + - *274 - *48 - *17 - *39 @@ -47127,7 +47138,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '422': *7 x-github: githubCloudOnly: false @@ -47146,8 +47157,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -47159,9 +47170,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -47184,8 +47195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *272 - *273 + - *274 - name: assignee in: path required: true @@ -47221,8 +47232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -47334,8 +47345,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *272 - *273 + - *274 - *17 - *39 - *40 @@ -47381,7 +47392,7 @@ paths: bundle_url: type: string examples: - default: *334 + default: *335 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47401,8 +47412,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -47410,7 +47421,7 @@ paths: application/json: schema: type: array - items: &335 + items: &336 title: Autolink reference description: An autolink reference. type: object @@ -47460,8 +47471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -47500,9 +47511,9 @@ paths: description: response content: application/json: - schema: *335 + schema: *336 examples: - default: &336 + default: &337 value: id: 1 key_prefix: TICKET- @@ -47533,9 +47544,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *272 - *273 - - &337 + - *274 + - &338 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47547,9 +47558,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *336 examples: - default: *336 + default: *337 '404': *6 x-github: githubCloudOnly: false @@ -47569,9 +47580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *272 - *273 - - *337 + - *274 + - *338 responses: '204': description: Response @@ -47595,8 +47606,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: - - *272 - *273 + - *274 responses: '200': description: Response if Dependabot is enabled @@ -47644,8 +47655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -47666,8 +47677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -47687,8 +47698,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *272 - *273 + - *274 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -47726,7 +47737,7 @@ paths: - url protected: type: boolean - protection: &339 + protection: &340 title: Branch Protection description: Branch Protection type: object @@ -47768,7 +47779,7 @@ paths: required: - contexts - checks - enforce_admins: &342 + enforce_admins: &343 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47783,7 +47794,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &344 + required_pull_request_reviews: &345 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47804,7 +47815,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *187 + items: *188 apps: description: The list of apps with review dismissal access. @@ -47833,7 +47844,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *187 + items: *188 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47859,7 +47870,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &341 + restrictions: &342 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -48148,7 +48159,7 @@ paths: - linter protection_url: https://api.github.com/repos/octocat/hello-world/branches/master/protection headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -48166,9 +48177,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *272 - *273 - - &340 + - *274 + - &341 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). @@ -48182,14 +48193,14 @@ paths: description: Response content: application/json: - schema: &350 + schema: &351 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &403 + commit: &404 title: Commit description: Commit type: object @@ -48223,7 +48234,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &338 + properties: &339 name: type: string example: '"Chris Wanstrath"' @@ -48238,7 +48249,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *338 + properties: *339 nullable: true message: type: string @@ -48259,7 +48270,7 @@ paths: required: - sha - url - verification: &455 + verification: &456 title: Verification type: object properties: @@ -48292,12 +48303,12 @@ paths: nullable: true oneOf: - *4 - - *127 + - *128 committer: nullable: true oneOf: - *4 - - *127 + - *128 parents: type: array items: @@ -48328,7 +48339,7 @@ paths: type: integer files: type: array - items: &418 + items: &419 title: Diff Entry description: Diff Entry type: object @@ -48411,7 +48422,7 @@ paths: - self protected: type: boolean - protection: *339 + protection: *340 protection_url: type: string format: uri @@ -48518,7 +48529,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *284 + '301': *285 '404': *6 x-github: githubCloudOnly: false @@ -48540,15 +48551,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *339 + schema: *340 examples: default: value: @@ -48742,9 +48753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -48999,7 +49010,7 @@ paths: url: type: string format: uri - required_status_checks: &347 + required_status_checks: &348 title: Status Check Policy description: Status Check Policy type: object @@ -49075,7 +49086,7 @@ paths: items: *4 teams: type: array - items: *187 + items: *188 apps: type: array items: *5 @@ -49093,7 +49104,7 @@ paths: items: *4 teams: type: array - items: *187 + items: *188 apps: type: array items: *5 @@ -49151,7 +49162,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *341 + restrictions: *342 required_conversation_resolution: type: object properties: @@ -49263,9 +49274,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49290,17 +49301,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49322,17 +49333,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49351,9 +49362,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49378,17 +49389,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: &345 + default: &346 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49484,9 +49495,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -49584,9 +49595,9 @@ paths: description: Response content: application/json: - schema: *344 + schema: *345 examples: - default: *345 + default: *346 '422': *15 x-github: githubCloudOnly: false @@ -49607,9 +49618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49636,17 +49647,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &346 + default: &347 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49669,17 +49680,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *346 + default: *347 '404': *6 x-github: githubCloudOnly: false @@ -49699,9 +49710,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49726,17 +49737,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: &348 + default: &349 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49762,9 +49773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -49816,9 +49827,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *348 examples: - default: *348 + default: *349 '404': *6 '422': *15 x-github: @@ -49840,9 +49851,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -49866,9 +49877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -49902,9 +49913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -49971,9 +49982,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -50037,9 +50048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: content: application/json: @@ -50105,15 +50116,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response content: application/json: - schema: *341 + schema: *342 examples: default: value: @@ -50204,9 +50215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '204': description: Response @@ -50229,9 +50240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -50241,7 +50252,7 @@ paths: type: array items: *5 examples: - default: &349 + default: &350 value: - id: 1 slug: octoapp @@ -50298,9 +50309,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50334,7 +50345,7 @@ paths: type: array items: *5 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -50355,9 +50366,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50391,7 +50402,7 @@ paths: type: array items: *5 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -50412,9 +50423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50448,7 +50459,7 @@ paths: type: array items: *5 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -50470,9 +50481,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -50480,9 +50491,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '404': *6 x-github: githubCloudOnly: false @@ -50502,9 +50513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -50540,9 +50551,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -50563,9 +50574,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: false content: @@ -50601,9 +50612,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -50624,9 +50635,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: content: application/json: @@ -50661,9 +50672,9 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -50685,9 +50696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 responses: '200': description: Response @@ -50697,7 +50708,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '404': *6 x-github: githubCloudOnly: false @@ -50721,9 +50732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50756,7 +50767,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -50781,9 +50792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50816,7 +50827,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -50841,9 +50852,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50876,7 +50887,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -50903,9 +50914,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 requestBody: required: true content: @@ -50927,7 +50938,7 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: default: value: @@ -51043,8 +51054,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -51323,7 +51334,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51434,16 +51445,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *351 - deployment: &643 + items: *352 + deployment: &644 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51510,8 +51521,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -51723,9 +51734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *272 - *273 - - &353 + - *274 + - &354 name: check_run_id description: The unique identifier of the check run. in: path @@ -51737,9 +51748,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &354 + default: &355 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51839,9 +51850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *272 - *273 - - *353 + - *274 + - *354 requestBody: required: true content: @@ -52081,9 +52092,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *354 + default: *355 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52103,9 +52114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *272 - *273 - - *353 + - *274 + - *354 - *17 - *19 responses: @@ -52180,7 +52191,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52202,15 +52213,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *272 - *273 - - *353 + - *274 + - *354 responses: '201': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -52248,8 +52259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -52271,7 +52282,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &357 + schema: &358 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52335,7 +52346,7 @@ paths: nullable: true pull_requests: type: array - items: *351 + items: *352 nullable: true app: title: GitHub app @@ -52346,9 +52357,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - repository: *118 + properties: *61 + required: *62 + repository: *119 created_at: type: string format: date-time @@ -52357,12 +52368,12 @@ paths: type: string format: date-time nullable: true - head_commit: &669 + head_commit: &670 title: Simple Commit description: A commit. type: object - properties: *355 - required: *356 + properties: *356 + required: *357 latest_check_runs_count: type: integer check_runs_url: @@ -52390,7 +52401,7 @@ paths: - check_runs_url - pull_requests examples: - default: &358 + default: &359 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52681,9 +52692,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52702,8 +52713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -52764,7 +52775,7 @@ paths: required: - app_id - setting - repository: *118 + repository: *119 examples: default: value: @@ -53012,9 +53023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *272 - *273 - - &359 + - *274 + - &360 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -53026,9 +53037,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *358 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53051,17 +53062,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *272 - *273 - - *359 - - &411 + - *274 + - *360 + - &412 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &412 + - &413 name: status description: Returns check runs with the specified `status`. in: query @@ -53100,9 +53111,9 @@ paths: type: integer check_runs: type: array - items: *352 + items: *353 examples: - default: &413 + default: &414 value: total_count: 1 check_runs: @@ -53184,7 +53195,7 @@ paths: url: https://api.github.com/repos/github/hello-world name: hello-world headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53204,15 +53215,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *272 - *273 - - *359 + - *274 + - *360 responses: '201': description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -53239,21 +53250,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *272 - *273 - - *360 + - *274 - *361 + - *362 - *19 - *17 - - &378 + - &379 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: *362 - - &379 + schema: *363 + - &380 name: pr description: The number of the pull request for the results you want to list. in: query @@ -53278,13 +53289,13 @@ paths: be returned. in: query required: false - schema: *363 + schema: *364 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *364 + schema: *365 responses: '200': description: Response @@ -53295,14 +53306,14 @@ paths: items: type: object properties: - number: *53 - created_at: *54 - updated_at: *132 - url: *55 - html_url: *56 - instances_url: *365 - state: *137 - fixed_at: *133 + number: *54 + created_at: *55 + updated_at: *133 + url: *56 + html_url: *57 + instances_url: *366 + state: *138 + fixed_at: *134 dismissed_by: title: Simple User description: A GitHub user. @@ -53310,12 +53321,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *134 - dismissed_reason: *366 - dismissed_comment: *367 - rule: *368 - tool: *369 - most_recent_instance: *370 + dismissed_at: *135 + dismissed_reason: *367 + dismissed_comment: *368 + rule: *369 + tool: *370 + most_recent_instance: *371 required: - number - created_at @@ -53431,14 +53442,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &371 + '403': &372 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53458,9 +53469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *272 - *273 - - &372 + - *274 + - &373 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53468,23 +53479,23 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *53 + schema: *54 responses: '200': description: Response content: application/json: - schema: &373 + schema: &374 type: object properties: - number: *53 - created_at: *54 - updated_at: *132 - url: *55 - html_url: *56 - instances_url: *365 - state: *137 - fixed_at: *133 + number: *54 + created_at: *55 + updated_at: *133 + url: *56 + html_url: *57 + instances_url: *366 + state: *138 + fixed_at: *134 dismissed_by: title: Simple User description: A GitHub user. @@ -53492,9 +53503,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *134 - dismissed_reason: *366 - dismissed_comment: *367 + dismissed_at: *135 + dismissed_reason: *367 + dismissed_comment: *368 rule: type: object properties: @@ -53548,8 +53559,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *369 - most_recent_instance: *370 + tool: *370 + most_recent_instance: *371 required: - number - created_at @@ -53638,9 +53649,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53658,9 +53669,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 requestBody: required: true content: @@ -53675,8 +53686,8 @@ paths: enum: - open - dismissed - dismissed_reason: *366 - dismissed_comment: *367 + dismissed_reason: *367 + dismissed_comment: *368 required: - state examples: @@ -53691,7 +53702,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *374 examples: default: value: @@ -53766,14 +53777,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &377 + '403': &378 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': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -53793,15 +53804,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: - - *272 - *273 - - *372 + - *274 + - *373 responses: '200': description: Response content: application/json: - schema: &374 + schema: &375 type: object properties: status: @@ -53827,13 +53838,13 @@ paths: - description - started_at examples: - default: &375 + default: &376 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &376 + '400': &377 description: Bad Request content: application/json: @@ -53844,9 +53855,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': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53869,29 +53880,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: - - *272 - *273 - - *372 + - *274 + - *373 responses: '200': description: OK content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '202': description: Accepted content: application/json: - schema: *374 + schema: *375 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *376 + '400': *377 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -53901,7 +53912,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53923,9 +53934,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: - - *272 - *273 - - *372 + - *274 + - *373 requestBody: required: false content: @@ -53970,12 +53981,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *376 - '403': *377 + '400': *377 + '403': *378 '404': *6 '422': description: Unprocessable Entity - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53995,13 +54006,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 - *19 - *17 - - *378 - *379 + - *380 responses: '200': description: Response @@ -54009,7 +54020,7 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: default: value: @@ -54048,9 +54059,9 @@ paths: end_column: 50 classifications: - source - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54082,25 +54093,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *272 - *273 - - *360 + - *274 - *361 + - *362 - *19 - *17 - - *379 + - *380 - 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: *362 + schema: *363 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &382 + schema: &383 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -54121,23 +54132,23 @@ paths: application/json: schema: type: array - items: &383 + items: &384 type: object properties: - ref: *362 - commit_sha: &391 + ref: *363 + commit_sha: &392 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: *380 + analysis_key: *381 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *381 + category: *382 error: type: string example: error reading field xyz @@ -54161,8 +54172,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *382 - tool: *369 + sarif_id: *383 + tool: *370 deletable: type: boolean warning: @@ -54223,9 +54234,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54259,8 +54270,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: - - *272 - *273 + - *274 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54273,7 +54284,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *384 examples: response: summary: application/json response @@ -54327,9 +54338,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54409,8 +54420,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: - - *272 - *273 + - *274 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54463,9 +54474,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': *377 + '403': *378 '404': *6 - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -54485,8 +54496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -54494,7 +54505,7 @@ paths: application/json: schema: type: array - items: &384 + items: &385 title: CodeQL Database description: A CodeQL database. type: object @@ -54605,9 +54616,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': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54634,8 +54645,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *272 - *273 + - *274 - name: language in: path description: The language of the CodeQL database. @@ -54647,7 +54658,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *385 examples: default: value: @@ -54679,11 +54690,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': &420 + '302': &421 description: Found - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54703,8 +54714,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *272 - *273 + - *274 - name: language in: path description: The language of the CodeQL database. @@ -54714,9 +54725,9 @@ paths: responses: '204': description: Response - '403': *377 + '403': *378 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54742,8 +54753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -54752,7 +54763,7 @@ paths: type: object additionalProperties: false properties: - language: &385 + language: &386 type: string description: The language targeted by the CodeQL query enum: @@ -54830,7 +54841,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &389 + schema: &390 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -54838,9 +54849,9 @@ paths: id: type: integer description: The ID of the variant analysis. - controller_repo: *52 + controller_repo: *53 actor: *4 - query_language: *385 + query_language: *386 query_pack_url: type: string description: The download url for the query pack. @@ -54887,7 +54898,7 @@ paths: items: type: object properties: - repository: &386 + repository: &387 title: Repository Identifier description: Repository Identifier type: object @@ -54923,7 +54934,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &390 + analysis_status: &391 type: string description: The new status of the CodeQL variant analysis repository task. @@ -54955,7 +54966,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &387 + access_mismatch_repos: &388 type: object properties: repository_count: @@ -54969,7 +54980,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: *386 + items: *387 required: - repository_count - repositories @@ -54991,8 +55002,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *387 - over_limit_repos: *387 + no_codeql_db_repos: *388 + over_limit_repos: *388 required: - access_mismatch_repos - not_found_repos @@ -55008,7 +55019,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &388 + value: &389 summary: Default response value: id: 1 @@ -55160,17 +55171,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *388 + value: *389 repository_lists: summary: Response for a successful variant analysis submission - value: *388 + value: *389 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55191,8 +55202,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: - - *272 - *273 + - *274 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -55204,11 +55215,11 @@ paths: description: Response content: application/json: - schema: *389 + schema: *390 examples: - default: *388 + default: *389 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55229,7 +55240,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: - - *272 + - *273 - name: repo in: path description: The name of the controller repository. @@ -55263,8 +55274,8 @@ paths: schema: type: object properties: - repository: *52 - analysis_status: *390 + repository: *53 + analysis_status: *391 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -55368,7 +55379,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55389,8 +55400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -55464,9 +55475,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *371 + '403': *372 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55485,8 +55496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -55543,7 +55554,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -55568,7 +55579,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *377 + '403': *378 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -55576,7 +55587,7 @@ paths: content: application/json: schema: *3 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55633,8 +55644,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -55642,7 +55653,7 @@ paths: schema: type: object properties: - commit_sha: *391 + commit_sha: *392 ref: type: string description: |- @@ -55700,7 +55711,7 @@ paths: schema: type: object properties: - id: *382 + id: *383 url: type: string description: The REST API URL for checking the status of the upload. @@ -55714,11 +55725,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': *377 + '403': *378 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55737,8 +55748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *272 - *273 + - *274 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -55784,10 +55795,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': *371 + '403': *372 '404': description: Not Found if the sarif id does not match any upload - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -55809,8 +55820,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: - - *272 - *273 + - *274 responses: '200': description: Response @@ -55863,7 +55874,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': *141 + '204': *142 '304': *37 '403': *29 '404': *6 @@ -55888,8 +55899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *272 - *273 + - *274 - 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 @@ -56009,8 +56020,8 @@ paths: parameters: - *17 - *19 - - *272 - *273 + - *274 responses: '200': description: Response @@ -56026,7 +56037,7 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: default: value: @@ -56302,7 +56313,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': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -56324,8 +56335,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -56388,22 +56399,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56427,8 +56438,8 @@ paths: parameters: - *17 - *19 - - *272 - *273 + - *274 responses: '200': description: Response @@ -56468,7 +56479,7 @@ paths: - path: ".devcontainer.json" display_name: Default project configuration total_count: 3 - '500': *144 + '500': *145 '400': *14 '401': *25 '403': *29 @@ -56492,8 +56503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *272 - *273 + - *274 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -56528,14 +56539,14 @@ paths: type: integer machines: type: array - items: &600 + items: &601 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *393 - required: *394 + properties: *394 + required: *395 examples: - default: &601 + default: &602 value: total_count: 2 machines: @@ -56552,7 +56563,7 @@ paths: memory_in_bytes: 34359738368 cpus: 8 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -56575,8 +56586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *272 - *273 + - *274 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -56660,8 +56671,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: - - *272 - *273 + - *274 - 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 @@ -56706,7 +56717,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56727,8 +56738,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -56746,7 +56757,7 @@ paths: type: integer secrets: type: array - items: &398 + items: &399 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -56766,9 +56777,9 @@ paths: - created_at - updated_at examples: - default: *395 + default: *396 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56789,16 +56800,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56818,17 +56829,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56848,9 +56859,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 requestBody: required: true content: @@ -56878,7 +56889,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -56902,9 +56913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '204': description: Response @@ -56932,8 +56943,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *272 - *273 + - *274 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -56975,7 +56986,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &400 + properties: &401 login: type: string example: octocat @@ -57068,7 +57079,7 @@ paths: user_view_type: type: string example: public - required: &401 + required: &402 - avatar_url - events_url - followers_url @@ -57117,7 +57128,7 @@ paths: admin: false role_name: write headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -57142,9 +57153,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *272 - *273 - - *131 + - *274 + - *132 responses: '204': description: Response if user is a collaborator @@ -57186,9 +57197,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *272 - *273 - - *131 + - *274 + - *132 requestBody: required: false content: @@ -57214,7 +57225,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &468 + schema: &469 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -57225,7 +57236,7 @@ paths: example: 42 type: integer format: int64 - repository: *118 + repository: *119 invitee: title: Simple User description: A GitHub user. @@ -57436,9 +57447,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *272 - *273 - - *131 + - *274 + - *132 responses: '204': description: No Content when collaborator was removed from the repository. @@ -57467,9 +57478,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *272 - *273 - - *131 + - *274 + - *132 responses: '200': description: if user has admin permissions @@ -57489,8 +57500,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *400 - required: *401 + properties: *401 + required: *402 nullable: true required: - permission @@ -57545,8 +57556,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -57556,7 +57567,7 @@ paths: application/json: schema: type: array - items: &402 + items: &403 title: Commit Comment description: Commit Comment type: object @@ -57597,8 +57608,8 @@ paths: updated_at: type: string format: date-time - author_association: *62 - reactions: *63 + author_association: *63 + reactions: *64 required: - url - html_url @@ -57614,7 +57625,7 @@ paths: - created_at - updated_at examples: - default: &405 + default: &406 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57648,7 +57659,7 @@ paths: updated_at: '2011-04-14T16:00:49Z' author_association: COLLABORATOR headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57673,17 +57684,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '200': description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: &406 + default: &407 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -57740,9 +57751,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -57764,7 +57775,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -57815,9 +57826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '204': description: Response @@ -57838,9 +57849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 - 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. @@ -57866,11 +57877,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -57889,9 +57900,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -57923,16 +57934,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -57954,10 +57965,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *272 - *273 - - *75 - - *268 + - *274 + - *76 + - *269 responses: '204': description: Response @@ -58006,8 +58017,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *272 - *273 + - *274 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -58063,9 +58074,9 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: &519 + default: &520 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -58135,8 +58146,8 @@ paths: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e headers: - Link: *57 - '500': *144 + Link: *58 + '500': *145 '400': *14 '404': *6 '409': *46 @@ -58159,9 +58170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *272 - *273 - - &404 + - *274 + - &405 name: commit_sha description: The SHA of the commit. in: path @@ -58233,9 +58244,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *272 - *273 - - *404 + - *274 + - *405 - *17 - *19 responses: @@ -58245,11 +58256,11 @@ paths: application/json: schema: type: array - items: *402 + items: *403 examples: - default: *405 + default: *406 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58275,9 +58286,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *272 - *273 - - *404 + - *274 + - *405 requestBody: required: true content: @@ -58312,9 +58323,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: - default: *406 + default: *407 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -58342,9 +58353,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *272 - *273 - - *404 + - *274 + - *405 - *17 - *19 responses: @@ -58354,7 +58365,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Pull Request Simple description: Pull Request Simple type: object @@ -58460,8 +58471,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true active_lock_reason: type: string @@ -58506,7 +58517,7 @@ paths: nullable: true requested_teams: type: array - items: *187 + items: *188 nullable: true head: type: object @@ -58515,7 +58526,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: @@ -58538,7 +58549,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: @@ -58557,7 +58568,7 @@ paths: _links: type: object properties: - comments: &409 + comments: &410 title: Link description: Hypermedia Link type: object @@ -58566,13 +58577,13 @@ paths: type: string required: - href - commits: *409 - statuses: *409 - html: *409 - issue: *409 - review_comments: *409 - review_comment: *409 - self: *409 + commits: *410 + statuses: *410 + html: *410 + issue: *410 + review_comments: *410 + review_comment: *410 + self: *410 required: - comments - commits @@ -58582,8 +58593,8 @@ paths: - review_comments - review_comment - self - author_association: *62 - auto_merge: &512 + author_association: *63 + auto_merge: &513 title: Auto merge description: The status of auto merging a pull request. type: object @@ -58646,7 +58657,7 @@ paths: - author_association - auto_merge examples: - default: &511 + default: &512 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -59125,7 +59136,7 @@ paths: auto_merge: draft: false headers: - Link: *57 + Link: *58 '409': *46 x-github: githubCloudOnly: false @@ -59183,11 +59194,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *272 - *273 + - *274 - *19 - *17 - - &410 + - &411 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)" @@ -59202,9 +59213,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &497 + default: &498 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -59290,8 +59301,8 @@ paths: ..... '422': *15 '404': *6 - '500': *144 - '503': *64 + '500': *145 + '503': *65 '409': *46 x-github: githubCloudOnly: false @@ -59317,11 +59328,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *272 - *273 - - *410 + - *274 - *411 - *412 + - *413 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -59355,11 +59366,11 @@ paths: type: integer check_runs: type: array - items: *352 + items: *353 examples: - default: *413 + default: *414 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59382,9 +59393,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *272 - *273 - - *410 + - *274 + - *411 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -59392,7 +59403,7 @@ paths: schema: type: integer example: 1 - - *411 + - *412 - *17 - *19 responses: @@ -59410,7 +59421,7 @@ paths: type: integer check_suites: type: array - items: *357 + items: *358 examples: default: value: @@ -59585,7 +59596,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: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59610,9 +59621,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *272 - *273 - - *410 + - *274 + - *411 - *17 - *19 responses: @@ -59679,7 +59690,7 @@ paths: type: string total_count: type: integer - repository: *118 + repository: *119 commit_url: type: string format: uri @@ -59810,9 +59821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *272 - *273 - - *410 + - *274 + - *411 - *17 - *19 responses: @@ -59822,7 +59833,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 title: Status description: The status of a commit. type: object @@ -59902,8 +59913,8 @@ paths: type: User site_admin: false headers: - Link: *57 - '301': *284 + Link: *58 + '301': *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59931,8 +59942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -59961,20 +59972,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *414 - required: *415 + properties: *415 + required: *416 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &416 + properties: &417 url: type: string format: uri html_url: type: string format: uri - required: &417 + required: &418 - url - html_url nullable: true @@ -59982,32 +59993,32 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true contributing: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true readme: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true issue_template: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true pull_request_template: title: Community Health File type: object - properties: *416 - required: *417 + properties: *417 + required: *418 nullable: true required: - code_of_conduct @@ -60134,8 +60145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *272 - *273 + - *274 - *19 - *17 - name: basehead @@ -60178,8 +60189,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *403 - merge_base_commit: *403 + base_commit: *404 + merge_base_commit: *404 status: type: string enum: @@ -60199,10 +60210,10 @@ paths: example: 6 commits: type: array - items: *403 + items: *404 files: type: array - items: *418 + items: *419 required: - url - html_url @@ -60445,8 +60456,8 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" '404': *6 - '500': *144 - '503': *64 + '500': *145 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60488,8 +60499,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *272 - *273 + - *274 - name: path description: path parameter in: path @@ -60630,7 +60641,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &419 + response-if-content-is-a-file: &420 summary: Response if content is a file value: type: file @@ -60762,7 +60773,7 @@ paths: - size - type - url - - &524 + - &525 title: Content File description: Content File type: object @@ -60963,7 +60974,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *419 + response-if-content-is-a-file: *420 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -61032,7 +61043,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *420 + '302': *421 '304': *37 x-github: githubCloudOnly: false @@ -61055,8 +61066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *272 - *273 + - *274 - name: path description: path parameter in: path @@ -61149,7 +61160,7 @@ paths: description: Response content: application/json: - schema: &421 + schema: &422 title: File Commit description: File Commit type: object @@ -61301,7 +61312,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: example-for-creating-a-file: value: @@ -61355,7 +61366,7 @@ paths: schema: oneOf: - *3 - - &450 + - &451 description: Repository rule violation was detected type: object properties: @@ -61376,7 +61387,7 @@ paths: items: type: object properties: - placeholder_id: &566 + placeholder_id: &567 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -61408,8 +61419,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *272 - *273 + - *274 - name: path description: path parameter in: path @@ -61470,7 +61481,7 @@ paths: description: Response content: application/json: - schema: *421 + schema: *422 examples: default: value: @@ -61505,7 +61516,7 @@ paths: '422': *15 '404': *6 '409': *46 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61525,8 +61536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *272 - *273 + - *274 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -61626,7 +61637,7 @@ paths: site_admin: false contributions: 32 headers: - Link: *57 + Link: *58 '204': description: Response if repository is empty '403': *29 @@ -61649,21 +61660,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *272 - *273 - - *148 + - *274 - *149 - *150 - *151 + - *152 - 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 - - *152 - *153 - *154 + - *155 - *48 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -61683,8 +61694,8 @@ paths: default: 30 - *39 - *40 - - *155 - *156 + - *157 responses: '200': description: Response @@ -61692,11 +61703,11 @@ paths: application/json: schema: type: array - items: &424 + items: &425 type: object description: A Dependabot alert. properties: - number: *53 + number: *54 state: type: string description: The state of the Dependabot alert. @@ -61725,13 +61736,13 @@ paths: enum: - development - runtime - security_advisory: *422 - security_vulnerability: *51 - url: *55 - html_url: *56 - created_at: *54 - updated_at: *132 - dismissed_at: *134 + security_advisory: *423 + security_vulnerability: *52 + url: *56 + html_url: *57 + created_at: *55 + updated_at: *133 + dismissed_at: *135 dismissed_by: title: Simple User description: A GitHub user. @@ -61755,8 +61766,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *133 - auto_dismissed_at: *423 + fixed_at: *134 + auto_dismissed_at: *424 required: - number - state @@ -61822,6 +61833,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 @@ -61983,9 +61997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *272 - *273 - - &425 + - *274 + - &426 name: alert_number in: path description: |- @@ -61994,13 +62008,13 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *53 + schema: *54 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -62056,6 +62070,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 @@ -62110,9 +62127,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *272 - *273 - - *425 + - *274 + - *426 requestBody: required: true content: @@ -62157,7 +62174,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -62286,8 +62303,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -62305,7 +62322,7 @@ paths: type: integer secrets: type: array - items: &428 + items: &429 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -62336,7 +62353,7 @@ paths: created_at: '2020-01-10T10:59:22Z' updated_at: '2020-01-11T11:59:22Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62358,16 +62375,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: - default: *427 + default: *428 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62387,15 +62404,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '200': description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -62421,9 +62438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 requestBody: required: true content: @@ -62451,7 +62468,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -62475,9 +62492,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *272 - *273 - - *126 + - *274 + - *127 responses: '204': description: Response @@ -62499,8 +62516,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: - - *272 - *273 + - *274 - 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 @@ -62636,7 +62653,7 @@ paths: advisory_summary: Ruby OpenID advisory_url: https://github.com/advisories/GHSA-fqfj-cmh6-hj49 headers: - Link: *57 + Link: *58 '404': *6 '403': description: Response if GitHub Advanced Security is not enabled for this @@ -62660,8 +62677,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: - - *272 - *273 + - *274 responses: '200': description: Response @@ -62877,7 +62894,7 @@ paths: spdxElementId: SPDXRef-DOCUMENT relatedSpdxElement: SPDXRef-Repository headers: - Link: *57 + Link: *58 '404': *6 '403': *29 x-github: @@ -62900,8 +62917,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -62976,7 +62993,7 @@ paths: - version - url additionalProperties: false - metadata: &429 + metadata: &430 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -63009,7 +63026,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *429 + metadata: *430 resolved: type: object description: A collection of resolved package dependencies. @@ -63022,7 +63039,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *429 + metadata: *430 relationship: type: string description: A notation of whether a dependency is requested @@ -63151,8 +63168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *272 - *273 + - *274 - name: sha description: The SHA recorded at creation time. in: query @@ -63192,11 +63209,11 @@ paths: application/json: schema: type: array - items: *430 + items: *431 examples: - default: *431 + default: *432 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63260,8 +63277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -63342,7 +63359,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: simple-example: summary: Simple example @@ -63415,9 +63432,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *272 - *273 - - &432 + - *274 + - &433 name: deployment_id description: deployment_id parameter in: path @@ -63429,7 +63446,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: default: value: @@ -63494,9 +63511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *272 - *273 - - *432 + - *274 + - *433 responses: '204': description: Response @@ -63518,9 +63535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *272 - *273 - - *432 + - *274 + - *433 - *17 - *19 responses: @@ -63530,7 +63547,7 @@ paths: application/json: schema: type: array - items: &433 + items: &434 title: Deployment Status description: The status of a deployment. type: object @@ -63621,8 +63638,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -63671,7 +63688,7 @@ paths: environment_url: https://test-branch.lab.acme.com log_url: https://example.com/deployment/42/output headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -63691,9 +63708,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *272 - *273 - - *432 + - *274 + - *433 requestBody: required: true content: @@ -63768,9 +63785,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: &434 + default: &435 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -63826,9 +63843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *272 - *273 - - *432 + - *274 + - *433 - name: status_id in: path required: true @@ -63839,9 +63856,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: - default: *434 + default: *435 '404': *6 x-github: githubCloudOnly: false @@ -63866,8 +63883,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -63924,8 +63941,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -63942,7 +63959,7 @@ paths: type: integer environments: type: array - items: &436 + items: &437 title: Environment description: Details of a deployment environment type: object @@ -63994,7 +64011,7 @@ paths: type: type: string example: wait_timer - wait_timer: &438 + wait_timer: &439 type: integer example: 30 description: The amount of time to delay a job after @@ -64031,11 +64048,11 @@ paths: items: type: object properties: - type: *435 + type: *436 reviewer: anyOf: - *4 - - *187 + - *188 required: - id - node_id @@ -64055,7 +64072,7 @@ paths: - id - node_id - type - deployment_branch_policy: &439 + deployment_branch_policy: &440 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -64171,9 +64188,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *272 - *273 - - &437 + - *274 + - &438 name: environment_name in: path required: true @@ -64186,9 +64203,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &440 + default: &441 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -64272,9 +64289,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *272 - *273 - - *437 + - *274 + - *438 requestBody: required: false content: @@ -64283,7 +64300,7 @@ paths: type: object nullable: true properties: - wait_timer: *438 + wait_timer: *439 prevent_self_review: type: boolean example: false @@ -64300,13 +64317,13 @@ paths: items: type: object properties: - type: *435 + type: *436 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *439 + deployment_branch_policy: *440 additionalProperties: false examples: default: @@ -64326,9 +64343,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *440 + default: *441 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -64352,9 +64369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *272 - *273 - - *437 + - *274 + - *438 responses: '204': description: Default response @@ -64379,9 +64396,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *272 - *273 - - *437 + - *274 + - *438 - *17 - *19 responses: @@ -64399,7 +64416,7 @@ paths: example: 2 branch_policies: type: array - items: &441 + items: &442 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -64456,9 +64473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 + - *274 + - *438 requestBody: required: true content: @@ -64504,9 +64521,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - example-wildcard: &442 + example-wildcard: &443 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -64548,10 +64565,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 - - &443 + - *274 + - *438 + - &444 name: branch_policy_id in: path required: true @@ -64563,9 +64580,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64584,10 +64601,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 - - *443 + - *274 + - *438 + - *444 requestBody: required: true content: @@ -64615,9 +64632,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64636,10 +64653,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *272 - *273 - - *437 - - *443 + - *274 + - *438 + - *444 responses: '204': description: Response @@ -64664,9 +64681,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *437 + - *438 + - *274 - *273 - - *272 responses: '200': description: List of deployment protection rules @@ -64682,7 +64699,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &444 + items: &445 title: Deployment protection rule description: Deployment protection rule type: object @@ -64701,7 +64718,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &445 + app: &446 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -64800,9 +64817,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: - - *437 + - *438 + - *274 - *273 - - *272 requestBody: content: application/json: @@ -64823,9 +64840,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *444 + schema: *445 examples: - default: &446 + default: &447 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -64860,9 +64877,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: - - *437 + - *438 + - *274 - *273 - - *272 - *19 - *17 responses: @@ -64881,7 +64898,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *445 + items: *446 examples: default: value: @@ -64916,10 +64933,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *272 - *273 - - *437 - - &447 + - *274 + - *438 + - &448 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -64931,9 +64948,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - default: *446 + default: *447 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64954,10 +64971,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *437 + - *438 + - *274 - *273 - - *272 - - *447 + - *448 responses: '204': description: Response @@ -64983,9 +65000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *272 - *273 - - *437 + - *274 + - *438 - *17 - *19 responses: @@ -65003,11 +65020,11 @@ paths: type: integer secrets: type: array - items: *318 + items: *319 examples: - default: *319 + default: *320 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65030,17 +65047,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *272 - *273 - - *437 + - *274 + - *438 responses: '200': description: Response content: application/json: - schema: *320 + schema: *321 examples: - default: *321 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65062,18 +65079,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *272 - *273 - - *437 - - *126 + - *274 + - *438 + - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *319 examples: - default: *448 + default: *449 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65095,10 +65112,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *272 - *273 - - *437 - - *126 + - *274 + - *438 + - *127 requestBody: required: true content: @@ -65129,7 +65146,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -65155,10 +65172,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *272 - *273 - - *437 - - *126 + - *274 + - *438 + - *127 responses: '204': description: Default response @@ -65183,10 +65200,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *272 - *273 - - *437 - - *294 + - *274 + - *438 + - *295 - *19 responses: '200': @@ -65203,11 +65220,11 @@ paths: type: integer variables: type: array - items: *322 + items: *323 examples: - default: *323 + default: *324 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65228,9 +65245,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *272 - *273 - - *437 + - *274 + - *438 requestBody: required: true content: @@ -65257,7 +65274,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -65282,18 +65299,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *272 - *273 - - *437 - - *129 + - *274 + - *438 + - *130 responses: '200': description: Response content: application/json: - schema: *322 + schema: *323 examples: - default: *449 + default: *450 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65314,10 +65331,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *272 - *273 - - *129 - - *437 + - *274 + - *130 + - *438 requestBody: required: true content: @@ -65359,10 +65376,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *272 - *273 - - *129 - - *437 + - *274 + - *130 + - *438 responses: '204': description: Response @@ -65384,8 +65401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -65395,7 +65412,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: 200-response: value: @@ -65462,8 +65479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *272 - *273 + - *274 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -65485,7 +65502,7 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: default: value: @@ -65598,7 +65615,7 @@ paths: url: https://api.github.com/licenses/mit node_id: MDc6TGljZW5zZW1pdA== headers: - Link: *57 + Link: *58 '400': *14 x-github: githubCloudOnly: false @@ -65622,8 +65639,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -65655,9 +65672,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 '400': *14 '422': *15 '403': *29 @@ -65678,8 +65695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -65738,8 +65755,8 @@ paths: application/json: schema: oneOf: - - *96 - - *450 + - *97 + - *451 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65764,8 +65781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *272 - *273 + - *274 - name: file_sha in: path required: true @@ -65864,8 +65881,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -65974,7 +65991,7 @@ paths: description: Response content: application/json: - schema: &451 + schema: &452 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -66187,15 +66204,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *272 - *273 - - *404 + - *274 + - *405 responses: '200': description: Response content: application/json: - schema: *451 + schema: *452 examples: default: value: @@ -66251,9 +66268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *272 - *273 - - &452 + - *274 + - &453 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. @@ -66270,7 +66287,7 @@ paths: application/json: schema: type: array - items: &453 + items: &454 title: Git Reference description: Git references within a repository type: object @@ -66323,7 +66340,7 @@ paths: sha: 612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac url: https://api.github.com/repos/octocat/Hello-World/git/commits/612077ae6dffb4d2fbd8ce0cccaa58893b07b5ac headers: - Link: *57 + Link: *58 '409': *46 x-github: githubCloudOnly: false @@ -66345,17 +66362,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *272 - *273 - - *452 + - *274 + - *453 responses: '200': description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: &454 + default: &455 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -66384,8 +66401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -66414,9 +66431,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -66442,9 +66459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *272 - *273 - - *452 + - *274 + - *453 requestBody: required: true content: @@ -66473,9 +66490,9 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: - default: *454 + default: *455 '422': *15 '409': *46 x-github: @@ -66493,9 +66510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *272 - *273 - - *452 + - *274 + - *453 responses: '204': description: Response @@ -66548,8 +66565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -66616,7 +66633,7 @@ paths: description: Response content: application/json: - schema: &456 + schema: &457 title: Git Tag description: Metadata for a Git tag type: object @@ -66667,7 +66684,7 @@ paths: - sha - type - url - verification: *455 + verification: *456 required: - sha - url @@ -66677,7 +66694,7 @@ paths: - tag - message examples: - default: &457 + default: &458 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -66750,8 +66767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *272 - *273 + - *274 - name: tag_sha in: path required: true @@ -66762,9 +66779,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *457 examples: - default: *457 + default: *458 '404': *6 '409': *46 x-github: @@ -66788,8 +66805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -66862,7 +66879,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -66974,8 +66991,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *272 - *273 + - *274 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -66998,7 +67015,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default-response: summary: Default response @@ -67057,8 +67074,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -67068,7 +67085,7 @@ paths: application/json: schema: type: array - items: &459 + items: &460 title: Webhook description: Webhooks for repositories. type: object @@ -67122,7 +67139,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &677 + last_response: &678 title: Hook Response type: object properties: @@ -67177,7 +67194,7 @@ paths: status: unused message: headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -67196,8 +67213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -67249,9 +67266,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: &460 + default: &461 value: type: Repository id: 12345678 @@ -67299,17 +67316,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '200': description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '404': *6 x-github: githubCloudOnly: false @@ -67329,9 +67346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 requestBody: required: true content: @@ -67376,9 +67393,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '422': *15 '404': *6 x-github: @@ -67399,9 +67416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '204': description: Response @@ -67425,9 +67442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '200': description: Response @@ -67454,9 +67471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *272 - *273 - - *164 + - *274 + - *165 requestBody: required: false content: @@ -67500,11 +67517,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *272 - *273 - - *164 - - *17 + - *274 - *165 + - *17 + - *166 responses: '200': description: Response @@ -67512,9 +67529,9 @@ paths: application/json: schema: type: array - items: *166 + items: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -67533,18 +67550,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 - *16 responses: '200': description: Response content: application/json: - schema: *168 + schema: *169 examples: - default: *169 + default: *170 '400': *14 '422': *15 x-github: @@ -67563,9 +67580,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 - *16 responses: '202': *47 @@ -67588,9 +67605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '204': description: Response @@ -67615,9 +67632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *272 - *273 - - *164 + - *274 + - *165 responses: '204': description: Response @@ -67675,14 +67692,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 title: Import description: A repository import from an external source. type: object @@ -67781,7 +67798,7 @@ paths: - html_url - authors_url examples: - default: &464 + default: &465 value: vcs: subversion use_lfs: true @@ -67797,7 +67814,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': &462 + '503': &463 description: Unavailable due to service under maintenance. content: application/json: @@ -67826,8 +67843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -67875,7 +67892,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: default: value: @@ -67900,7 +67917,7 @@ paths: type: string '422': *15 '404': *6 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67928,8 +67945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -67978,7 +67995,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: example-1: summary: Example 1 @@ -68026,7 +68043,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': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68049,12 +68066,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *272 - *273 + - *274 responses: '204': description: Response - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68080,9 +68097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *272 - *273 - - &624 + - *274 + - &625 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -68096,7 +68113,7 @@ paths: application/json: schema: type: array - items: &463 + items: &464 title: Porter Author description: Porter Author type: object @@ -68150,7 +68167,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': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68175,8 +68192,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *272 - *273 + - *274 - name: author_id in: path required: true @@ -68206,7 +68223,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: default: value: @@ -68219,7 +68236,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68243,8 +68260,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -68285,7 +68302,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68313,8 +68330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -68341,11 +68358,11 @@ paths: description: Response content: application/json: - schema: *461 + schema: *462 examples: - default: *464 + default: *465 '422': *15 - '503': *462 + '503': *463 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68368,8 +68385,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -68377,8 +68394,8 @@ paths: application/json: schema: *22 examples: - default: *465 - '301': *284 + default: *466 + '301': *285 '404': *6 x-github: githubCloudOnly: false @@ -68398,8 +68415,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -68407,12 +68424,12 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false examples: - default: &467 + default: &468 value: limit: collaborators_only origin: repository @@ -68437,13 +68454,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: application/json: - schema: *466 + schema: *467 examples: default: summary: Example request body @@ -68455,9 +68472,9 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: - default: *467 + default: *468 '409': description: Response x-github: @@ -68479,8 +68496,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -68503,8 +68520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -68514,9 +68531,9 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: - default: &617 + default: &618 value: - id: 1 repository: @@ -68630,7 +68647,7 @@ paths: html_url: https://github.com/octocat/Hello-World/invitations node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68647,9 +68664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *272 - *273 - - *186 + - *274 + - *187 requestBody: required: false content: @@ -68678,7 +68695,7 @@ paths: description: Response content: application/json: - schema: *468 + schema: *469 examples: default: value: @@ -68809,9 +68826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *272 - *273 - - *186 + - *274 + - *187 responses: '204': description: Response @@ -68842,8 +68859,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *272 - *273 + - *274 - 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 @@ -68883,7 +68900,7 @@ paths: required: false schema: type: string - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -68896,7 +68913,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - *17 - *19 responses: @@ -68906,9 +68923,9 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: &479 + default: &480 value: - id: 1 node_id: MDU6SXNzdWUx @@ -69055,8 +69072,8 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *57 - '301': *284 + Link: *58 + '301': *285 '422': *15 '404': *6 x-github: @@ -69085,8 +69102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -69161,9 +69178,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: &474 + default: &475 value: id: 1 node_id: MDU6SXNzdWUx @@ -69317,9 +69334,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *64 + '503': *65 '404': *6 - '410': *281 + '410': *282 x-github: triggersNotification: true githubCloudOnly: false @@ -69347,9 +69364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *272 - *273 - - *86 + - *274 + - *87 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -69359,7 +69376,7 @@ paths: enum: - asc - desc - - *66 + - *67 - *17 - *19 responses: @@ -69369,9 +69386,9 @@ paths: application/json: schema: type: array - items: *469 + items: *470 examples: - default: &476 + default: &477 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69402,7 +69419,7 @@ paths: issue_url: https://api.github.com/repos/octocat/Hello-World/issues/1347 author_association: COLLABORATOR headers: - Link: *57 + Link: *58 '422': *15 '404': *6 x-github: @@ -69429,17 +69446,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '200': description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: &470 + default: &471 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -69493,9 +69510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -69517,9 +69534,9 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 '422': *15 x-github: githubCloudOnly: false @@ -69537,9 +69554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '204': description: Response @@ -69559,9 +69576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 - 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. @@ -69587,11 +69604,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -69610,9 +69627,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -69644,16 +69661,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -69675,10 +69692,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *272 - *273 - - *75 - - *268 + - *274 + - *76 + - *269 responses: '204': description: Response @@ -69698,8 +69715,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -69709,7 +69726,7 @@ paths: application/json: schema: type: array - items: &473 + items: &474 title: Issue Event description: Issue Event type: object @@ -69752,8 +69769,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *471 - required: *472 + properties: *472 + required: *473 nullable: true label: title: Issue Event Label @@ -69797,7 +69814,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *187 + requested_team: *188 dismissed_review: title: Issue Event Dismissed Review type: object @@ -69862,7 +69879,7 @@ paths: required: - from - to - author_association: *62 + author_association: *63 lock_reason: type: string nullable: true @@ -69875,8 +69892,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 required: - id - node_id @@ -70042,7 +70059,7 @@ paths: author_association: COLLABORATOR state_reason: completed headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -70060,8 +70077,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *272 - *273 + - *274 - name: event_id in: path required: true @@ -70072,7 +70089,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: default: value: @@ -70265,7 +70282,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *281 + '410': *282 '403': *29 x-github: githubCloudOnly: false @@ -70299,9 +70316,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *272 - *273 - - &475 + - *274 + - &476 name: issue_number description: The number that identifies the issue. in: path @@ -70313,12 +70330,12 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 - '301': *284 + default: *475 + '301': *285 '404': *6 - '410': *281 + '410': *282 '304': *37 x-github: githubCloudOnly: false @@ -70343,9 +70360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -70440,15 +70457,15 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 '422': *15 - '503': *64 + '503': *65 '403': *29 - '301': *284 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70466,9 +70483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -70494,9 +70511,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70512,9 +70529,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: content: application/json: @@ -70539,9 +70556,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70563,9 +70580,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: - - *272 - *273 - - *475 + - *274 + - *476 - name: assignee in: path required: true @@ -70605,10 +70622,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *272 - *273 - - *475 - - *66 + - *274 + - *476 + - *67 - *17 - *19 responses: @@ -70618,13 +70635,13 @@ paths: application/json: schema: type: array - items: *469 + items: *470 examples: - default: *476 + default: *477 headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70653,9 +70670,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -70677,16 +70694,16 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *470 + default: *471 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *281 + '410': *282 '422': *15 '404': *6 x-github: @@ -70706,9 +70723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -70722,7 +70739,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &480 + - &481 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -70753,8 +70770,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 label: type: object properties: @@ -70776,7 +70793,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &481 + - &482 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -70807,8 +70824,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 label: type: object properties: @@ -70896,8 +70913,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 assignee: *4 assigner: *4 required: @@ -70912,7 +70929,7 @@ paths: - performed_via_github_app - assignee - assigner - - &482 + - &483 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -70943,8 +70960,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 milestone: type: object properties: @@ -70963,7 +70980,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &483 + - &484 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -70994,8 +71011,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 milestone: type: object properties: @@ -71014,7 +71031,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &484 + - &485 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -71045,8 +71062,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 rename: type: object properties: @@ -71068,7 +71085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &485 + - &486 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -71099,10 +71116,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 review_requester: *4 - requested_team: *187 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -71115,7 +71132,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &486 + - &487 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -71146,10 +71163,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 review_requester: *4 - requested_team: *187 + requested_team: *188 requested_reviewer: *4 required: - review_requester @@ -71162,7 +71179,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &487 + - &488 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -71193,8 +71210,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 dismissed_review: type: object properties: @@ -71222,7 +71239,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &488 + - &489 title: Locked Issue Event description: Locked Issue Event type: object @@ -71253,8 +71270,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 lock_reason: type: string example: '"off-topic"' @@ -71270,7 +71287,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &489 + - &490 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -71301,8 +71318,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 project_card: type: object properties: @@ -71336,7 +71353,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &490 + - &491 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -71367,8 +71384,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 project_card: type: object properties: @@ -71402,7 +71419,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &491 + - &492 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -71433,8 +71450,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 project_card: type: object properties: @@ -71468,7 +71485,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &492 + - &493 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -71558,8 +71575,8 @@ paths: name: label color: red headers: - Link: *57 - '410': *281 + Link: *58 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71576,9 +71593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -71588,7 +71605,7 @@ paths: application/json: schema: type: array - items: &477 + items: &478 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -71635,7 +71652,7 @@ paths: - color - default examples: - default: &478 + default: &479 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -71652,10 +71669,10 @@ paths: color: a2eeef default: false headers: - Link: *57 - '301': *284 + Link: *58 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71672,9 +71689,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -71733,12 +71750,12 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 - '301': *284 + default: *479 + '301': *285 '404': *6 - '410': *281 + '410': *282 '422': *15 x-github: githubCloudOnly: false @@ -71755,9 +71772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -71817,12 +71834,12 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 - '301': *284 + default: *479 + '301': *285 '404': *6 - '410': *281 + '410': *282 '422': *15 x-github: githubCloudOnly: false @@ -71839,15 +71856,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 responses: '204': description: Response - '301': *284 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71866,9 +71883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - name: name in: path required: true @@ -71881,7 +71898,7 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: default: value: @@ -71892,9 +71909,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *284 + '301': *285 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71914,9 +71931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: false content: @@ -71944,7 +71961,7 @@ paths: '204': description: Response '403': *29 - '410': *281 + '410': *282 '404': *6 '422': *15 x-github: @@ -71962,9 +71979,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 responses: '204': description: Response @@ -71986,9 +72003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - 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. @@ -72014,13 +72031,13 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72038,9 +72055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72072,16 +72089,16 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -72103,10 +72120,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *272 - *273 - - *475 - - *268 + - *274 + - *476 + - *269 responses: '204': description: Response @@ -72135,9 +72152,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72159,9 +72176,9 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -72194,9 +72211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -72206,13 +72223,13 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *479 + default: *480 headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72240,9 +72257,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72269,16 +72286,16 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *281 + '410': *282 '422': *15 '404': *6 x-github: @@ -72298,9 +72315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 requestBody: required: true content: @@ -72331,13 +72348,13 @@ paths: description: Response content: application/json: - schema: *76 + schema: *77 examples: - default: *474 + default: *475 '403': *29 '404': *6 '422': *7 - '503': *64 + '503': *65 x-github: triggersNotification: true githubCloudOnly: false @@ -72355,9 +72372,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *272 - *273 - - *475 + - *274 + - *476 - *17 - *19 responses: @@ -72372,7 +72389,6 @@ paths: description: Timeline Event type: object anyOf: - - *480 - *481 - *482 - *483 @@ -72385,6 +72401,7 @@ paths: - *490 - *491 - *492 + - *493 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -72427,7 +72444,7 @@ paths: issue_url: type: string format: uri - author_association: *62 + author_association: *63 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -72437,9 +72454,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - reactions: *63 + properties: *61 + required: *62 + reactions: *64 required: - event - actor @@ -72470,7 +72487,7 @@ paths: properties: type: type: string - issue: *76 + issue: *77 required: - event - created_at @@ -72665,7 +72682,7 @@ paths: type: string body_text: type: string - author_association: *62 + author_association: *63 required: - event - id @@ -72688,7 +72705,7 @@ paths: type: string comments: type: array - items: &513 + items: &514 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -72777,7 +72794,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *62 + author_association: *63 _links: type: object properties: @@ -72861,7 +72878,7 @@ paths: enum: - line - file - reactions: *63 + reactions: *64 body_html: type: string example: '"

comment body

"' @@ -72897,7 +72914,7 @@ paths: type: string comments: type: array - items: *402 + items: *403 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -72928,8 +72945,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 assignee: *4 required: - id @@ -72972,8 +72989,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 assignee: *4 required: - id @@ -73016,8 +73033,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 state_reason: type: string nullable: true @@ -73184,9 +73201,9 @@ paths: type: User site_admin: true headers: - Link: *57 + Link: *58 '404': *6 - '410': *281 + '410': *282 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73203,8 +73220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -73214,7 +73231,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -73263,7 +73280,7 @@ paths: last_used: '2022-01-10T15:53:42Z' enabled: true headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73279,8 +73296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73316,9 +73333,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &494 + default: &495 value: id: 1 key: ssh-rsa AAA... @@ -73352,9 +73369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *272 - *273 - - &495 + - *274 + - &496 name: key_id description: The unique identifier of the key. in: path @@ -73366,9 +73383,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '404': *6 x-github: githubCloudOnly: false @@ -73386,9 +73403,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *272 - *273 - - *495 + - *274 + - *496 responses: '204': description: Response @@ -73408,8 +73425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -73419,11 +73436,11 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 + default: *479 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -73442,8 +73459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73479,9 +73496,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: &496 + default: &497 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -73513,8 +73530,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *272 - *273 + - *274 - name: name in: path required: true @@ -73525,9 +73542,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *496 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -73544,8 +73561,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *272 - *273 + - *274 - name: name in: path required: true @@ -73584,7 +73601,7 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: default: value: @@ -73610,8 +73627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *272 - *273 + - *274 - name: name in: path required: true @@ -73637,8 +73654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -73677,9 +73694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *272 - *273 - - *378 + - *274 + - *379 responses: '200': description: Response @@ -73741,8 +73758,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true required: - _links @@ -73824,8 +73841,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73890,8 +73907,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -73925,9 +73942,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *403 + schema: *404 examples: - default: *497 + default: *498 '204': description: Response when already merged '404': @@ -73952,8 +73969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *272 - *273 + - *274 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -73994,12 +74011,12 @@ paths: application/json: schema: type: array - items: &498 + items: &499 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 examples: default: value: @@ -74038,7 +74055,7 @@ paths: closed_at: '2013-02-12T13:22:01Z' due_on: '2012-10-09T23:39:01Z' headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -74055,8 +74072,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -74096,9 +74113,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: &499 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -74157,9 +74174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *272 - *273 - - &500 + - *274 + - &501 name: milestone_number description: The number that identifies the milestone. in: path @@ -74171,9 +74188,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 '404': *6 x-github: githubCloudOnly: false @@ -74190,9 +74207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *272 - *273 - - *500 + - *274 + - *501 requestBody: required: false content: @@ -74230,9 +74247,9 @@ paths: description: Response content: application/json: - schema: *498 + schema: *499 examples: - default: *499 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74248,9 +74265,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *272 - *273 - - *500 + - *274 + - *501 responses: '204': description: Response @@ -74271,9 +74288,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *272 - *273 - - *500 + - *274 + - *501 - *17 - *19 responses: @@ -74283,11 +74300,11 @@ paths: application/json: schema: type: array - items: *477 + items: *478 examples: - default: *478 + default: *479 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74304,12 +74321,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *272 - *273 - - *501 + - *274 - *502 - - *66 - *503 + - *67 + - *504 - *17 - *19 responses: @@ -74319,11 +74336,11 @@ paths: application/json: schema: type: array - items: *89 + items: *90 examples: - default: *504 + default: *505 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74345,8 +74362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -74404,14 +74421,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: &505 + schema: &506 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -74536,7 +74553,7 @@ paths: - custom_404 - public examples: - default: &506 + default: &507 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -74577,8 +74594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -74632,9 +74649,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *506 examples: - default: *506 + default: *507 '422': *15 '409': *46 x-github: @@ -74657,8 +74674,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -74757,8 +74774,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -74784,8 +74801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -74795,7 +74812,7 @@ paths: application/json: schema: type: array - items: &507 + items: &508 title: Page Build description: Page Build type: object @@ -74870,7 +74887,7 @@ paths: created_at: '2014-02-10T19:00:49Z' updated_at: '2014-02-10T19:00:51Z' headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74889,8 +74906,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *272 - *273 + - *274 responses: '201': description: Response @@ -74935,16 +74952,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: &508 + default: &509 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -74992,8 +75009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *272 - *273 + - *274 - name: build_id in: path required: true @@ -75004,9 +75021,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 + default: *509 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75026,8 +75043,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75133,9 +75150,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *272 - *273 - - &509 + - *274 + - &510 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -75193,11 +75210,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *272 - *273 - - *509 + - *274 + - *510 responses: - '204': *141 + '204': *142 '404': *6 x-github: githubCloudOnly: false @@ -75222,8 +75239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -75454,7 +75471,7 @@ paths: description: Empty response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -75481,8 +75498,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: - - *272 - *273 + - *274 responses: '200': description: Private vulnerability reporting status @@ -75519,10 +75536,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *272 - *273 + - *274 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -75541,10 +75558,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *272 - *273 + - *274 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -75565,8 +75582,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *272 - *273 + - *274 - name: state description: Indicates the state of the projects to return. in: query @@ -75587,7 +75604,7 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: default: value: @@ -75623,11 +75640,11 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *57 + Link: *58 '401': *25 '403': *29 '404': *6 - '410': *281 + '410': *282 '422': *7 x-github: githubCloudOnly: false @@ -75647,8 +75664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75674,13 +75691,13 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *280 + default: *281 '401': *25 '403': *29 '404': *6 - '410': *281 + '410': *282 '422': *7 x-github: githubCloudOnly: false @@ -75700,8 +75717,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -75709,7 +75726,7 @@ paths: application/json: schema: type: array - items: *226 + items: *227 examples: default: value: @@ -75740,8 +75757,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75753,7 +75770,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *226 + items: *227 required: - properties examples: @@ -75803,8 +75820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *272 - *273 + - *274 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -75864,11 +75881,11 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: *511 + default: *512 headers: - Link: *57 + Link: *58 '304': *37 '422': *15 x-github: @@ -75898,8 +75915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -75964,7 +75981,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -76075,8 +76092,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true active_lock_reason: type: string @@ -76121,7 +76138,7 @@ paths: nullable: true requested_teams: type: array - items: *248 + items: *249 nullable: true head: type: object @@ -76130,7 +76147,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: *4 @@ -76147,7 +76164,7 @@ paths: type: string ref: type: string - repo: *59 + repo: *60 sha: type: string user: *4 @@ -76160,14 +76177,14 @@ paths: _links: type: object properties: - comments: *409 - commits: *409 - statuses: *409 - html: *409 - issue: *409 - review_comments: *409 - review_comment: *409 - self: *409 + comments: *410 + commits: *410 + statuses: *410 + html: *410 + issue: *410 + review_comments: *410 + review_comment: *410 + self: *410 required: - comments - commits @@ -76177,8 +76194,8 @@ paths: - review_comments - review_comment - self - author_association: *62 - auto_merge: *512 + author_association: *63 + auto_merge: *513 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -76270,7 +76287,7 @@ paths: - merged_by - review_comments examples: - default: &516 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76797,8 +76814,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *272 - *273 + - *274 - name: sort in: query required: false @@ -76817,7 +76834,7 @@ paths: enum: - asc - desc - - *66 + - *67 - *17 - *19 responses: @@ -76827,9 +76844,9 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: &518 + default: &519 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76881,7 +76898,7 @@ paths: original_line: 2 side: RIGHT headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76906,17 +76923,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -76991,9 +77008,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -77015,9 +77032,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77033,9 +77050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *75 + - *274 + - *76 responses: '204': description: Response @@ -77056,9 +77073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 - 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. @@ -77084,11 +77101,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -77107,9 +77124,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *272 - *273 - - *75 + - *274 + - *76 requestBody: required: true content: @@ -77141,16 +77158,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -77172,10 +77189,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *272 - *273 - - *75 - - *268 + - *274 + - *76 + - *269 responses: '204': description: Response @@ -77218,9 +77235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *272 - *273 - - &517 + - *274 + - &518 name: pull_number description: The number that identifies the pull request. in: path @@ -77233,9 +77250,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '304': *37 '404': *6 '406': @@ -77243,8 +77260,8 @@ paths: content: application/json: schema: *3 - '500': *144 - '503': *64 + '500': *145 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77270,9 +77287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -77314,9 +77331,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *516 + default: *517 '422': *15 '403': *29 x-github: @@ -77338,9 +77355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: true content: @@ -77400,21 +77417,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '401': *25 '403': *29 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -77440,10 +77457,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *272 - *273 - - *517 - - *86 + - *274 + - *518 + - *87 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -77453,7 +77470,7 @@ paths: enum: - asc - desc - - *66 + - *67 - *17 - *19 responses: @@ -77463,11 +77480,11 @@ paths: application/json: schema: type: array - items: *513 + items: *514 examples: - default: *518 + default: *519 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77498,9 +77515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: true content: @@ -77605,7 +77622,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: example-for-a-multi-line-comment: value: @@ -77693,10 +77710,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *272 - *273 - - *517 - - *75 + - *274 + - *518 + - *76 requestBody: required: true content: @@ -77718,7 +77735,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: default: value: @@ -77804,9 +77821,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 - *17 - *19 responses: @@ -77816,11 +77833,11 @@ paths: application/json: schema: type: array - items: *403 + items: *404 examples: - default: *519 + default: *520 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77848,9 +77865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *272 - *273 - - *517 + - *274 + - *518 - *17 - *19 responses: @@ -77860,7 +77877,7 @@ paths: application/json: schema: type: array - items: *418 + items: *419 examples: default: value: @@ -77876,10 +77893,10 @@ paths: patch: "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test" headers: - Link: *57 + Link: *58 '422': *15 - '500': *144 - '503': *64 + '500': *145 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77898,9 +77915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *272 - *273 - - *517 + - *274 + - *518 responses: '204': description: Response if pull request has been merged @@ -77923,9 +77940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -78036,9 +78053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 responses: '200': description: Response @@ -78054,7 +78071,7 @@ paths: items: *4 teams: type: array - items: *187 + items: *188 required: - users - teams @@ -78095,7 +78112,7 @@ paths: repositories_url: https://api.github.com/teams/1/repos parent: headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78113,9 +78130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -78152,7 +78169,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -78688,9 +78705,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: true content: @@ -78724,7 +78741,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -79229,9 +79246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 - *17 - *19 responses: @@ -79241,7 +79258,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -79310,7 +79327,7 @@ paths: type: string body_text: type: string - author_association: *62 + author_association: *63 required: - id - node_id @@ -79359,7 +79376,7 @@ paths: commit_id: ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091 author_association: COLLABORATOR headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79392,9 +79409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -79480,9 +79497,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &522 + default: &523 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79545,10 +79562,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - &521 + - *274 + - *518 + - &522 name: review_id description: The unique identifier of the review. in: path @@ -79560,9 +79577,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: &523 + default: &524 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -79621,10 +79638,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 requestBody: required: true content: @@ -79647,7 +79664,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -79709,18 +79726,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *522 + default: *523 '422': *7 '404': *6 x-github: @@ -79747,10 +79764,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 - *17 - *19 responses: @@ -79829,13 +79846,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *62 + author_association: *63 _links: type: object properties: - self: *409 - html: *409 - pull_request: *409 + self: *410 + html: *410 + pull_request: *410 required: - self - html @@ -79844,7 +79861,7 @@ paths: type: string body_html: type: string - reactions: *63 + reactions: *64 side: description: The side of the first line of the range for a multi-line comment. @@ -79949,7 +79966,7 @@ paths: pull_request: href: https://api.github.com/repos/octocat/Hello-World/pulls/1 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -79978,10 +79995,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 requestBody: required: true content: @@ -80009,7 +80026,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -80072,10 +80089,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *272 - *273 - - *517 - - *521 + - *274 + - *518 + - *522 requestBody: required: true content: @@ -80110,9 +80127,9 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: - default: *523 + default: *524 '404': *6 '422': *7 '403': *29 @@ -80134,9 +80151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *272 - *273 - - *517 + - *274 + - *518 requestBody: required: false content: @@ -80199,8 +80216,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *272 - *273 + - *274 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -80213,9 +80230,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: &525 + default: &526 value: type: file encoding: base64 @@ -80257,8 +80274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *272 - *273 + - *274 - name: dir description: The alternate path to look for a README file in: path @@ -80278,9 +80295,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *525 + default: *526 '404': *6 '422': *15 x-github: @@ -80302,8 +80319,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -80313,7 +80330,7 @@ paths: application/json: schema: type: array - items: &526 + items: &527 title: Release description: A release. type: object @@ -80376,7 +80393,7 @@ paths: author: *4 assets: type: array - items: &527 + items: &528 title: Release Asset description: Data related to a release. type: object @@ -80447,7 +80464,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *63 + reactions: *64 required: - assets_url - upload_url @@ -80537,7 +80554,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -80557,8 +80574,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -80634,9 +80651,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: &530 + default: &531 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -80739,9 +80756,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *272 - *273 - - &528 + - *274 + - &529 name: asset_id description: The unique identifier of the asset. in: path @@ -80753,9 +80770,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &529 + default: &530 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 @@ -80789,7 +80806,7 @@ paths: type: User site_admin: false '404': *6 - '302': *420 + '302': *421 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80805,9 +80822,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *272 - *273 - - *528 + - *274 + - *529 requestBody: required: false content: @@ -80835,9 +80852,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80853,9 +80870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *272 - *273 - - *528 + - *274 + - *529 responses: '204': description: Response @@ -80879,8 +80896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -80965,16 +80982,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *272 - *273 + - *274 responses: '200': description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *530 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80991,8 +81008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *272 - *273 + - *274 - name: tag description: tag parameter in: path @@ -81005,9 +81022,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *530 + default: *531 '404': *6 x-github: githubCloudOnly: false @@ -81029,9 +81046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *272 - *273 - - &531 + - *274 + - &532 name: release_id description: The unique identifier of the release. in: path @@ -81045,9 +81062,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: *526 + schema: *527 examples: - default: *530 + default: *531 '401': description: Unauthorized x-github: @@ -81065,9 +81082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 requestBody: required: false content: @@ -81131,9 +81148,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *527 examples: - default: *530 + default: *531 '404': description: Not Found if the discussion category name is invalid content: @@ -81154,9 +81171,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 responses: '204': description: Response @@ -81176,9 +81193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *272 - *273 - - *531 + - *274 + - *532 - *17 - *19 responses: @@ -81188,7 +81205,7 @@ paths: application/json: schema: type: array - items: *527 + items: *528 examples: default: value: @@ -81224,7 +81241,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81268,9 +81285,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: - - *272 - *273 - - *531 + - *274 + - *532 - name: name in: query required: true @@ -81296,7 +81313,7 @@ paths: description: Response for successful upload content: application/json: - schema: *527 + schema: *528 examples: response-for-successful-upload: value: @@ -81350,9 +81367,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 - 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. @@ -81376,11 +81393,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -81399,9 +81416,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *272 - *273 - - *531 + - *274 + - *532 requestBody: required: true content: @@ -81431,16 +81448,16 @@ paths: description: Reaction exists content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '201': description: Reaction created content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 '422': *15 x-github: githubCloudOnly: false @@ -81462,10 +81479,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *272 - *273 - - *531 - - *268 + - *274 + - *532 + - *269 responses: '204': description: Response @@ -81489,9 +81506,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *272 - *273 - - *340 + - *274 + - *341 - *17 - *19 responses: @@ -81507,8 +81524,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *532 - - &534 + - *533 + - &535 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81528,53 +81545,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *533 - *534 - - allOf: - *535 - - *534 - allOf: - *536 - - *534 + - *535 - allOf: - *537 - - *534 + - *535 - allOf: - *538 - - *534 + - *535 - allOf: - *539 - - *534 + - *535 - allOf: - *540 - - *534 + - *535 - allOf: - *541 - - *534 + - *535 - allOf: - *542 - - *534 + - *535 - allOf: - *543 - - *534 + - *535 - allOf: - *544 - - *534 + - *535 - allOf: - *545 - - *534 + - *535 - allOf: - *546 - - *534 + - *535 - allOf: - *547 - - *534 + - *535 - allOf: - *548 - - *534 + - *535 - allOf: - *549 - - *534 + - *535 + - allOf: + - *550 + - *535 examples: default: value: @@ -81613,8 +81630,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - *17 - *19 - name: includes_parents @@ -81625,7 +81642,7 @@ paths: schema: type: boolean default: true - - *550 + - *551 responses: '200': description: Response @@ -81633,7 +81650,7 @@ paths: application/json: schema: type: array - items: *236 + items: *237 examples: default: value: @@ -81664,7 +81681,7 @@ paths: created_at: '2023-08-15T08:43:03Z' updated_at: '2023-09-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 post: summary: Create a repository ruleset description: Create a ruleset for a repository. @@ -81680,8 +81697,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 requestBody: description: Request body required: true @@ -81701,16 +81718,16 @@ paths: - tag - push default: branch - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *230 + items: *234 + conditions: *231 rules: type: array description: An array of rules within the ruleset. - items: *235 + items: *236 required: - name - enforcement @@ -81741,9 +81758,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: &560 + default: &561 value: id: 42 name: super cool ruleset @@ -81776,7 +81793,7 @@ paths: created_at: '2023-07-15T08:43:03Z' updated_at: '2023-08-23T16:29:47Z' '404': *6 - '500': *144 + '500': *145 "/repos/{owner}/{repo}/rulesets/rule-suites": get: summary: List repository rule suites @@ -81790,12 +81807,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *272 - *273 - - *551 + - *274 - *552 - *553 - *554 + - *555 - *17 - *19 responses: @@ -81803,11 +81820,11 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: - default: *556 + default: *557 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81826,19 +81843,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *272 - *273 - - *557 + - *274 + - *558 responses: '200': description: Response content: application/json: - schema: *558 + schema: *559 examples: - default: *559 + default: *560 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81864,8 +81881,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81885,11 +81902,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *560 + default: *561 '404': *6 - '500': *144 + '500': *145 put: summary: Update a repository ruleset description: Update a ruleset for a repository. @@ -81905,8 +81922,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - name: ruleset_id description: The ID of the ruleset. in: path @@ -81931,16 +81948,16 @@ paths: - branch - tag - push - enforcement: *232 + enforcement: *233 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *233 - conditions: *230 + items: *234 + conditions: *231 rules: description: An array of rules within the ruleset. type: array - items: *235 + items: *236 examples: default: value: @@ -81968,11 +81985,11 @@ paths: description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *560 + default: *561 '404': *6 - '500': *144 + '500': *145 delete: summary: Delete a repository ruleset description: Delete a ruleset for a repository. @@ -81988,8 +82005,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - *273 + - *274 - name: ruleset_id description: The ID of the ruleset. in: path @@ -82000,7 +82017,7 @@ paths: '204': description: Response '404': *6 - '500': *144 + '500': *145 "/repos/{owner}/{repo}/secret-scanning/alerts": get: summary: List secret scanning alerts for a repository @@ -82017,20 +82034,20 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *272 - *273 - - *238 + - *274 - *239 - *240 - *241 + - *242 - *48 - *19 - *17 - - *561 - *562 - - *242 + - *563 - *243 - *244 + - *245 responses: '200': description: Response @@ -82038,11 +82055,11 @@ paths: application/json: schema: type: array - items: &565 + items: &566 type: object properties: - number: *53 - created_at: *54 + number: *54 + created_at: *55 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -82050,15 +82067,15 @@ paths: format: date-time readOnly: true nullable: true - url: *55 - html_url: *56 + url: *56 + html_url: *57 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *563 - resolution: *564 + state: *564 + resolution: *565 resolved_at: type: string format: date-time @@ -82249,7 +82266,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82271,15 +82288,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 responses: '200': description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -82310,7 +82327,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82331,9 +82348,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 requestBody: required: true content: @@ -82341,8 +82358,8 @@ paths: schema: type: object properties: - state: *563 - resolution: *564 + state: *564 + resolution: *565 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -82360,7 +82377,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -82413,7 +82430,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -82435,9 +82452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *272 - *273 - - *372 + - *274 + - *373 - *19 - *17 responses: @@ -82448,7 +82465,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &698 + items: &699 type: object properties: type: @@ -82781,11 +82798,11 @@ paths: details: pull_request_review_comment_url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/12 headers: - Link: *57 + Link: *58 '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82807,8 +82824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -82816,14 +82833,14 @@ paths: schema: type: object properties: - reason: &567 + reason: &568 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *566 + placeholder_id: *567 required: - reason - placeholder_id @@ -82840,7 +82857,7 @@ paths: schema: type: object properties: - reason: *567 + reason: *568 expire_at: type: string format: date-time @@ -82863,7 +82880,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *64 + '503': *65 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -82883,13 +82900,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: - - *272 - *273 + - *274 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *64 + '503': *65 '200': description: Response content: @@ -82899,7 +82916,7 @@ paths: properties: incremental_scans: type: array - items: &568 + items: &569 description: Information on a single scan performed by secret scanning on the repository type: object @@ -82925,15 +82942,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *568 + items: *569 backfill_scans: type: array - items: *568 + items: *569 custom_pattern_backfill_scans: type: array items: allOf: - - *568 + - *569 - type: object properties: pattern_name: @@ -83003,8 +83020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *272 - *273 + - *274 - *48 - name: sort description: The property to sort the results by. @@ -83048,9 +83065,9 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: - default: *570 + default: *571 '400': *14 '404': *6 x-github: @@ -83073,8 +83090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -83147,7 +83164,7 @@ paths: login: type: string description: The username of the user credited. - type: *247 + type: *248 required: - login - type @@ -83234,9 +83251,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &572 + default: &573 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -83469,8 +83486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -83574,7 +83591,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: default: value: @@ -83721,17 +83738,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *272 - *273 - - *571 + - *274 + - *572 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 + default: *573 '403': *29 '404': *6 x-github: @@ -83755,9 +83772,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *272 - *273 - - *571 + - *274 + - *572 requestBody: required: true content: @@ -83830,7 +83847,7 @@ paths: login: type: string description: The username of the user credited. - type: *247 + type: *248 required: - login - type @@ -83916,17 +83933,17 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *572 - add_credit: *572 + default: *573 + add_credit: *573 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *96 + schema: *97 examples: invalid_state_transition: value: @@ -83957,9 +83974,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: - - *272 - *273 - - *571 + - *274 + - *572 responses: '202': *47 '400': *14 @@ -83986,17 +84003,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *272 - *273 - - *571 + - *274 + - *572 responses: '202': description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 '400': *14 '422': *15 '403': *29 @@ -84022,8 +84039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -84100,7 +84117,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -84122,8 +84139,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *272 - *273 + - *274 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -84132,7 +84149,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -84145,7 +84162,7 @@ paths: - 1124 - -435 '202': *47 - '204': *141 + '204': *142 '422': description: Repository contains more than 10,000 commits x-github: @@ -84165,8 +84182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -84215,7 +84232,7 @@ paths: total: 89 week: 1336280400 '202': *47 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84242,8 +84259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -84317,7 +84334,7 @@ paths: d: 77 c: 10 '202': *47 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84339,8 +84356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *272 - *273 + - *274 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -84494,8 +84511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *272 - *273 + - *274 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -84505,7 +84522,7 @@ paths: application/json: schema: type: array - items: *573 + items: *574 examples: default: value: @@ -84518,7 +84535,7 @@ paths: - - 0 - 2 - 21 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84538,8 +84555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *272 - *273 + - *274 - name: sha in: path required: true @@ -84593,7 +84610,7 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: default: value: @@ -84647,8 +84664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -84660,9 +84677,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84680,14 +84697,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *272 - *273 + - *274 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &575 + schema: &576 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84755,8 +84772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *272 - *273 + - *274 requestBody: required: false content: @@ -84782,7 +84799,7 @@ paths: description: Response content: application/json: - schema: *575 + schema: *576 examples: default: value: @@ -84809,8 +84826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -84830,8 +84847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -84887,7 +84904,7 @@ paths: tarball_url: https://github.com/octocat/Hello-World/tarball/v0.1 node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84910,8 +84927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -84919,7 +84936,7 @@ paths: application/json: schema: type: array - items: &576 + items: &577 title: Tag protection description: Tag protection type: object @@ -84971,8 +84988,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: - - *272 - *273 + - *274 requestBody: required: true content: @@ -84995,7 +85012,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *577 examples: default: value: @@ -85026,8 +85043,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: - - *272 - *273 + - *274 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -85064,8 +85081,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *272 - *273 + - *274 - name: ref in: path required: true @@ -85101,8 +85118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *272 - *273 + - *274 - *17 - *19 responses: @@ -85112,11 +85129,11 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - default: *205 + default: *206 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -85134,8 +85151,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *272 - *273 + - *274 - *19 - *17 responses: @@ -85143,7 +85160,7 @@ paths: description: Response content: application/json: - schema: &577 + schema: &578 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -85155,7 +85172,7 @@ paths: required: - names examples: - default: &578 + default: &579 value: names: - octocat @@ -85178,8 +85195,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -85210,9 +85227,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *578 examples: - default: *578 + default: *579 '404': *6 '422': *7 x-github: @@ -85233,9 +85250,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *272 - *273 - - &579 + - *274 + - &580 name: per description: The time frame to display results for. in: query @@ -85264,7 +85281,7 @@ paths: example: 128 clones: type: array - items: &580 + items: &581 title: Traffic type: object properties: @@ -85351,8 +85368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -85442,8 +85459,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *272 - *273 + - *274 responses: '200': description: Response @@ -85503,9 +85520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *272 - *273 - - *579 + - *274 + - *580 responses: '200': description: Response @@ -85524,7 +85541,7 @@ paths: example: 3782 views: type: array - items: *580 + items: *581 required: - uniques - count @@ -85601,8 +85618,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *272 - *273 + - *274 requestBody: required: true content: @@ -85638,7 +85655,7 @@ paths: description: Response content: application/json: - schema: *118 + schema: *119 examples: default: value: @@ -85876,8 +85893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *272 - *273 + - *274 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -85900,8 +85917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -85923,8 +85940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -85950,8 +85967,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *272 - *273 + - *274 - name: ref in: path required: true @@ -86043,9 +86060,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -86086,7 +86103,7 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: default: value: @@ -86275,7 +86292,7 @@ paths: html_url: type: string format: uri - repository: *118 + repository: *119 score: type: number file_size: @@ -86293,7 +86310,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &581 + text_matches: &582 title: Search Result Text Matches type: array items: @@ -86407,7 +86424,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *64 + '503': *65 '422': *15 '403': *29 x-github: @@ -86455,7 +86472,7 @@ paths: enum: - author-date - committer-date - - &582 + - &583 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 @@ -86526,7 +86543,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *338 + properties: *339 nullable: true comment_count: type: integer @@ -86546,7 +86563,7 @@ paths: url: type: string format: uri - verification: *455 + verification: *456 required: - author - committer @@ -86565,7 +86582,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *338 + properties: *339 nullable: true parents: type: array @@ -86578,12 +86595,12 @@ paths: type: string sha: type: string - repository: *118 + repository: *119 score: type: number node_id: type: string - text_matches: *581 + text_matches: *582 required: - sha - node_id @@ -86775,7 +86792,7 @@ paths: - interactions - created - updated - - *582 + - *583 - *17 - *19 responses: @@ -86894,8 +86911,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *407 - required: *408 + properties: *408 + required: *409 nullable: true comments: type: integer @@ -86909,7 +86926,7 @@ paths: type: string format: date-time nullable: true - text_matches: *581 + text_matches: *582 pull_request: type: object properties: @@ -86942,10 +86959,10 @@ paths: type: string score: type: number - author_association: *62 + author_association: *63 draft: type: boolean - repository: *59 + repository: *60 body_html: type: string body_text: @@ -86962,9 +86979,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 - reactions: *63 + properties: *61 + required: *62 + reactions: *64 required: - assignee - closed_at @@ -87080,7 +87097,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *64 + '503': *65 '422': *15 '304': *37 '403': *29 @@ -87133,7 +87150,7 @@ paths: enum: - created - updated - - *582 + - *583 - *17 - *19 responses: @@ -87177,7 +87194,7 @@ paths: nullable: true score: type: number - text_matches: *581 + text_matches: *582 required: - id - node_id @@ -87262,7 +87279,7 @@ paths: - forks - help-wanted-issues - updated - - *582 + - *583 - *17 - *19 responses: @@ -87481,8 +87498,8 @@ paths: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true permissions: type: object @@ -87501,7 +87518,7 @@ paths: - admin - pull - push - text_matches: *581 + text_matches: *582 temp_clone_token: type: string allow_merge_commit: @@ -87703,7 +87720,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *64 + '503': *65 '422': *15 '304': *37 x-github: @@ -87801,7 +87818,7 @@ paths: type: string format: uri nullable: true - text_matches: *581 + text_matches: *582 related: type: array nullable: true @@ -87992,7 +88009,7 @@ paths: - followers - repositories - joined - - *582 + - *583 - *17 - *19 responses: @@ -88096,7 +88113,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *581 + text_matches: *582 blog: type: string nullable: true @@ -88155,7 +88172,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *64 + '503': *65 '422': *15 x-github: githubCloudOnly: false @@ -88175,7 +88192,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &583 + - &584 name: team_id description: The unique identifier of the team. in: path @@ -88187,9 +88204,9 @@ paths: description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 x-github: githubCloudOnly: false @@ -88216,7 +88233,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *583 + - *584 requestBody: required: true content: @@ -88279,16 +88296,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '201': description: Response content: application/json: - schema: *257 + schema: *258 examples: - default: *258 + default: *259 '404': *6 '422': *15 '403': *29 @@ -88316,7 +88333,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *583 + - *584 responses: '204': description: Response @@ -88347,7 +88364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *583 + - *584 - *48 - *17 - *19 @@ -88358,11 +88375,11 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *584 + default: *585 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88389,7 +88406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *583 + - *584 requestBody: required: true content: @@ -88423,9 +88440,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: triggersNotification: true githubCloudOnly: false @@ -88452,16 +88469,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88486,8 +88503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 requestBody: required: false content: @@ -88510,9 +88527,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *585 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88537,8 +88554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 responses: '204': description: Response @@ -88567,8 +88584,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *583 - - *261 + - *584 + - *262 - *48 - *17 - *19 @@ -88579,11 +88596,11 @@ paths: application/json: schema: type: array - items: *262 + items: *263 examples: - default: *586 + default: *587 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88610,8 +88627,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *583 - - *261 + - *584 + - *262 requestBody: required: true content: @@ -88633,9 +88650,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: triggersNotification: true githubCloudOnly: false @@ -88662,17 +88679,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 responses: '200': description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *263 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88697,9 +88714,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 requestBody: required: true content: @@ -88721,9 +88738,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *263 examples: - default: *587 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88748,9 +88765,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 responses: '204': description: Response @@ -88779,9 +88796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 - 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. @@ -88807,11 +88824,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88838,9 +88855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *583 - - *261 - - *264 + - *584 + - *262 + - *265 requestBody: required: true content: @@ -88872,9 +88889,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88900,8 +88917,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 - 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. @@ -88927,11 +88944,11 @@ paths: application/json: schema: type: array - items: *265 + items: *266 examples: - default: *267 + default: *268 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88958,8 +88975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *583 - - *261 + - *584 + - *262 requestBody: required: true content: @@ -88991,9 +89008,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89017,7 +89034,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89027,11 +89044,11 @@ paths: application/json: schema: type: array - items: *184 + items: *185 examples: - default: *185 + default: *186 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89055,7 +89072,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *583 + - *584 - name: role description: Filters members returned by their role in the team. in: query @@ -89078,9 +89095,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -89106,8 +89123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: if user is a member @@ -89143,8 +89160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: Response @@ -89183,8 +89200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: Response @@ -89220,16 +89237,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '200': description: Response content: application/json: - schema: *269 + schema: *270 examples: - response-if-user-is-a-team-maintainer: *588 + response-if-user-is-a-team-maintainer: *589 '404': *6 x-github: githubCloudOnly: false @@ -89262,8 +89279,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *583 - - *131 + - *584 + - *132 requestBody: required: false content: @@ -89288,9 +89305,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - response-if-users-membership-with-team-is-now-pending: *589 + response-if-users-membership-with-team-is-now-pending: *590 '403': description: Forbidden if team synchronization is set up '422': @@ -89324,8 +89341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *583 - - *131 + - *584 + - *132 responses: '204': description: Response @@ -89354,7 +89371,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89364,11 +89381,11 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: - default: *590 + default: *591 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -89393,16 +89410,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *583 - - *271 + - *584 + - *272 responses: '200': description: Response content: application/json: - schema: *270 + schema: *271 examples: - default: *591 + default: *592 '404': description: Not Found if project is not managed by this team x-github: @@ -89427,8 +89444,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *583 - - *271 + - *584 + - *272 requestBody: required: false content: @@ -89496,8 +89513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *583 - - *271 + - *584 + - *272 responses: '204': description: Response @@ -89524,7 +89541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89534,11 +89551,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -89566,15 +89583,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *583 - - *272 + - *584 - *273 + - *274 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *592 + schema: *593 examples: alternative-response-with-extra-repository-information: value: @@ -89725,9 +89742,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *583 - - *272 + - *584 - *273 + - *274 requestBody: required: false content: @@ -89777,9 +89794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *583 - - *272 + - *584 - *273 + - *274 responses: '204': description: Response @@ -89804,7 +89821,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *583 + - *584 - *17 - *19 responses: @@ -89814,11 +89831,11 @@ paths: application/json: schema: type: array - items: *187 + items: *188 examples: - response-if-child-teams-exist: *593 + response-if-child-teams-exist: *594 headers: - Link: *57 + Link: *58 '404': *6 '403': *29 '422': *15 @@ -89849,7 +89866,7 @@ paths: application/json: schema: oneOf: - - &595 + - &596 title: Private User description: Private User type: object @@ -90052,7 +90069,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *594 + - *595 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -90205,7 +90222,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: default: value: @@ -90284,7 +90301,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '304': *37 '404': *6 '403': *29 @@ -90307,7 +90324,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: - - *131 + - *132 responses: '204': description: If the user is blocked @@ -90335,7 +90352,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#block-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -90359,7 +90376,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/blocking#unblock-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -90408,11 +90425,11 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -90549,21 +90566,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '401': *25 '403': *29 '404': *6 - '503': *64 + '503': *65 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90603,7 +90620,7 @@ paths: type: integer secrets: type: array - items: &596 + items: &597 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -90643,9 +90660,9 @@ paths: - visibility - selected_repositories_url examples: - default: *395 + default: *396 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90713,13 +90730,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *126 + - *127 responses: '200': description: Response content: application/json: - schema: *596 + schema: *597 examples: default: value: @@ -90749,7 +90766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *126 + - *127 requestBody: required: true content: @@ -90794,7 +90811,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -90822,7 +90839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *126 + - *127 responses: '204': description: Response @@ -90847,7 +90864,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *126 + - *127 responses: '200': description: Response @@ -90863,13 +90880,13 @@ paths: type: integer repositories: type: array - items: *118 + items: *119 examples: - default: *597 + default: *598 '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90890,7 +90907,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *126 + - *127 requestBody: required: true content: @@ -90922,7 +90939,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90944,7 +90961,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *126 + - *127 - name: repository_id in: path required: true @@ -90956,7 +90973,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -90977,7 +90994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *126 + - *127 - name: repository_id in: path required: true @@ -90989,7 +91006,7 @@ paths: '401': *25 '403': *29 '404': *6 - '500': *144 + '500': *145 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91009,17 +91026,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91043,7 +91060,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 requestBody: required: false content: @@ -91073,9 +91090,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '401': *25 '403': *29 '404': *6 @@ -91097,11 +91114,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': *47 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91126,13 +91143,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': description: Response content: application/json: - schema: &598 + schema: &599 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -91173,7 +91190,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &599 + default: &600 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -91181,7 +91198,7 @@ paths: sha: fd95a81ca01e48ede9f39c799ecbcef817b8a3b2 id: latest export_url: https://api.github.com/user/codespaces/:name/exports/latest - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91205,7 +91222,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *193 + - *194 - name: export_id in: path required: true @@ -91218,9 +91235,9 @@ paths: description: Response content: application/json: - schema: *598 + schema: *599 examples: - default: *599 + default: *600 '404': *6 x-github: githubCloudOnly: false @@ -91241,7 +91258,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *193 + - *194 responses: '200': description: Response @@ -91257,11 +91274,11 @@ paths: type: integer machines: type: array - items: *600 + items: *601 examples: - default: *601 + default: *602 '304': *37 - '500': *144 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -91288,7 +91305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *193 + - *194 requestBody: required: true content: @@ -91338,13 +91355,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *283 + repository: *284 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *393 - required: *394 + properties: *394 + required: *395 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -92118,17 +92135,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 + default: *393 '304': *37 - '500': *144 + '500': *145 '400': *14 '401': *25 '402': @@ -92158,16 +92175,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *392 - '500': *144 + default: *393 + '500': *145 '401': *25 '403': *29 '404': *6 @@ -92196,9 +92213,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: &614 + default: &615 value: - id: 197 name: hello_docker @@ -92299,7 +92316,7 @@ paths: application/json: schema: type: array - items: &602 + items: &603 title: Email description: Email type: object @@ -92364,16 +92381,16 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: &616 + default: &617 value: - email: octocat@github.com verified: true primary: true visibility: public headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -92441,7 +92458,7 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: default: value: @@ -92551,9 +92568,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -92584,9 +92601,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -92606,7 +92623,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: - - *131 + - *132 responses: '204': description: if the person is followed by the authenticated user @@ -92636,7 +92653,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#follow-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -92661,7 +92678,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#unfollow-a-user parameters: - - *131 + - *132 responses: '204': description: Response @@ -92697,7 +92714,7 @@ paths: application/json: schema: type: array - items: &603 + items: &604 title: GPG Key description: A unique encryption key type: object @@ -92828,7 +92845,7 @@ paths: - subkeys - revoked examples: - default: &627 + default: &628 value: - id: 3 name: Octocat's GPG Key @@ -92860,7 +92877,7 @@ paths: revoked: false raw_key: string headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -92913,9 +92930,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: &604 + default: &605 value: id: 3 name: Octocat's GPG Key @@ -92972,7 +92989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &605 + - &606 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -92984,9 +93001,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *604 examples: - default: *604 + default: *605 '404': *6 '304': *37 '403': *29 @@ -93009,7 +93026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *605 + - *606 responses: '204': description: Response @@ -93152,7 +93169,7 @@ paths: suspended_at: suspended_by: headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -93198,11 +93215,11 @@ paths: type: string repositories: type: array - items: *59 + items: *60 examples: - default: *606 + default: *607 headers: - Link: *57 + Link: *58 '404': *6 '403': *29 '304': *37 @@ -93225,7 +93242,7 @@ paths: url: https://docs.github.com/rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *108 + - *109 responses: '204': description: Response @@ -93251,7 +93268,7 @@ paths: url: https://docs.github.com/rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *108 + - *109 responses: '204': description: Response @@ -93285,12 +93302,12 @@ paths: application/json: schema: anyOf: - - *182 + - *183 - type: object properties: {} additionalProperties: false examples: - default: *183 + default: *184 '204': description: Response when there are no restrictions x-github: @@ -93314,7 +93331,7 @@ paths: required: true content: application/json: - schema: *466 + schema: *467 examples: default: value: @@ -93325,7 +93342,7 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: value: @@ -93406,7 +93423,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -93419,7 +93436,7 @@ paths: - comments default: created - *48 - - *66 + - *67 - *17 - *19 responses: @@ -93429,11 +93446,11 @@ paths: application/json: schema: type: array - items: *76 + items: *77 examples: - default: *189 + default: *190 headers: - Link: *57 + Link: *58 '404': *6 '304': *37 x-github: @@ -93464,7 +93481,7 @@ paths: application/json: schema: type: array - items: &607 + items: &608 title: Key description: Key type: object @@ -93511,7 +93528,7 @@ paths: verified: false read_only: false headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -93561,9 +93578,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &608 + default: &609 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -93596,15 +93613,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *495 + - *496 responses: '200': description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '304': *37 '403': *29 @@ -93627,7 +93644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *495 + - *496 responses: '204': description: Response @@ -93660,7 +93677,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -93717,7 +93734,7 @@ paths: - id - type - login - plan: *80 + plan: *81 required: - billing_cycle - next_billing_date @@ -93728,7 +93745,7 @@ paths: - account - plan examples: - default: &610 + default: &611 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -93761,7 +93778,7 @@ paths: - Up to 25 private repositories - 11 concurrent builds headers: - Link: *57 + Link: *58 '304': *37 '401': *25 '404': *6 @@ -93790,11 +93807,11 @@ paths: application/json: schema: type: array - items: *609 + items: *610 examples: - default: *610 + default: *611 headers: - Link: *57 + Link: *58 '304': *37 '401': *25 x-github: @@ -93832,7 +93849,7 @@ paths: application/json: schema: type: array - items: *196 + items: *197 examples: default: value: @@ -93909,7 +93926,7 @@ paths: type: User site_admin: false headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -93934,13 +93951,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user parameters: - - *93 + - *94 responses: '200': description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -93998,7 +94015,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user parameters: - - *93 + - *94 requestBody: required: true content: @@ -94023,7 +94040,7 @@ paths: description: Response content: application/json: - schema: *196 + schema: *197 examples: default: value: @@ -94091,7 +94108,7 @@ paths: application/json: schema: type: array - items: *198 + items: *199 examples: default: value: @@ -94244,7 +94261,7 @@ paths: updated_at: '2015-07-06T15:33:38-07:00' node_id: MDQ6VXNlcjE= headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -94344,7 +94361,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -94524,7 +94541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *199 + - *200 - name: exclude in: query required: false @@ -94537,7 +94554,7 @@ paths: description: Response content: application/json: - schema: *198 + schema: *199 examples: default: value: @@ -94731,7 +94748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *199 + - *200 responses: '302': description: Response @@ -94757,7 +94774,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *199 + - *200 responses: '204': description: Response @@ -94786,8 +94803,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *199 - - *611 + - *200 + - *612 responses: '204': description: Response @@ -94811,7 +94828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *199 + - *200 - *17 - *19 responses: @@ -94821,11 +94838,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 '404': *6 x-github: githubCloudOnly: false @@ -94858,11 +94875,11 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *612 + default: *613 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -94902,7 +94919,7 @@ paths: - docker - nuget - container - - *613 + - *614 - *19 - *17 responses: @@ -94912,10 +94929,10 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *614 - '400': *615 + default: *615 + '400': *616 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -94935,16 +94952,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *208 - *209 + - *210 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: - default: &628 + default: &629 value: id: 40201 name: octo-name @@ -95057,8 +95074,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *208 - *209 + - *210 responses: '204': description: Response @@ -95088,8 +95105,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *208 - *209 + - *210 - name: token description: package token schema: @@ -95121,8 +95138,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: - - *208 - *209 + - *210 - *19 - *17 - name: state @@ -95142,7 +95159,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -95191,15 +95208,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *208 - *209 - - *211 + - *210 + - *212 responses: '200': description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -95235,9 +95252,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *208 - *209 - - *211 + - *210 + - *212 responses: '204': description: Response @@ -95267,9 +95284,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *208 - *209 - - *211 + - *210 + - *212 responses: '204': description: Response @@ -95325,7 +95342,7 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: default: value: @@ -95394,11 +95411,11 @@ paths: application/json: schema: type: array - items: *602 + items: *603 examples: - default: *616 + default: *617 headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -95507,9 +95524,9 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default: &623 + default: &624 summary: Default response value: - id: 1296269 @@ -95811,9 +95828,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: - default: *285 + default: *286 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -95851,11 +95868,11 @@ paths: application/json: schema: type: array - items: *468 + items: *469 examples: - default: *617 + default: *618 headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -95876,7 +95893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response @@ -95899,7 +95916,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *186 + - *187 responses: '204': description: Response @@ -95932,7 +95949,7 @@ paths: application/json: schema: type: array - items: &618 + items: &619 title: Social account description: Social media account type: object @@ -95947,12 +95964,12 @@ paths: - provider - url examples: - default: &619 + default: &620 value: - provider: twitter url: https://twitter.com/github headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -96009,9 +96026,9 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: - default: *619 + default: *620 '422': *15 '304': *37 '404': *6 @@ -96098,7 +96115,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -96118,7 +96135,7 @@ paths: - title - created_at examples: - default: &635 + default: &636 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96131,7 +96148,7 @@ paths: title: ssh-rsa AAAAB3NzaC1yc2EAAB created_at: '2020-07-11T21:31:57Z' headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -96184,9 +96201,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -96217,7 +96234,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: - - &622 + - &623 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -96229,9 +96246,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 '404': *6 '304': *37 '403': *29 @@ -96254,7 +96271,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: - - *622 + - *623 responses: '204': description: Response @@ -96283,7 +96300,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &636 + - &637 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 @@ -96306,13 +96323,13 @@ paths: application/json: schema: type: array - items: *59 + items: *60 examples: - default-response: *623 + default-response: *624 application/vnd.github.v3.star+json: schema: type: array - items: &637 + items: &638 title: Starred Repository description: Starred Repository type: object @@ -96320,7 +96337,7 @@ paths: starred_at: type: string format: date-time - repo: *59 + repo: *60 required: - starred_at - repo @@ -96448,7 +96465,7 @@ paths: open_issues: 1 watchers: 1 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -96468,8 +96485,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: - - *272 - *273 + - *274 responses: '204': description: Response if this repository is starred by you @@ -96497,8 +96514,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -96522,8 +96539,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *272 - *273 + - *274 responses: '204': description: Response @@ -96556,11 +96573,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 '304': *37 '403': *29 '401': *25 @@ -96595,7 +96612,7 @@ paths: application/json: schema: type: array - items: *257 + items: *258 examples: default: value: @@ -96646,7 +96663,7 @@ paths: updated_at: '2017-08-17T12:37:15Z' type: Organization headers: - Link: *57 + Link: *58 '304': *37 '404': *6 '403': *29 @@ -96673,7 +96690,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user-using-their-id parameters: - - *82 + - *83 responses: '200': description: Response @@ -96681,10 +96698,10 @@ paths: application/json: schema: oneOf: + - *596 - *595 - - *594 examples: - default-response: &625 + default-response: &626 summary: Default response value: login: octocat @@ -96719,7 +96736,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &626 + response-with-git-hub-plan-information: &627 summary: Response with GitHub plan information value: login: octocat @@ -96779,7 +96796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *624 + - *625 - *17 responses: '200': @@ -96790,7 +96807,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: example: ; rel="next" @@ -96820,7 +96837,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-a-user parameters: - - *131 + - *132 responses: '200': description: Response @@ -96828,11 +96845,11 @@ paths: application/json: schema: oneOf: + - *596 - *595 - - *594 examples: - default-response: *625 - response-with-git-hub-plan-information: *626 + default-response: *626 + response-with-git-hub-plan-information: *627 '404': *6 x-github: githubCloudOnly: false @@ -96858,7 +96875,7 @@ paths: - *17 - *39 - *40 - - *131 + - *132 - name: subject_digest description: Subject Digest in: path @@ -96960,7 +96977,7 @@ paths: description: Response content: application/json: - schema: *127 + schema: *128 examples: default: value: @@ -96986,7 +97003,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: - - *131 + - *132 responses: '200': description: Response @@ -96994,9 +97011,9 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *614 + default: *615 '403': *29 '401': *25 x-github: @@ -97019,7 +97036,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97029,7 +97046,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -97100,8 +97117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *131 - - *93 + - *132 + - *94 - *17 - *19 responses: @@ -97111,7 +97128,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -97190,7 +97207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97200,7 +97217,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -97267,7 +97284,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-followers-of-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97279,9 +97296,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97298,7 +97315,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#list-the-people-a-user-follows parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97310,9 +97327,9 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97329,7 +97346,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *131 + - *132 - name: target_user in: path required: true @@ -97356,8 +97373,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/gists/gists#list-gists-for-a-user parameters: - - *131 - - *66 + - *132 + - *67 - *17 - *19 responses: @@ -97367,11 +97384,11 @@ paths: application/json: schema: type: array - items: *67 + items: *68 examples: - default: *68 + default: *69 headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -97390,7 +97407,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97400,11 +97417,11 @@ paths: application/json: schema: type: array - items: *603 + items: *604 examples: - default: *627 + default: *628 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97426,7 +97443,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#get-contextual-information-for-a-user parameters: - - *131 + - *132 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -97498,7 +97515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *131 + - *132 responses: '200': description: Response @@ -97506,7 +97523,7 @@ paths: application/json: schema: *22 examples: - default: *465 + default: *466 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97524,7 +97541,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#list-public-keys-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97552,7 +97569,7 @@ paths: - id: 1 key: ssh-rsa AAA... headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97572,7 +97589,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -97582,11 +97599,11 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: - default: *612 + default: *613 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97623,8 +97640,8 @@ paths: - docker - nuget - container - - *613 - - *131 + - *614 + - *132 - *19 - *17 responses: @@ -97634,12 +97651,12 @@ paths: application/json: schema: type: array - items: *206 + items: *207 examples: - default: *614 + default: *615 '403': *29 '401': *25 - '400': *615 + '400': *616 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97659,17 +97676,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *208 - *209 - - *131 + - *210 + - *132 responses: '200': description: Response content: application/json: - schema: *206 + schema: *207 examples: - default: *628 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -97690,9 +97707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *208 - *209 - - *131 + - *210 + - *132 responses: '204': description: Response @@ -97724,9 +97741,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *208 - *209 - - *131 + - *210 + - *132 - name: token description: package token schema: @@ -97758,9 +97775,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: - - *208 - *209 - - *131 + - *210 + - *132 responses: '200': description: Response @@ -97768,7 +97785,7 @@ paths: application/json: schema: type: array - items: *210 + items: *211 examples: default: value: @@ -97826,16 +97843,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *208 - *209 - - *211 - - *131 + - *210 + - *212 + - *132 responses: '200': description: Response content: application/json: - schema: *210 + schema: *211 examples: default: value: @@ -97870,10 +97887,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *208 - *209 - - *131 - - *211 + - *210 + - *132 + - *212 responses: '204': description: Response @@ -97905,10 +97922,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *208 - *209 - - *131 - - *211 + - *210 + - *132 + - *212 responses: '204': description: Response @@ -97931,7 +97948,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-user-projects parameters: - - *131 + - *132 - name: state description: Indicates the state of the projects to return. in: query @@ -97952,7 +97969,7 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: default: value: @@ -97988,7 +98005,7 @@ paths: created_at: '2011-04-10T20:09:31Z' updated_at: '2014-03-03T18:58:10Z' headers: - Link: *57 + Link: *58 '422': *15 x-github: githubCloudOnly: false @@ -98011,7 +98028,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98021,7 +98038,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -98100,7 +98117,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-received-by-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98110,7 +98127,7 @@ paths: application/json: schema: type: array - items: *88 + items: *89 examples: default: value: @@ -98187,7 +98204,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user parameters: - - *131 + - *132 - name: type description: Limit results to repositories of the specified type. in: query @@ -98230,11 +98247,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98256,15 +98273,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98286,15 +98303,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98316,15 +98333,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *131 + - *132 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98342,7 +98359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98352,11 +98369,11 @@ paths: application/json: schema: type: array - items: *618 + items: *619 examples: - default: *619 + default: *620 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98374,7 +98391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98384,11 +98401,11 @@ paths: application/json: schema: type: array - items: *620 + items: *621 examples: - default: *635 + default: *636 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98410,8 +98427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *131 - - *636 + - *132 + - *637 - *48 - *17 - *19 @@ -98423,13 +98440,13 @@ paths: schema: anyOf: - type: array - items: *637 + items: *638 - type: array - items: *59 + items: *60 examples: - default-response: *623 + default-response: *624 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98446,7 +98463,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *131 + - *132 - *17 - *19 responses: @@ -98456,11 +98473,11 @@ paths: application/json: schema: type: array - items: *118 + items: *119 examples: - default: *212 + default: *213 headers: - Link: *57 + Link: *58 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98586,7 +98603,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &638 + enterprise: &639 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -98644,7 +98661,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &639 + installation: &640 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -98663,7 +98680,7 @@ x-webhooks: required: - id - node_id - organization: &640 + organization: &641 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -98723,13 +98740,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &641 + repository: &642 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &671 + properties: &672 id: description: Unique identifier of the repository example: 42 @@ -98749,8 +98766,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *77 - required: *78 + properties: *78 + required: *79 nullable: true organization: title: Simple User @@ -99412,7 +99429,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &672 + required: &673 - archive_url - assignees_url - blobs_url @@ -99563,10 +99580,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -99642,11 +99659,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - rule: &642 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + rule: &643 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) @@ -99869,11 +99886,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - rule: *642 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + rule: *643 sender: *4 required: - action @@ -100056,11 +100073,11 @@ x-webhooks: - everyone required: - from - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - rule: *642 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + rule: *643 sender: *4 required: - action @@ -100144,7 +100161,7 @@ x-webhooks: type: string enum: - completed - check_run: &644 + check_run: &645 title: CheckRun description: A check performed on the code of a given code change type: object @@ -100158,8 +100175,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 check_suite: description: A suite of checks performed on the code of a given code change @@ -100207,8 +100224,8 @@ x-webhooks: type: string pull_requests: type: array - items: *351 - repository: *118 + items: *352 + repository: *119 status: example: completed type: string @@ -100245,7 +100262,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *643 + deployment: *644 details_url: example: https://example.com type: string @@ -100295,7 +100312,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *351 + items: *352 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -100330,9 +100347,9 @@ x-webhooks: - output - app - pull_requests - installation: *639 - organization: *640 - repository: *641 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - check_run @@ -100725,10 +100742,10 @@ x-webhooks: type: string enum: - created - check_run: *644 - installation: *639 - organization: *640 - repository: *641 + check_run: *645 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - check_run @@ -101124,10 +101141,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *644 - installation: *639 - organization: *640 - repository: *641 + check_run: *645 + installation: *640 + organization: *641 + repository: *642 requested_action: description: The action requested by the user. type: object @@ -101532,10 +101549,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *644 - installation: *639 - organization: *640 - repository: *641 + check_run: *645 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - check_run @@ -102512,10 +102529,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -103185,10 +103202,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -103852,10 +103869,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -104018,7 +104035,7 @@ x-webhooks: required: - login - id - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104163,20 +104180,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &645 + commit_oid: &646 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: *638 - installation: *639 - organization: *640 - ref: &646 + enterprise: *639 + installation: *640 + organization: *641 + ref: &647 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: *641 + repository: *642 sender: *4 required: - action @@ -104338,7 +104355,7 @@ x-webhooks: required: - login - id - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -104499,12 +104516,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -104599,7 +104616,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -104765,12 +104782,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -104933,7 +104950,7 @@ x-webhooks: required: - login - id - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -105099,12 +105116,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -105201,7 +105218,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105369,16 +105386,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 ref: 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 nullable: true - repository: *641 + repository: *642 sender: *4 required: - action @@ -105472,7 +105489,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *367 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -105612,12 +105629,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *645 - enterprise: *638 - installation: *639 - organization: *640 - ref: *646 - repository: *641 + commit_oid: *646 + enterprise: *639 + installation: *640 + organization: *641 + ref: *647 + repository: *642 sender: *4 required: - action @@ -105874,10 +105891,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -105957,18 +105974,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *640 - pusher_type: &647 + organization: *641 + pusher_type: &648 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &648 + ref: &649 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -105978,7 +105995,7 @@ x-webhooks: enum: - tag - branch - repository: *641 + repository: *642 sender: *4 required: - ref @@ -106060,10 +106077,10 @@ x-webhooks: type: string enum: - created - definition: *222 - enterprise: *638 - installation: *639 - organization: *640 + definition: *223 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -106148,9 +106165,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -106227,10 +106244,10 @@ x-webhooks: type: string enum: - updated - definition: *222 - enterprise: *638 - installation: *639 - organization: *640 + definition: *223 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -106307,19 +106324,19 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - repository: *641 - organization: *640 + enterprise: *639 + installation: *640 + repository: *642 + organization: *641 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *226 + items: *227 old_property_values: type: array description: The old custom property values for the repository. - items: *226 + items: *227 required: - action - repository @@ -106395,18 +106412,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - pusher_type: *647 - ref: *648 + enterprise: *639 + installation: *640 + organization: *641 + pusher_type: *648 + ref: *649 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *641 + repository: *642 sender: *4 required: - ref @@ -106490,11 +106507,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106578,11 +106595,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106666,11 +106683,11 @@ x-webhooks: type: string enum: - created - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106752,11 +106769,11 @@ x-webhooks: type: string enum: - dismissed - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106838,11 +106855,11 @@ x-webhooks: type: string enum: - fixed - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -106925,11 +106942,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -107011,11 +107028,11 @@ x-webhooks: type: string enum: - reopened - alert: *424 - installation: *639 - organization: *640 - enterprise: *638 - repository: *641 + alert: *425 + installation: *640 + organization: *641 + enterprise: *639 + repository: *642 sender: *4 required: - action @@ -107092,9 +107109,9 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - key: &649 + enterprise: *639 + installation: *640 + key: &650 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -107130,8 +107147,8 @@ x-webhooks: - verified - created_at - read_only - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -107208,11 +107225,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - key: *649 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + key: *650 + organization: *641 + repository: *642 sender: *4 required: - action @@ -107773,12 +107790,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: &653 + workflow: &654 title: Workflow type: object nullable: true @@ -108504,13 +108521,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *430 + deployment: *431 pull_requests: type: array - items: *515 - repository: *641 - organization: *640 - installation: *639 + items: *516 + repository: *642 + organization: *641 + installation: *640 sender: *4 responses: '200': @@ -108581,7 +108598,7 @@ x-webhooks: type: string enum: - approved - approver: &650 + approver: &651 type: object properties: avatar_url: @@ -108624,11 +108641,11 @@ x-webhooks: type: string comment: type: string - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - reviewers: &651 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + reviewers: &652 type: array items: type: object @@ -108707,7 +108724,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &652 + workflow_job_run: &653 type: object properties: conclusion: @@ -109438,18 +109455,18 @@ x-webhooks: type: string enum: - rejected - approver: *650 + approver: *651 comment: type: string - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - reviewers: *651 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + reviewers: *652 sender: *4 since: type: string - workflow_job_run: *652 + workflow_job_run: *653 workflow_job_runs: type: array items: @@ -110153,13 +110170,13 @@ x-webhooks: type: string enum: - requested - enterprise: *638 + enterprise: *639 environment: type: string - installation: *639 - organization: *640 - repository: *641 - requestor: &658 + installation: *640 + organization: *641 + repository: *642 + requestor: &659 title: User type: object nullable: true @@ -112058,12 +112075,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Deployment Workflow Run type: object @@ -112743,7 +112760,7 @@ x-webhooks: type: string enum: - answered - answer: &656 + answer: &657 type: object properties: author_association: @@ -112900,7 +112917,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &654 + discussion: &655 title: Discussion description: A Discussion in a repository. type: object @@ -113186,7 +113203,7 @@ x-webhooks: - id labels: type: array - items: *477 + items: *478 required: - repository_url - category @@ -113208,10 +113225,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113338,11 +113355,11 @@ x-webhooks: - from required: - category - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113425,11 +113442,11 @@ x-webhooks: type: string enum: - closed - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113511,7 +113528,7 @@ x-webhooks: type: string enum: - created - comment: &655 + comment: &656 type: object properties: author_association: @@ -113668,11 +113685,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113755,12 +113772,12 @@ x-webhooks: type: string enum: - deleted - comment: *655 - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + comment: *656 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113855,12 +113872,12 @@ x-webhooks: - from required: - body - comment: *655 - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + comment: *656 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -113944,11 +113961,11 @@ x-webhooks: type: string enum: - created - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114030,11 +114047,11 @@ x-webhooks: type: string enum: - deleted - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114134,11 +114151,11 @@ x-webhooks: type: string required: - from - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114220,10 +114237,10 @@ x-webhooks: type: string enum: - labeled - discussion: *654 - enterprise: *638 - installation: *639 - label: &657 + discussion: *655 + enterprise: *639 + installation: *640 + label: &658 title: Label type: object properties: @@ -114255,8 +114272,8 @@ x-webhooks: - color - default - description - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114339,11 +114356,11 @@ x-webhooks: type: string enum: - locked - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114425,11 +114442,11 @@ x-webhooks: type: string enum: - pinned - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114511,11 +114528,11 @@ x-webhooks: type: string enum: - reopened - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114600,16 +114617,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *654 - new_repository: *641 + new_discussion: *655 + new_repository: *642 required: - new_discussion - new_repository - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114692,10 +114709,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *654 - old_answer: *656 - organization: *640 - repository: *641 + discussion: *655 + old_answer: *657 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114777,12 +114794,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *654 - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114865,11 +114882,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -114951,11 +114968,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *654 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + discussion: *655 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -115028,7 +115045,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *638 + enterprise: *639 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -115688,9 +115705,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *639 - organization: *640 - repository: *641 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - forkee @@ -115836,9 +115853,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pages: description: The pages that were updated. type: array @@ -115875,7 +115892,7 @@ x-webhooks: - action - sha - html_url - repository: *641 + repository: *642 sender: *4 required: - pages @@ -115951,10 +115968,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: &659 + organization: *641 + repositories: &660 description: An array of repository objects that the installation can access. type: array @@ -115980,8 +115997,8 @@ x-webhooks: - name - full_name - private - repository: *641 - requester: *658 + repository: *642 + requester: *659 sender: *4 required: - action @@ -116056,11 +116073,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116136,11 +116153,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116216,10 +116233,10 @@ x-webhooks: type: string enum: - added - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories_added: &660 + organization: *641 + repositories_added: &661 description: An array of repository objects, which were added to the installation. type: array @@ -116265,15 +116282,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *641 - repository_selection: &661 + repository: *642 + repository_selection: &662 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *658 + requester: *659 sender: *4 required: - action @@ -116352,10 +116369,10 @@ x-webhooks: type: string enum: - removed - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories_added: *660 + organization: *641 + repositories_added: *661 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -116382,9 +116399,9 @@ x-webhooks: - name - full_name - private - repository: *641 - repository_selection: *661 - requester: *658 + repository: *642 + repository_selection: *662 + requester: *659 sender: *4 required: - action @@ -116463,11 +116480,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116645,10 +116662,10 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 target_type: type: string @@ -116727,11 +116744,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *638 + enterprise: *639 installation: *22 - organization: *640 - repositories: *659 - repository: *641 + organization: *641 + repositories: *660 + repository: *642 requester: nullable: true sender: *4 @@ -116855,8 +116872,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *60 - required: *61 + properties: *61 + required: *62 reactions: title: Reactions type: object @@ -116983,8 +117000,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -118139,8 +118156,8 @@ x-webhooks: - state - locked - assignee - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -118220,7 +118237,7 @@ x-webhooks: type: string enum: - deleted - comment: &662 + comment: &663 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -118385,8 +118402,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -119539,8 +119556,8 @@ x-webhooks: - state - locked - assignee - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -119620,7 +119637,7 @@ x-webhooks: type: string enum: - edited - changes: &690 + changes: &691 description: The changes to the comment. type: object properties: @@ -119632,9 +119649,9 @@ x-webhooks: type: string required: - from - comment: *662 - enterprise: *638 - installation: *639 + comment: *663 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -120788,8 +120805,8 @@ x-webhooks: - state - locked - assignee - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -120871,10 +120888,10 @@ x-webhooks: type: string enum: - assigned - assignee: *658 - enterprise: *638 - installation: *639 - issue: &665 + assignee: *659 + enterprise: *639 + installation: *640 + issue: &666 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -121792,8 +121809,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -121873,8 +121890,8 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -122932,8 +122949,8 @@ x-webhooks: required: - state - closed_at - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -123012,8 +123029,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -123924,8 +123941,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -124004,8 +124021,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -124919,7 +124936,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &663 + milestone: &664 title: Milestone description: A collection of related issues and pull requests. type: object @@ -125057,8 +125074,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -125157,8 +125174,8 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -126076,9 +126093,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *657 - organization: *640 - repository: *641 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -126158,8 +126175,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -127076,9 +127093,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *657 - organization: *640 - repository: *641 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -127158,8 +127175,8 @@ x-webhooks: type: string enum: - locked - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -128077,8 +128094,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -128157,8 +128174,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129070,9 +129087,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *663 - organization: *640 - repository: *641 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -130533,8 +130550,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131451,8 +131468,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -131532,9 +131549,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *638 - installation: *639 - issue: &664 + enterprise: *639 + installation: *640 + issue: &665 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -132445,8 +132462,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -132525,8 +132542,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133443,8 +133460,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -134906,11 +134923,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *638 - installation: *639 - issue: *664 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *665 + organization: *641 + repository: *642 sender: *4 required: - action @@ -134991,7 +135008,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &693 + assignee: &694 title: User type: object nullable: true @@ -135061,11 +135078,11 @@ x-webhooks: required: - login - id - enterprise: *638 - installation: *639 - issue: *665 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *666 + organization: *641 + repository: *642 sender: *4 required: - action @@ -135144,12 +135161,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *638 - installation: *639 - issue: *665 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *666 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -135229,8 +135246,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -136146,8 +136163,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136227,11 +136244,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *638 - installation: *639 - issue: *664 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + issue: *665 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136310,11 +136327,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136392,11 +136409,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136506,11 +136523,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - label: *657 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + label: *658 + organization: *641 + repository: *642 sender: *4 required: - action @@ -136592,9 +136609,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: &666 + enterprise: *639 + installation: *640 + marketplace_purchase: &667 title: Marketplace Purchase type: object required: @@ -136677,8 +136694,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *640 - previous_marketplace_purchase: &667 + organization: *641 + previous_marketplace_purchase: &668 title: Marketplace Purchase type: object properties: @@ -136758,7 +136775,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *641 + repository: *642 sender: *4 required: - action @@ -136838,10 +136855,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: *666 - organization: *640 + enterprise: *639 + installation: *640 + marketplace_purchase: *667 + organization: *641 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -136924,7 +136941,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *641 + repository: *642 sender: *4 required: - action @@ -137006,10 +137023,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: *666 - organization: *640 + enterprise: *639 + installation: *640 + marketplace_purchase: *667 + organization: *641 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -137091,7 +137108,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *641 + repository: *642 sender: *4 required: - action @@ -137172,8 +137189,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 marketplace_purchase: title: Marketplace Purchase type: object @@ -137255,9 +137272,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *640 - previous_marketplace_purchase: *667 - repository: *641 + organization: *641 + previous_marketplace_purchase: *668 + repository: *642 sender: *4 required: - action @@ -137337,12 +137354,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *638 - installation: *639 - marketplace_purchase: *666 - organization: *640 - previous_marketplace_purchase: *667 - repository: *641 + enterprise: *639 + installation: *640 + marketplace_purchase: *667 + organization: *641 + previous_marketplace_purchase: *668 + repository: *642 sender: *4 required: - action @@ -137444,11 +137461,11 @@ x-webhooks: type: string required: - to - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 sender: *4 required: - action @@ -137548,11 +137565,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 sender: *4 required: - action @@ -137631,11 +137648,11 @@ x-webhooks: type: string enum: - removed - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 sender: *4 required: - action @@ -137713,11 +137730,11 @@ x-webhooks: type: string enum: - added - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 scope: description: The scope of the membership. Currently, can only be `team`. @@ -137793,7 +137810,7 @@ x-webhooks: required: - login - id - team: &668 + team: &669 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -137983,11 +138000,11 @@ x-webhooks: type: string enum: - removed - enterprise: *638 - installation: *639 - member: *658 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + member: *659 + organization: *641 + repository: *642 scope: description: The scope of the membership. Currently, can only be `team`. @@ -138064,7 +138081,7 @@ x-webhooks: required: - login - id - team: *668 + team: *669 required: - action - scope @@ -138146,8 +138163,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *639 - merge_group: &670 + installation: *640 + merge_group: &671 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -138166,15 +138183,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *669 + head_commit: *670 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138260,10 +138277,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *639 - merge_group: *670 - organization: *640 - repository: *641 + installation: *640 + merge_group: *671 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138336,7 +138353,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 + enterprise: *639 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -138444,16 +138461,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *639 - organization: *640 + installation: *640 + organization: *641 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -138534,11 +138551,11 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 - milestone: *663 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138617,9 +138634,9 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - milestone: &673 + enterprise: *639 + installation: *640 + milestone: &674 title: Milestone description: A collection of related issues and pull requests. type: object @@ -138756,8 +138773,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138836,11 +138853,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - milestone: *663 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -138950,11 +138967,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - milestone: *663 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *664 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139034,11 +139051,11 @@ x-webhooks: type: string enum: - opened - enterprise: *638 - installation: *639 - milestone: *673 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + milestone: *674 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139117,11 +139134,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *658 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + blocked_user: *659 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139200,11 +139217,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *658 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + blocked_user: *659 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139283,9 +139300,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - membership: &674 + enterprise: *639 + installation: *640 + membership: &675 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -139377,8 +139394,8 @@ x-webhooks: - role - organization_url - user - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139456,11 +139473,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *638 - installation: *639 - membership: *674 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + membership: *675 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139539,8 +139556,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -139656,10 +139673,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 - user: *658 + user: *659 required: - action - invitation @@ -139737,11 +139754,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *638 - installation: *639 - membership: *674 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + membership: *675 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139828,11 +139845,11 @@ x-webhooks: properties: from: type: string - enterprise: *638 - installation: *639 - membership: *674 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + membership: *675 + organization: *641 + repository: *642 sender: *4 required: - action @@ -139908,9 +139925,9 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 package: description: Information about the package. type: object @@ -140409,7 +140426,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &675 + items: &676 title: Ruby Gems metadata type: object properties: @@ -140504,7 +140521,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -140580,9 +140597,9 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 package: description: Information about the package. type: object @@ -140935,7 +140952,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *675 + items: *676 source_url: type: string format: uri @@ -141005,7 +141022,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -141182,12 +141199,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *638 + enterprise: *639 id: type: integer - installation: *639 - organization: *640 - repository: *641 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - id @@ -141267,7 +141284,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &676 + personal_access_token_request: &677 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -141413,10 +141430,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *638 - organization: *640 + enterprise: *639 + organization: *641 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141495,11 +141512,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *676 - enterprise: *638 - organization: *640 + personal_access_token_request: *677 + enterprise: *639 + organization: *641 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141577,11 +141594,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *676 - enterprise: *638 - organization: *640 + personal_access_token_request: *677 + enterprise: *639 + organization: *641 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141658,11 +141675,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *676 - organization: *640 - enterprise: *638 + personal_access_token_request: *677 + organization: *641 + enterprise: *639 sender: *4 - installation: *639 + installation: *640 required: - action - personal_access_token_request @@ -141766,7 +141783,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *677 + last_response: *678 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -141798,8 +141815,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 zen: description: Random string of GitHub zen. @@ -142044,10 +142061,10 @@ x-webhooks: - from required: - note - enterprise: *638 - installation: *639 - organization: *640 - project_card: &678 + enterprise: *639 + installation: *640 + organization: *641 + project_card: &679 title: Project Card type: object properties: @@ -142166,7 +142183,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *641 + repository: *642 sender: *4 required: - action @@ -142247,11 +142264,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - project_card: *678 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_card: *679 + repository: *642 sender: *4 required: - action @@ -142331,9 +142348,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 project_card: title: Project Card type: object @@ -142461,8 +142478,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -142556,11 +142573,11 @@ x-webhooks: - from required: - note - enterprise: *638 - installation: *639 - organization: *640 - project_card: *678 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_card: *679 + repository: *642 sender: *4 required: - action @@ -142654,9 +142671,9 @@ x-webhooks: - from required: - column_id - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 project_card: allOf: - title: Project Card @@ -142846,7 +142863,7 @@ x-webhooks: type: string required: - after_id - repository: *641 + repository: *642 sender: *4 required: - action @@ -142926,10 +142943,10 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 - organization: *640 - project: &680 + enterprise: *639 + installation: *640 + organization: *641 + project: &681 title: Project type: object properties: @@ -143053,7 +143070,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *641 + repository: *642 sender: *4 required: - action @@ -143133,10 +143150,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - project_column: &679 + enterprise: *639 + installation: *640 + organization: *641 + project_column: &680 title: Project Column type: object properties: @@ -143175,7 +143192,7 @@ x-webhooks: - name - created_at - updated_at - repository: *641 + repository: *642 sender: *4 required: - action @@ -143254,18 +143271,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - project_column: *679 + enterprise: *639 + installation: *640 + organization: *641 + project_column: *680 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -143355,11 +143372,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - project_column: *679 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_column: *680 + repository: *642 sender: *4 required: - action @@ -143439,11 +143456,11 @@ x-webhooks: type: string enum: - moved - enterprise: *638 - installation: *639 - organization: *640 - project_column: *679 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project_column: *680 + repository: *642 sender: *4 required: - action @@ -143523,11 +143540,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - project: *680 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 + repository: *642 sender: *4 required: - action @@ -143607,18 +143624,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - project: *680 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true sender: *4 required: @@ -143720,11 +143737,11 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - project: *680 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 + repository: *642 sender: *4 required: - action @@ -143803,11 +143820,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *638 - installation: *639 - organization: *640 - project: *680 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + project: *681 + repository: *642 sender: *4 required: - action @@ -143888,9 +143905,9 @@ x-webhooks: type: string enum: - closed - installation: *639 - organization: *640 - projects_v2: &681 + installation: *640 + organization: *641 + projects_v2: &682 title: Projects v2 Project description: A projects v2 project type: object @@ -144033,9 +144050,9 @@ x-webhooks: type: string enum: - created - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -144116,9 +144133,9 @@ x-webhooks: type: string enum: - deleted - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -144235,9 +144252,9 @@ x-webhooks: type: string to: type: string - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -144320,7 +144337,7 @@ x-webhooks: type: string enum: - archived - changes: &685 + changes: &686 type: object properties: archived_at: @@ -144334,9 +144351,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *639 - organization: *640 - projects_v2_item: &682 + installation: *640 + organization: *641 + projects_v2_item: &683 title: Projects v2 Item description: An item belonging to a project type: object @@ -144470,9 +144487,9 @@ x-webhooks: nullable: true to: type: string - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144554,9 +144571,9 @@ x-webhooks: type: string enum: - created - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144637,9 +144654,9 @@ x-webhooks: type: string enum: - deleted - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144745,7 +144762,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &683 + - &684 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -144763,7 +144780,7 @@ x-webhooks: required: - id - name - - &684 + - &685 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -144786,8 +144803,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *683 - *684 + - *685 required: - field_value - type: object @@ -144803,9 +144820,9 @@ x-webhooks: nullable: true required: - body - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144900,9 +144917,9 @@ x-webhooks: to: type: string nullable: true - installation: *639 - organization: *640 - projects_v2_item: *682 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -144985,10 +145002,10 @@ x-webhooks: type: string enum: - restored - changes: *685 - installation: *639 - organization: *640 - projects_v2_item: *682 + changes: *686 + installation: *640 + organization: *641 + projects_v2_item: *683 sender: *4 required: - action @@ -145070,9 +145087,9 @@ x-webhooks: type: string enum: - reopened - installation: *639 - organization: *640 - projects_v2: *681 + installation: *640 + organization: *641 + projects_v2: *682 sender: *4 required: - action @@ -145153,9 +145170,9 @@ x-webhooks: type: string enum: - created - installation: *639 - organization: *640 - projects_v2_status_update: &686 + installation: *640 + organization: *641 + projects_v2_status_update: &687 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -145282,9 +145299,9 @@ x-webhooks: type: string enum: - deleted - installation: *639 - organization: *640 - projects_v2_status_update: *686 + installation: *640 + organization: *641 + projects_v2_status_update: *687 sender: *4 required: - action @@ -145420,9 +145437,9 @@ x-webhooks: type: string format: date nullable: true - installation: *639 - organization: *640 - projects_v2_status_update: *686 + installation: *640 + organization: *641 + projects_v2_status_update: *687 sender: *4 required: - action @@ -145493,10 +145510,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - repository @@ -145573,13 +145590,13 @@ x-webhooks: type: string enum: - assigned - assignee: *658 - enterprise: *638 - installation: *639 - number: &687 + assignee: *659 + enterprise: *639 + installation: *640 + number: &688 description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -147862,7 +147879,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -147944,11 +147961,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -150226,7 +150243,7 @@ x-webhooks: - draft reason: type: string - repository: *641 + repository: *642 sender: *4 required: - action @@ -150308,11 +150325,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -152590,7 +152607,7 @@ x-webhooks: - draft reason: type: string - repository: *641 + repository: *642 sender: *4 required: - action @@ -152672,13 +152689,13 @@ x-webhooks: type: string enum: - closed - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: &688 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: &689 allOf: - - *515 + - *516 - type: object properties: allow_auto_merge: @@ -152740,7 +152757,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *641 + repository: *642 sender: *4 required: - action @@ -152821,12 +152838,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -152906,11 +152923,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *638 - milestone: *498 - number: *687 - organization: *640 - pull_request: &689 + enterprise: *639 + milestone: *499 + number: *688 + organization: *641 + pull_request: &690 title: Pull Request type: object properties: @@ -155173,7 +155190,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -155252,11 +155269,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -157538,7 +157555,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *641 + repository: *642 sender: *4 required: - action @@ -157662,12 +157679,12 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -157747,11 +157764,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -160018,7 +160035,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -160098,11 +160115,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *638 - installation: *639 - label: *657 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + label: *658 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -162384,7 +162401,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -162465,10 +162482,10 @@ x-webhooks: type: string enum: - locked - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -164748,7 +164765,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -164828,12 +164845,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *638 - milestone: *498 - number: *687 - organization: *640 - pull_request: *689 - repository: *641 + enterprise: *639 + milestone: *499 + number: *688 + organization: *641 + pull_request: *690 + repository: *642 sender: *4 required: - action @@ -164912,12 +164929,12 @@ x-webhooks: type: string enum: - opened - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -164998,12 +165015,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -165083,12 +165100,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *638 - installation: *639 - number: *687 - organization: *640 - pull_request: *688 - repository: *641 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 + pull_request: *689 + repository: *642 sender: *4 required: - action @@ -165454,9 +165471,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: type: object properties: @@ -167626,7 +167643,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *641 + repository: *642 sender: *4 required: - action @@ -167706,7 +167723,7 @@ x-webhooks: type: string enum: - deleted - comment: &691 + comment: &692 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -167991,9 +168008,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: type: object properties: @@ -170151,7 +170168,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *641 + repository: *642 sender: *4 required: - action @@ -170231,11 +170248,11 @@ x-webhooks: type: string enum: - edited - changes: *690 - comment: *691 - enterprise: *638 - installation: *639 - organization: *640 + changes: *691 + comment: *692 + enterprise: *639 + installation: *640 + organization: *641 pull_request: type: object properties: @@ -172396,7 +172413,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *641 + repository: *642 sender: *4 required: - action @@ -172477,9 +172494,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -174652,7 +174669,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 + repository: *642 review: description: The review that was affected. type: object @@ -174895,9 +174912,9 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -176951,8 +176968,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 - review: &692 + repository: *642 + review: &693 description: The review that was affected. type: object properties: @@ -177181,12 +177198,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -179469,7 +179486,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_reviewer: title: User type: object @@ -179553,12 +179570,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -181848,7 +181865,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_team: title: Team description: Groups of organization members that gives permissions @@ -182040,12 +182057,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -184330,7 +184347,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_reviewer: title: User type: object @@ -184415,12 +184432,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *638 - installation: *639 + enterprise: *639 + installation: *640 number: description: The pull request number. type: integer - organization: *640 + organization: *641 pull_request: title: Pull Request type: object @@ -186696,7 +186713,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 requested_team: title: Team description: Groups of organization members that gives permissions @@ -186877,9 +186894,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -189054,8 +189071,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 - review: *692 + repository: *642 + review: *693 sender: *4 required: - action @@ -189135,9 +189152,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -191207,7 +191224,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 + repository: *642 sender: *4 thread: type: object @@ -191590,9 +191607,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 pull_request: title: Simple Pull Request type: object @@ -193648,7 +193665,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *641 + repository: *642 sender: *4 thread: type: object @@ -194034,10 +194051,10 @@ x-webhooks: type: string before: type: string - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -196308,7 +196325,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -196390,11 +196407,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *693 - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + assignee: *694 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -198677,7 +198694,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -198756,11 +198773,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *638 - installation: *639 - label: *657 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + label: *658 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -201033,7 +201050,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -201114,10 +201131,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *638 - installation: *639 - number: *687 - organization: *640 + enterprise: *639 + installation: *640 + number: *688 + organization: *641 pull_request: title: Pull Request type: object @@ -203382,7 +203399,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *641 + repository: *642 sender: *4 required: - action @@ -203582,7 +203599,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *638 + enterprise: *639 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -203674,8 +203691,8 @@ x-webhooks: - url - author - committer - installation: *639 - organization: *640 + installation: *640 + organization: *641 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -204250,9 +204267,9 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 registry_package: type: object properties: @@ -204698,7 +204715,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *675 + items: *676 summary: type: string tag_name: @@ -204752,7 +204769,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -204830,9 +204847,9 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 registry_package: type: object properties: @@ -205140,7 +205157,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *675 + items: *676 summary: type: string tag_name: @@ -205189,7 +205206,7 @@ x-webhooks: - owner - package_version - registry - repository: *641 + repository: *642 sender: *4 required: - action @@ -205266,10 +205283,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - release: &694 + enterprise: *639 + installation: *640 + organization: *641 + release: &695 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -205574,7 +205591,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *641 + repository: *642 sender: *4 required: - action @@ -205651,11 +205668,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - release: *694 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *695 + repository: *642 sender: *4 required: - action @@ -205763,11 +205780,11 @@ x-webhooks: type: boolean required: - to - enterprise: *638 - installation: *639 - organization: *640 - release: *694 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *695 + repository: *642 sender: *4 required: - action @@ -205845,9 +205862,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -206156,7 +206173,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *641 + repository: *642 sender: *4 required: - action @@ -206232,10 +206249,10 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 - release: &695 + enterprise: *639 + installation: *640 + organization: *641 + release: &696 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -206541,7 +206558,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *641 + repository: *642 sender: *4 required: - action @@ -206617,11 +206634,11 @@ x-webhooks: type: string enum: - released - enterprise: *638 - installation: *639 - organization: *640 - release: *694 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *695 + repository: *642 sender: *4 required: - action @@ -206697,11 +206714,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *638 - installation: *639 - organization: *640 - release: *695 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + release: *696 + repository: *642 sender: *4 required: - action @@ -206777,11 +206794,11 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_advisory: *569 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_advisory: *570 sender: *4 required: - action @@ -206857,11 +206874,11 @@ x-webhooks: type: string enum: - reported - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_advisory: *569 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_advisory: *570 sender: *4 required: - action @@ -206937,10 +206954,10 @@ x-webhooks: type: string enum: - archived - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207017,10 +207034,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207098,10 +207115,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207185,10 +207202,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207300,10 +207317,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207375,10 +207392,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 status: type: string @@ -207459,10 +207476,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207539,10 +207556,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207636,10 +207653,10 @@ x-webhooks: - name required: - repository - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -207719,11 +207736,11 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_ruleset: *236 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_ruleset: *237 sender: *4 required: - action @@ -207801,11 +207818,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_ruleset: *236 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_ruleset: *237 sender: *4 required: - action @@ -207883,11 +207900,11 @@ x-webhooks: type: string enum: - edited - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - repository_ruleset: *236 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + repository_ruleset: *237 changes: type: object properties: @@ -207906,16 +207923,16 @@ x-webhooks: properties: added: type: array - items: *230 + items: *231 deleted: type: array - items: *230 + items: *231 updated: type: array items: type: object properties: - condition: *230 + condition: *231 changes: type: object properties: @@ -207948,16 +207965,16 @@ x-webhooks: properties: added: type: array - items: *235 + items: *236 deleted: type: array - items: *235 + items: *236 updated: type: array items: type: object properties: - rule: *235 + rule: *236 changes: type: object properties: @@ -208191,10 +208208,10 @@ x-webhooks: - from required: - owner - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208272,10 +208289,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208353,7 +208370,7 @@ x-webhooks: type: string enum: - create - alert: &696 + alert: &697 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -208474,10 +208491,10 @@ x-webhooks: type: string enum: - open - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208683,10 +208700,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208764,11 +208781,11 @@ x-webhooks: type: string enum: - reopen - alert: *696 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *697 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -208967,10 +208984,10 @@ x-webhooks: enum: - fixed - open - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209048,11 +209065,11 @@ x-webhooks: type: string enum: - created - alert: &697 + alert: &698 type: object properties: - number: *53 - created_at: *54 + number: *54 + created_at: *55 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -209060,8 +209077,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *55 - html_url: *56 + url: *56 + html_url: *57 locations_url: type: string format: uri @@ -209159,10 +209176,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209243,11 +209260,11 @@ x-webhooks: type: string enum: - created - alert: *697 - installation: *639 - location: *698 - organization: *640 - repository: *641 + alert: *698 + installation: *640 + location: *699 + organization: *641 + repository: *642 sender: *4 required: - location @@ -209485,11 +209502,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209567,11 +209584,11 @@ x-webhooks: type: string enum: - reopened - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209649,11 +209666,11 @@ x-webhooks: type: string enum: - resolved - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209731,11 +209748,11 @@ x-webhooks: type: string enum: - validated - alert: *697 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + alert: *698 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -209861,10 +209878,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *641 - enterprise: *638 - installation: *639 - organization: *640 + repository: *642 + enterprise: *639 + installation: *640 + organization: *641 sender: *4 required: - action @@ -209942,11 +209959,11 @@ x-webhooks: type: string enum: - published - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - security_advisory: &699 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + security_advisory: &700 description: The details of the security advisory, including summary, description, and severity. type: object @@ -210129,11 +210146,11 @@ x-webhooks: type: string enum: - updated - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 - security_advisory: *699 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 + security_advisory: *700 sender: *4 required: - action @@ -210206,10 +210223,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -210393,11 +210410,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *229 - enterprise: *638 - installation: *639 - organization: *640 - repository: *283 + security_and_analysis: *230 + enterprise: *639 + installation: *640 + organization: *641 + repository: *284 sender: *4 required: - changes @@ -210475,12 +210492,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: &700 + sponsorship: &701 type: object properties: created_at: @@ -210781,12 +210798,12 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - sponsorship @@ -210874,12 +210891,12 @@ x-webhooks: type: string required: - from - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - changes @@ -210956,17 +210973,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &701 + effective_date: &702 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: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - sponsorship @@ -211040,7 +211057,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &702 + changes: &703 type: object properties: tier: @@ -211084,13 +211101,13 @@ x-webhooks: - from required: - tier - effective_date: *701 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + effective_date: *702 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - changes @@ -211167,13 +211184,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *702 - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + changes: *703 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - sponsorship: *700 + sponsorship: *701 required: - action - changes @@ -211247,10 +211264,10 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211333,10 +211350,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -211755,15 +211772,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *638 + enterprise: *639 id: description: The unique identifier of the status. type: integer - installation: *639 + installation: *640 name: type: string - organization: *640 - repository: *641 + organization: *641 + repository: *642 sender: *4 sha: description: The Commit SHA. @@ -211872,15 +211889,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - parent_issue_repo: *59 + parent_issue: *77 + parent_issue_repo: *60 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - installation: *639 - organization: *640 - repository: *641 + sub_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -211964,15 +211981,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - parent_issue_repo: *59 + parent_issue: *77 + parent_issue_repo: *60 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - installation: *639 - organization: *640 - repository: *641 + sub_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -212056,15 +212073,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - sub_issue_repo: *59 + sub_issue: *77 + sub_issue_repo: *60 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - installation: *639 - organization: *640 - repository: *641 + parent_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -212148,15 +212165,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *76 - sub_issue_repo: *59 + sub_issue: *77 + sub_issue_repo: *60 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *76 - installation: *639 - organization: *640 - repository: *641 + parent_issue: *77 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -212233,12 +212250,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - team: &703 + team: &704 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -212428,9 +212445,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -212888,7 +212905,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -212964,9 +212981,9 @@ x-webhooks: type: string enum: - created - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -213424,7 +213441,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -213501,9 +213518,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -213961,7 +213978,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -214105,9 +214122,9 @@ x-webhooks: - from required: - permissions - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -214565,7 +214582,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - changes @@ -214643,9 +214660,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *638 - installation: *639 - organization: *640 + enterprise: *639 + installation: *640 + organization: *641 repository: title: Repository description: A git repository @@ -215103,7 +215120,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *703 + team: *704 required: - action - team @@ -215179,10 +215196,10 @@ x-webhooks: type: string enum: - started - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 required: - action @@ -215255,16 +215272,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *638 + enterprise: *639 inputs: type: object nullable: true additionalProperties: true - installation: *639 - organization: *640 + installation: *640 + organization: *641 ref: type: string - repository: *641 + repository: *642 sender: *4 workflow: type: string @@ -215346,10 +215363,10 @@ x-webhooks: type: string enum: - completed - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: allOf: @@ -215586,7 +215603,7 @@ x-webhooks: type: string required: - conclusion - deployment: *430 + deployment: *431 required: - action - repository @@ -215665,10 +215682,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: allOf: @@ -215928,7 +215945,7 @@ x-webhooks: required: - status - steps - deployment: *430 + deployment: *431 required: - action - repository @@ -216007,10 +216024,10 @@ x-webhooks: type: string enum: - queued - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: type: object @@ -216145,7 +216162,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *430 + deployment: *431 required: - action - repository @@ -216224,10 +216241,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 workflow_job: type: object @@ -216363,7 +216380,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *430 + deployment: *431 required: - action - repository @@ -216443,12 +216460,12 @@ x-webhooks: type: string enum: - completed - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Workflow Run type: object @@ -217447,12 +217464,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Workflow Run type: object @@ -218436,12 +218453,12 @@ x-webhooks: type: string enum: - requested - enterprise: *638 - installation: *639 - organization: *640 - repository: *641 + enterprise: *639 + installation: *640 + organization: *641 + repository: *642 sender: *4 - workflow: *653 + workflow: *654 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 51bd97b6a..6aafe3533 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -964,6 +964,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -986,18 +1004,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -1661,6 +1667,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -1683,18 +1707,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -33431,6 +33443,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -34303,6 +34333,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -106173,6 +106209,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -107045,6 +107099,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -165674,7 +165734,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": [ { @@ -165815,7 +165875,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -165828,7 +165888,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": [ { @@ -165961,7 +166021,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -165976,7 +166036,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": [ { @@ -166078,7 +166138,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -166091,7 +166151,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": [ { @@ -166229,7 +166289,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -166242,7 +166302,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": [ { @@ -166272,7 +166332,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -166287,7 +166347,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": [ { @@ -166378,7 +166438,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -287358,6 +287418,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -287810,6 +287888,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -288469,6 +288553,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -288930,6 +289032,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -289402,6 +289510,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -652190,6 +652316,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -654447,6 +654591,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -656704,6 +656866,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -658961,6 +659141,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -661218,6 +661416,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -663475,6 +663691,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -665732,6 +665966,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 4fac89e5f..76c52fab1 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -717,6 +717,21 @@ paths: required: - vector_string - score + epss: &101 + type: object + nullable: true + 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 nullable: true @@ -733,14 +748,6 @@ paths: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -848,7 +855,7 @@ paths: - subscriptions_url - type - url - type: &326 + type: &327 type: string description: The type of credit the user is receiving. enum: @@ -981,7 +988,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &177 + schema: &178 title: Validation Error Simple description: Validation Error Simple type: object @@ -1014,7 +1021,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: - - &650 + - &651 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1132,7 +1139,7 @@ paths: GitHub. type: object nullable: true - properties: &135 + properties: &136 id: description: Unique identifier of the GitHub app example: 37 @@ -1272,7 +1279,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &136 + required: &137 - id - node_id - owner @@ -1577,7 +1584,7 @@ paths: schema: type: integer default: 30 - - &252 + - &253 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 @@ -1593,7 +1600,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1670,7 +1677,7 @@ paths: - installation_id - repository_id examples: - default: &254 + default: &255 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1702,7 +1709,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &660 + schema: &661 title: Scim Error description: Scim Error type: object @@ -1729,7 +1736,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &176 + schema: &177 title: Validation Error description: Validation Error type: object @@ -1798,7 +1805,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &256 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1912,7 +1919,7 @@ paths: - request - response examples: - default: &256 + default: &257 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2113,7 +2120,7 @@ paths: parameters: - *17 - *19 - - &140 + - &141 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) @@ -2839,7 +2846,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &308 + properties: &309 id: description: Unique identifier of the repository example: 42 @@ -2859,7 +2866,7 @@ paths: title: License Simple description: License Simple type: object - properties: &151 + properties: &152 key: type: string example: mit @@ -2881,7 +2888,7 @@ paths: html_url: type: string format: uri - required: &152 + required: &153 - key - name - url @@ -3268,7 +3275,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &309 + required: &310 - archive_url - assignees_url - blobs_url @@ -7281,7 +7288,7 @@ paths: description: Response content: application/json: - schema: &178 + schema: &179 type: object properties: total_active_caches_count: @@ -7296,7 +7303,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &179 + default: &180 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7486,7 +7493,7 @@ paths: - public_ip_enabled - platform examples: - default: &180 + default: &181 value: total_count: 2 runners: @@ -7778,7 +7785,7 @@ paths: description: Response content: application/json: - schema: &181 + schema: &182 type: object properties: public_ips: @@ -7803,7 +7810,7 @@ paths: required: - public_ips examples: - default: &182 + default: &183 value: public_ips: current_usage: 17 @@ -7843,7 +7850,7 @@ paths: type: array items: *44 examples: - default: &183 + default: &184 value: id: 4-core cpu_cores: 4 @@ -8106,7 +8113,7 @@ paths: - all - local_only - selected - selected_actions_url: &186 + selected_actions_url: &187 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` @@ -8474,7 +8481,7 @@ paths: description: Success response content: application/json: - schema: &189 + schema: &190 type: object properties: default_workflow_permissions: &52 @@ -8522,7 +8529,7 @@ paths: required: true content: application/json: - schema: &190 + schema: &191 type: object properties: default_workflow_permissions: *52 @@ -9354,7 +9361,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 title: Runner Application description: Runner Application type: object @@ -9379,7 +9386,7 @@ paths: - download_url - filename examples: - default: &195 + default: &196 value: - os: osx architecture: x64 @@ -9463,7 +9470,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &196 + '201': &197 description: Response content: application/json: @@ -9573,7 +9580,7 @@ paths: - token - expires_at examples: - default: &197 + default: &198 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -9613,7 +9620,7 @@ paths: application/json: schema: *64 examples: - default: &198 + default: &199 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -9645,7 +9652,7 @@ paths: application/json: schema: *61 examples: - default: &199 + default: &200 value: id: 23 name: MBP @@ -9859,7 +9866,7 @@ paths: - *40 - *60 responses: - '200': &200 + '200': &201 description: Response content: application/json: @@ -9915,7 +9922,7 @@ paths: parameters: - *40 - *60 - - &201 + - &202 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10006,7 +10013,7 @@ paths: required: true content: application/json: - schema: &208 + schema: &209 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -10077,7 +10084,7 @@ paths: required: false schema: type: string - - &209 + - &210 name: include description: |- The event types to include: @@ -10095,7 +10102,7 @@ paths: - web - git - all - - &210 + - &211 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. @@ -10103,7 +10110,7 @@ paths: required: false schema: type: string - - &211 + - &212 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. @@ -10111,7 +10118,7 @@ paths: required: false schema: type: string - - &212 + - &213 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -10133,7 +10140,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 type: object properties: "@timestamp": @@ -10255,7 +10262,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &214 + default: &215 value: - "@timestamp": 1606929874512 action: team.add_member @@ -10817,7 +10824,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *40 - - &216 + - &217 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`, @@ -10827,7 +10834,7 @@ paths: schema: &85 type: string description: The name of the tool used to generate the code scanning analysis. - - &217 + - &218 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 @@ -10850,7 +10857,7 @@ paths: be returned. in: query required: false - schema: &218 + schema: &219 type: string description: State of a code scanning alert. enum: @@ -10875,36 +10882,36 @@ paths: application/json: schema: type: array - items: &219 + items: &220 type: object properties: number: &98 type: integer description: The security alert number. readOnly: true - created_at: &104 + created_at: &105 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: &105 + updated_at: &106 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: &102 + url: &103 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &103 + html_url: &104 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &445 + instances_url: &446 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -10918,7 +10925,7 @@ paths: - open - dismissed - fixed - fixed_at: &107 + fixed_at: &108 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -10932,14 +10939,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &106 + dismissed_at: &107 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &446 + dismissed_reason: &447 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -10948,13 +10955,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &447 + dismissed_comment: &448 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &448 + rule: &449 type: object properties: id: @@ -11007,7 +11014,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &449 + tool: &450 type: object properties: name: *85 @@ -11017,15 +11024,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &450 + most_recent_instance: &451 type: object properties: - ref: &443 + ref: &444 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &460 + analysis_key: &461 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11036,7 +11043,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &461 + category: &462 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -11374,7 +11381,7 @@ paths: - most_recent_instance - repository examples: - default: &220 + default: &221 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -11605,7 +11612,7 @@ paths: headers: Link: *39 '404': *6 - '503': &128 + '503': &129 description: Service unavailable content: application/json: @@ -12129,7 +12136,7 @@ paths: description: Response content: application/json: - schema: &222 + schema: &223 type: array description: A list of default code security configurations items: @@ -12145,7 +12152,7 @@ paths: default configuration: *88 examples: - default: &223 + default: &224 value: - default_for_new_repos: public configuration: @@ -12427,7 +12434,7 @@ paths: - *40 - *90 responses: - '204': &115 + '204': &116 description: A header with no content is returned. '400': *14 '403': *29 @@ -12555,7 +12562,7 @@ paths: default: value: default_for_new_repos: all - configuration: &221 + configuration: &222 value: id: 1325 target_type: organization @@ -12635,7 +12642,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 type: object description: Repositories associated with a code security configuration and attachment status @@ -12659,7 +12666,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &225 + repository: &226 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -13124,7 +13131,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &227 + items: &228 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -13142,7 +13149,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &274 + - &275 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13201,7 +13208,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &287 + properties: &288 id: description: Unique identifier of the team type: integer @@ -13257,7 +13264,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &288 + required: &289 - id - node_id - url @@ -13376,7 +13383,7 @@ paths: - created_at additionalProperties: false examples: - default: &228 + default: &229 value: total_seats: 2 seats: @@ -13511,7 +13518,7 @@ paths: application/json: schema: type: array - items: &130 + items: &131 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -13819,7 +13826,7 @@ paths: - date additionalProperties: true examples: - default: &131 + default: &132 value: - date: '2024-06-24' total_active_users: 24 @@ -13921,7 +13928,7 @@ paths: '500': *97 '403': *29 '404': *6 - '422': &132 + '422': &133 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -13991,7 +13998,7 @@ paths: application/json: schema: type: array - items: &133 + items: &134 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -14170,7 +14177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &235 + - &236 name: state in: query description: |- @@ -14179,7 +14186,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &236 + - &237 name: severity in: query description: |- @@ -14188,7 +14195,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &237 + - &238 name: ecosystem in: query description: |- @@ -14197,14 +14204,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &238 + - &239 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 - - &239 + - &240 name: epss_percentage in: query description: |- @@ -14216,7 +14223,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 - - &240 + - &241 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14226,7 +14233,7 @@ paths: enum: - development - runtime - - &241 + - &242 name: sort in: query description: |- @@ -14244,7 +14251,7 @@ paths: - *84 - *82 - *83 - - &242 + - &243 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14257,7 +14264,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &243 + - &244 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14277,7 +14284,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 type: object description: A Dependabot alert. properties: @@ -14327,7 +14334,7 @@ paths: enum: - development - runtime - security_advisory: &502 + security_advisory: &503 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14357,7 +14364,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &101 + items: &102 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -14430,6 +14437,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *100 + epss: *101 cwes: type: array description: Details for the advisory pertaining to Common @@ -14528,12 +14536,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *101 - url: *102 - html_url: *103 - created_at: *104 - updated_at: *105 - dismissed_at: *106 + security_vulnerability: *102 + url: *103 + html_url: *104 + created_at: *105 + updated_at: *106 + dismissed_at: *107 dismissed_by: title: Simple User description: A GitHub user. @@ -14557,8 +14565,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *107 - auto_dismissed_at: &503 + fixed_at: *108 + auto_dismissed_at: &504 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14584,7 +14592,7 @@ paths: - repository additionalProperties: false examples: - default: &245 + default: &246 value: - number: 2 state: dismissed @@ -14632,6 +14640,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 @@ -15007,7 +15018,7 @@ paths: type: integer network_configurations: type: array - items: &108 + items: &109 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -15047,7 +15058,7 @@ paths: - name - created_on examples: - default: &336 + default: &337 value: total_count: 2 network_configurations: @@ -15125,9 +15136,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: &109 + default: &110 value: id: 123456789ABCDEF name: My network configuration @@ -15154,7 +15165,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: - *40 - - &110 + - &111 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -15166,9 +15177,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 headers: Link: *39 x-github: @@ -15188,7 +15199,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: - *40 - - *110 + - *111 requestBody: required: true content: @@ -15227,9 +15238,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -15247,7 +15258,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: - *40 - - *110 + - *111 responses: '204': description: Response @@ -15270,7 +15281,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: - *40 - - &337 + - &338 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15282,7 +15293,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15316,7 +15327,7 @@ paths: - subnet_id - region examples: - default: &339 + default: &340 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15354,7 +15365,7 @@ paths: application/json: schema: type: array - items: &111 + items: &112 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -15420,7 +15431,7 @@ paths: - property_name - value_type examples: - default: &112 + default: &113 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -15476,7 +15487,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *111 + items: *112 minItems: 1 maxItems: 100 required: @@ -15506,9 +15517,9 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 '403': *29 '404': *6 x-github: @@ -15533,7 +15544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *40 - - &113 + - &114 name: custom_property_name description: The custom property name in: path @@ -15545,9 +15556,9 @@ paths: description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: &114 + default: &115 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -15583,12 +15594,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: - *40 - - *113 + - *114 requestBody: required: true content: application/json: - schema: &306 + schema: &307 title: Custom Property Set Payload description: Custom property set payload type: object @@ -15644,9 +15655,9 @@ paths: description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: *114 + default: *115 '403': *29 '404': *6 x-github: @@ -15671,9 +15682,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *40 - - *113 + - *114 responses: - '204': *115 + '204': *116 '403': *29 '404': *6 x-github: @@ -15713,7 +15724,7 @@ paths: - push - repository default: branch - enforcement: &122 + enforcement: &123 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -15726,7 +15737,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &123 + items: &124 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -15763,7 +15774,7 @@ paths: - always - pull_request default: always - conditions: &127 + conditions: &128 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -15777,7 +15788,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &116 + - &117 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -15803,7 +15814,7 @@ paths: type: string required: - organization_name - - &119 + - &120 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -15832,7 +15843,7 @@ paths: is prevented. required: - repository_name - - &118 + - &119 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -15860,8 +15871,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *116 - - &121 + - *117 + - &122 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -15874,7 +15885,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &117 + items: &118 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -15905,16 +15916,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *117 + items: *118 required: - repository_property - - *118 + - *119 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &120 + - &121 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -15931,25 +15942,25 @@ paths: type: integer required: - organization_id + - *120 - *119 - - *118 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *120 - *121 - - *118 + - *122 + - *119 rules: type: array description: An array of rules within the ruleset. - items: &124 + items: &125 title: Repository Rule type: object description: A repository rule. oneOf: - - &612 + - &613 title: creation description: Only allow users with bypass permission to create matching refs. @@ -15961,7 +15972,7 @@ paths: type: string enum: - creation - - &613 + - &614 title: update description: Only allow users with bypass permission to update matching refs. @@ -15982,7 +15993,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &615 + - &616 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -15994,7 +16005,7 @@ paths: type: string enum: - deletion - - &616 + - &617 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16006,7 +16017,7 @@ paths: type: string enum: - required_linear_history - - &617 + - &618 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16082,7 +16093,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &618 + - &619 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16106,7 +16117,7 @@ paths: type: string required: - required_deployment_environments - - &619 + - &620 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16118,7 +16129,7 @@ paths: type: string enum: - required_signatures - - &620 + - &621 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. @@ -16169,7 +16180,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &621 + - &622 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16216,7 +16227,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &622 + - &623 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16228,7 +16239,7 @@ paths: type: string enum: - non_fast_forward - - &623 + - &624 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16264,7 +16275,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16300,7 +16311,7 @@ paths: required: - operator - pattern - - &625 + - &626 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16336,7 +16347,7 @@ paths: required: - operator - pattern - - &626 + - &627 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16372,7 +16383,7 @@ paths: required: - operator - pattern - - &627 + - &628 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16498,7 +16509,7 @@ paths: maximum: 100 required: - max_file_size - - &628 + - &629 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16547,7 +16558,7 @@ paths: - repository_id required: - workflows - - &629 + - &630 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -16633,7 +16644,7 @@ paths: description: Response content: application/json: - schema: &125 + schema: &126 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -16668,11 +16679,11 @@ paths: source: type: string description: The name of the source - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 + items: *124 current_user_can_bypass: type: string description: |- @@ -16703,8 +16714,8 @@ paths: conditions: nullable: true anyOf: - - *118 - - &313 + - *119 + - &314 title: Organization ruleset conditions type: object description: |- @@ -16718,14 +16729,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *118 - *119 + - *120 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *118 + - *119 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -16747,11 +16758,11 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *118 - - *121 + - *119 + - *122 rules: type: array - items: *124 + items: *125 created_at: type: string format: date-time @@ -16759,7 +16770,7 @@ paths: type: string format: date-time examples: - default: &126 + default: &127 value: id: 21 name: super cool ruleset @@ -16818,9 +16829,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *126 + default: *127 '404': *6 '500': *97 x-github: @@ -16864,16 +16875,16 @@ paths: - tag - push - repository - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *127 + items: *124 + conditions: *128 rules: description: An array of rules within the ruleset. type: array - items: *124 + items: *125 examples: default: value: @@ -16897,9 +16908,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *126 + default: *127 '404': *6 '500': *97 x-github: @@ -16948,7 +16959,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &317 + - &318 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -16959,7 +16970,7 @@ paths: enum: - open - resolved - - &318 + - &319 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -16969,7 +16980,7 @@ paths: required: false schema: type: string - - &319 + - &320 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -16978,7 +16989,7 @@ paths: required: false schema: type: string - - &320 + - &321 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. @@ -16994,7 +17005,7 @@ paths: - *17 - *82 - *83 - - &321 + - &322 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17003,7 +17014,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17012,7 +17023,7 @@ paths: schema: type: boolean default: false - - &323 + - &324 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17028,11 +17039,11 @@ paths: application/json: schema: type: array - items: &324 + items: &325 type: object properties: number: *98 - created_at: *104 + created_at: *105 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -17040,21 +17051,21 @@ paths: format: date-time readOnly: true nullable: true - url: *102 - html_url: *103 + url: *103 + html_url: *104 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &643 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: &643 + resolution: &644 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17151,7 +17162,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &325 + default: &326 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17386,7 +17397,7 @@ paths: headers: Link: *39 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17414,7 +17425,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 type: object properties: total_minutes_used: @@ -17484,7 +17495,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &329 + default: &330 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17522,7 +17533,7 @@ paths: description: Success content: application/json: - schema: &330 + schema: &331 type: object properties: total_advanced_security_committers: @@ -17577,7 +17588,7 @@ paths: required: - repositories examples: - default: &331 + default: &332 value: total_advanced_security_committers: 2 total_count: 2 @@ -17665,7 +17676,7 @@ paths: '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17686,7 +17697,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-users-to-a-cost-center parameters: - *40 - - &129 + - &130 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -17730,7 +17741,7 @@ paths: '403': *29 '409': *92 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17750,7 +17761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-users-from-a-cost-center parameters: - *40 - - *129 + - *130 requestBody: required: true content: @@ -17788,7 +17799,7 @@ paths: '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17816,7 +17827,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 type: object properties: total_gigabytes_bandwidth_used: @@ -17834,7 +17845,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &333 + default: &334 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -17866,7 +17877,7 @@ paths: description: Response content: application/json: - schema: &334 + schema: &335 type: object properties: days_left_in_billing_cycle: @@ -17884,7 +17895,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &335 + default: &336 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -17909,7 +17920,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *40 - - &167 + - &168 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, @@ -17918,7 +17929,7 @@ paths: required: false schema: type: integer - - &168 + - &169 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. @@ -17926,7 +17937,7 @@ paths: required: false schema: type: integer - - &169 + - &170 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. @@ -17934,7 +17945,7 @@ paths: required: false schema: type: integer - - &170 + - &171 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. @@ -17954,7 +17965,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &171 + schema: &172 type: object properties: usageItems: @@ -18007,7 +18018,7 @@ paths: - netAmount - organizationName examples: - default: &172 + default: &173 value: usageItems: - date: '2023-08-01' @@ -18024,7 +18035,7 @@ paths: '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18095,13 +18106,13 @@ paths: application/json: schema: type: array - items: *130 + items: *131 examples: - default: *131 + default: *132 '500': *97 '403': *29 '404': *6 - '422': *132 + '422': *133 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18136,7 +18147,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: - *40 - - &286 + - &287 name: team_slug description: The slug of the team name. in: path @@ -18174,9 +18185,9 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: &229 + default: &230 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -18332,7 +18343,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 title: Event description: Event type: object @@ -18342,7 +18353,7 @@ paths: type: type: string nullable: true - actor: &134 + actor: &135 title: Actor description: Actor type: object @@ -18382,18 +18393,18 @@ paths: - id - name - url - org: *134 + org: *135 payload: type: object properties: action: type: string - issue: &150 + issue: &151 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &551 + properties: &552 id: type: integer format: int64 @@ -18504,7 +18515,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &487 + properties: &488 url: type: string format: uri @@ -18574,7 +18585,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &488 + required: &489 - closed_issues - creator - description @@ -18663,9 +18674,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - author_association: &137 + properties: *136 + required: *137 + author_association: &138 title: author_association type: string example: OWNER @@ -18679,7 +18690,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &138 + reactions: &139 title: Reaction Rollup type: object properties: @@ -18729,7 +18740,7 @@ paths: - total - completed - percent_completed - required: &552 + required: &553 - assignee - closed_at - comments @@ -18751,7 +18762,7 @@ paths: - author_association - created_at - updated_at - comment: &549 + comment: &550 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -18799,7 +18810,7 @@ paths: issue_url: type: string format: uri - author_association: *137 + author_association: *138 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -18809,9 +18820,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - reactions: *138 + properties: *136 + required: *137 + reactions: *139 required: - id - node_id @@ -18906,7 +18917,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18987,7 +18998,7 @@ paths: _links: type: object properties: - timeline: &139 + timeline: &140 title: Link With Type description: Hypermedia Link with Type type: object @@ -18999,17 +19010,17 @@ paths: required: - href - type - user: *139 - security_advisories: *139 - current_user: *139 - current_user_public: *139 - current_user_actor: *139 - current_user_organization: *139 + user: *140 + security_advisories: *140 + current_user: *140 + current_user_public: *140 + current_user_actor: *140 + current_user_organization: *140 current_user_organizations: type: array - items: *139 - repository_discussions: *139 - repository_discussions_category: *139 + items: *140 + repository_discussions: *140 + repository_discussions_category: *140 required: - timeline - user @@ -19071,7 +19082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *140 + - *141 - *17 - *19 responses: @@ -19081,7 +19092,7 @@ paths: application/json: schema: type: array - items: &141 + items: &142 title: Base Gist description: Base Gist type: object @@ -19180,7 +19191,7 @@ paths: - created_at - updated_at examples: - default: &142 + default: &143 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -19301,7 +19312,7 @@ paths: description: Response content: application/json: - schema: &143 + schema: &144 title: Gist Simple description: Gist Simple type: object @@ -19318,7 +19329,7 @@ paths: url: type: string format: uri - user: &699 + user: &700 title: Public User description: Public User type: object @@ -19680,7 +19691,7 @@ paths: truncated: type: boolean examples: - default: &144 + default: &145 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -19784,7 +19795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *140 + - *141 - *17 - *19 responses: @@ -19794,9 +19805,9 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *142 + default: *143 headers: Link: *39 '422': *15 @@ -19818,7 +19829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *140 + - *141 - *17 - *19 responses: @@ -19828,9 +19839,9 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *142 + default: *143 headers: Link: *39 '401': *25 @@ -19858,7 +19869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &145 + - &146 name: gist_id description: The unique identifier of the gist. in: path @@ -19870,10 +19881,10 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - default: *144 - '403': &148 + default: *145 + '403': &149 description: Forbidden Gist content: application/json: @@ -19921,7 +19932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *145 + - *146 requestBody: required: true content: @@ -19981,9 +19992,9 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - updateGist: *144 + updateGist: *145 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -20141,7 +20152,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *145 + - *146 responses: '204': description: Response @@ -20170,7 +20181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *145 + - *146 - *17 - *19 responses: @@ -20180,7 +20191,7 @@ paths: application/json: schema: type: array - items: &146 + items: &147 title: Gist Comment description: A comment made to a gist. type: object @@ -20215,7 +20226,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *137 + author_association: *138 required: - url - id @@ -20280,7 +20291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *145 + - *146 requestBody: required: true content: @@ -20305,9 +20316,9 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: &147 + default: &148 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -20365,8 +20376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *145 - - &149 + - *146 + - &150 name: comment_id description: The unique identifier of the comment. in: path @@ -20379,12 +20390,12 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: *147 + default: *148 '304': *37 '404': *6 - '403': *148 + '403': *149 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20406,8 +20417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *145 - - *149 + - *146 + - *150 requestBody: required: true content: @@ -20432,9 +20443,9 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: *147 + default: *148 '404': *6 x-github: githubCloudOnly: false @@ -20451,8 +20462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *145 - - *149 + - *146 + - *150 responses: '204': description: Response @@ -20475,7 +20486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *145 + - *146 - *17 - *19 responses: @@ -20576,7 +20587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *145 + - *146 - *17 - *19 responses: @@ -20586,7 +20597,7 @@ paths: application/json: schema: type: array - items: *143 + items: *144 examples: default: value: @@ -20651,13 +20662,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *145 + - *146 responses: '201': description: Response content: application/json: - schema: *141 + schema: *142 examples: default: value: @@ -20728,7 +20739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *145 + - *146 responses: '204': description: Response if gist is starred @@ -20758,7 +20769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *145 + - *146 responses: '204': description: Response @@ -20780,7 +20791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *145 + - *146 responses: '204': description: Response @@ -20809,7 +20820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *145 + - *146 - name: sha in: path required: true @@ -20820,9 +20831,9 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - default: *144 + default: *145 '422': *15 '404': *6 '403': *29 @@ -21188,7 +21199,7 @@ paths: - closed - all default: open - - &275 + - &276 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21207,7 +21218,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - name: collab in: query required: false @@ -21237,9 +21248,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: &276 + default: &277 value: - id: 1 node_id: MDU6SXNzdWUx @@ -21523,8 +21534,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 examples: default: value: @@ -21808,7 +21819,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &153 + X-CommonMarker-Version: &154 example: 0.17.4 schema: type: string @@ -21863,7 +21874,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *153 + X-CommonMarker-Version: *154 content: text/html: schema: @@ -21892,7 +21903,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: - - &156 + - &157 name: account_id description: account_id parameter in: path @@ -21904,7 +21915,7 @@ paths: description: Response content: application/json: - schema: &155 + schema: &156 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -21934,7 +21945,7 @@ paths: nullable: true id: type: integer - plan: &154 + plan: &155 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -22023,7 +22034,7 @@ paths: nullable: true updated_at: type: string - plan: *154 + plan: *155 required: - url - id @@ -22031,7 +22042,7 @@ paths: - login - marketplace_purchase examples: - default: &157 + default: &158 value: url: https://api.github.com/orgs/github type: Organization @@ -22116,9 +22127,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: &158 + default: &159 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -22158,14 +22169,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &159 + - &160 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &160 + - &161 name: sort description: The property to sort the results by. in: query @@ -22195,9 +22206,9 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: - default: &161 + default: &162 value: - url: https://api.github.com/orgs/github type: Organization @@ -22271,15 +22282,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: - - *156 + - *157 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: - default: *157 + default: *158 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -22311,9 +22322,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *158 + default: *159 headers: Link: *39 '401': *25 @@ -22336,8 +22347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *159 - *160 + - *161 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -22357,9 +22368,9 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: - default: *161 + default: *162 headers: Link: *39 '401': *25 @@ -22623,14 +22634,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: - - &359 + - &360 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &360 + - &361 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22647,7 +22658,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -22701,7 +22712,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &373 + '301': &374 description: Moved permanently content: application/json: @@ -22723,7 +22734,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &581 + - &582 name: all description: If `true`, show notifications marked as read. in: query @@ -22731,7 +22742,7 @@ paths: schema: type: boolean default: false - - &582 + - &583 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22740,8 +22751,8 @@ paths: schema: type: boolean default: false - - *140 - - &583 + - *141 + - &584 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: @@ -22766,18 +22777,18 @@ paths: application/json: schema: type: array - items: &163 + items: &164 title: Thread description: Thread type: object properties: id: type: string - repository: &193 + repository: &194 title: Minimal Repository description: Minimal Repository type: object - properties: &247 + properties: &248 id: type: integer format: int64 @@ -23053,7 +23064,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &310 + security_and_analysis: &311 nullable: true type: object properties: @@ -23117,7 +23128,7 @@ paths: enum: - enabled - disabled - required: &248 + required: &249 - archive_url - assignees_url - blobs_url @@ -23205,7 +23216,7 @@ paths: - url - subscription_url examples: - default: &584 + default: &585 value: - id: '1' repository: @@ -23371,7 +23382,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &164 + - &165 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 @@ -23385,7 +23396,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -23488,7 +23499,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *164 + - *165 responses: '205': description: Reset Content @@ -23511,7 +23522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *164 + - *165 responses: '204': description: No content @@ -23534,13 +23545,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: - - *164 + - *165 responses: '200': description: Response content: application/json: - schema: &165 + schema: &166 title: Thread Subscription description: Thread Subscription type: object @@ -23577,7 +23588,7 @@ paths: - url - subscribed examples: - default: &166 + default: &167 value: subscribed: true ignored: false @@ -23608,7 +23619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *164 + - *165 requestBody: required: false content: @@ -23629,9 +23640,9 @@ paths: description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '304': *37 '403': *29 '401': *25 @@ -23654,7 +23665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *164 + - *165 responses: '204': description: Response @@ -23751,7 +23762,7 @@ paths: type: array items: *58 examples: - default: &717 + default: &718 value: - login: github id: 1 @@ -23815,7 +23826,7 @@ paths: type: integer custom_roles: type: array - items: &230 + items: &231 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -23863,7 +23874,7 @@ paths: - created_at - updated_at examples: - default: &231 + default: &232 value: id: 8030 name: Security Engineer @@ -23909,29 +23920,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: - - &173 + - &174 name: org description: The organization name. The name is not case sensitive. in: path required: true schema: type: string - - *167 - *168 - *169 - *170 + - *171 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23957,13 +23968,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &174 + schema: &175 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -24266,7 +24277,7 @@ paths: - updated_at - archived_at examples: - default-response: &175 + default-response: &176 value: login: github id: 1 @@ -24359,7 +24370,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *173 + - *174 requestBody: required: false content: @@ -24582,17 +24593,17 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '422': description: Validation failed content: application/json: schema: oneOf: - - *176 - *177 + - *178 '409': *92 x-github: githubCloudOnly: false @@ -24616,7 +24627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *173 + - *174 responses: '202': *93 '404': *6 @@ -24641,15 +24652,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 headers: Link: *39 x-github: @@ -24672,7 +24683,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: - - *173 + - *174 - *17 - *19 responses: @@ -24690,7 +24701,7 @@ paths: type: integer repository_cache_usages: type: array - items: &378 + items: &379 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24745,7 +24756,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: - - *173 + - *174 - *17 - *19 responses: @@ -24765,7 +24776,7 @@ paths: type: array items: *41 examples: - default: *180 + default: *181 headers: Link: *39 x-github: @@ -24785,7 +24796,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: - - *173 + - *174 requestBody: required: true content: @@ -24878,7 +24889,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: - - *173 + - *174 responses: '200': description: Response @@ -24914,7 +24925,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: - - *173 + - *174 responses: '200': description: Response @@ -24949,15 +24960,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24975,7 +24986,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: - - *173 + - *174 responses: '200': description: Response @@ -24993,7 +25004,7 @@ paths: type: array items: *44 examples: - default: *183 + default: *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25011,7 +25022,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: - - *173 + - *174 responses: '200': description: Response @@ -25055,7 +25066,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: - - *173 + - *174 - *46 responses: '200': @@ -25084,7 +25095,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: - - *173 + - *174 - *46 requestBody: required: true @@ -25147,7 +25158,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: - - *173 + - *174 - *46 responses: '202': @@ -25176,13 +25187,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: - - *173 + - *174 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &184 + schema: &185 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -25196,7 +25207,7 @@ paths: required: - include_claim_keys examples: - default: &185 + default: &186 value: include_claim_keys: - repo @@ -25218,20 +25229,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: - - *173 + - *174 requestBody: required: true content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 responses: '201': description: Empty response content: application/json: - schema: &204 + schema: &205 title: Empty Object description: An object without any properties. type: object @@ -25261,7 +25272,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: - - *173 + - *174 responses: '200': description: Response @@ -25270,7 +25281,7 @@ paths: schema: type: object properties: - enabled_repositories: &187 + enabled_repositories: &188 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -25284,7 +25295,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *48 - selected_actions_url: *186 + selected_actions_url: *187 required: - enabled_repositories examples: @@ -25313,7 +25324,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: - - *173 + - *174 responses: '204': description: Response @@ -25324,7 +25335,7 @@ paths: schema: type: object properties: - enabled_repositories: *187 + enabled_repositories: *188 allowed_actions: *48 required: - enabled_repositories @@ -25352,7 +25363,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: - - *173 + - *174 - *17 - *19 responses: @@ -25372,7 +25383,7 @@ paths: type: array items: *63 examples: - default: &711 + default: &712 value: total_count: 1 repositories: @@ -25512,7 +25523,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: - - *173 + - *174 responses: '204': description: Response @@ -25556,8 +25567,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: - - *173 - - &188 + - *174 + - &189 name: repository_id description: The unique identifier of the repository. in: path @@ -25585,8 +25596,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: - - *173 - - *188 + - *174 + - *189 responses: '204': description: Response @@ -25609,7 +25620,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: - - *173 + - *174 responses: '200': description: Response @@ -25640,7 +25651,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: - - *173 + - *174 responses: '204': description: Response @@ -25672,13 +25683,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: default: *54 x-github: @@ -25701,7 +25712,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: - - *173 + - *174 responses: '204': description: Success response @@ -25712,7 +25723,7 @@ paths: required: false content: application/json: - schema: *190 + schema: *191 examples: default: *54 x-github: @@ -25734,7 +25745,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: - - *173 + - *174 - *17 - *19 - name: visible_to_repository @@ -25759,7 +25770,7 @@ paths: type: number runner_groups: type: array - items: &191 + items: &192 type: object properties: id: @@ -25875,7 +25886,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: - - *173 + - *174 requestBody: required: true content: @@ -25947,9 +25958,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: &192 + default: &193 value: id: 2 name: octo-runner-group @@ -25984,14 +25995,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: - - *173 + - *174 - *57 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: default: value: @@ -26027,7 +26038,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: - - *173 + - *174 - *57 requestBody: required: true @@ -26082,9 +26093,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *192 + default: *193 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26103,7 +26114,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: - - *173 + - *174 - *57 responses: '204': @@ -26127,7 +26138,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: - - *173 + - *174 - *57 - *17 - *19 @@ -26148,7 +26159,7 @@ paths: type: array items: *41 examples: - default: *180 + default: *181 headers: Link: *39 x-github: @@ -26170,7 +26181,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: - - *173 + - *174 - *57 - *19 - *17 @@ -26189,9 +26200,9 @@ paths: type: number repositories: type: array - items: *193 + items: *194 examples: - default: &702 + default: &703 value: total_count: 1 repositories: @@ -26443,7 +26454,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: - - *173 + - *174 - *57 requestBody: required: true @@ -26488,9 +26499,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: - - *173 + - *174 - *57 - - *188 + - *189 responses: '204': description: Response @@ -26512,9 +26523,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: - - *173 + - *174 - *57 - - *188 + - *189 responses: '204': description: Response @@ -26537,7 +26548,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: - - *173 + - *174 - *57 - *17 - *19 @@ -26579,7 +26590,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: - - *173 + - *174 - *57 requestBody: required: true @@ -26624,7 +26635,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: - - *173 + - *174 - *57 - *60 responses: @@ -26648,7 +26659,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: - - *173 + - *174 - *57 - *60 responses: @@ -26680,7 +26691,7 @@ paths: in: query schema: type: string - - *173 + - *174 - *17 - *19 responses: @@ -26724,7 +26735,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: - - *173 + - *174 responses: '200': description: Response @@ -26732,9 +26743,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26756,7 +26767,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: - - *173 + - *174 requestBody: required: true content: @@ -26799,7 +26810,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *196 + '201': *197 '404': *6 '422': *7 x-github: @@ -26829,7 +26840,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: - - *173 + - *174 responses: '201': description: Response @@ -26837,7 +26848,7 @@ paths: application/json: schema: *64 examples: - default: *197 + default: *198 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26865,7 +26876,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: - - *173 + - *174 responses: '201': description: Response @@ -26873,7 +26884,7 @@ paths: application/json: schema: *64 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26895,7 +26906,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: - - *173 + - *174 - *60 responses: '200': @@ -26904,7 +26915,7 @@ paths: application/json: schema: *61 examples: - default: *199 + default: *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26925,7 +26936,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: - - *173 + - *174 - *60 responses: '204': @@ -26951,7 +26962,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: - - *173 + - *174 - *60 responses: '200': *66 @@ -26976,7 +26987,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: - - *173 + - *174 - *60 requestBody: required: true @@ -27025,7 +27036,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: - - *173 + - *174 - *60 requestBody: required: true @@ -27075,10 +27086,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: - - *173 + - *174 - *60 responses: - '200': *200 + '200': *201 '404': *6 x-github: githubCloudOnly: false @@ -27105,9 +27116,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: - - *173 + - *174 - *60 - - *201 + - *202 responses: '200': *66 '404': *6 @@ -27134,7 +27145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *173 + - *174 - *17 - *19 responses: @@ -27152,7 +27163,7 @@ paths: type: integer secrets: type: array - items: &202 + items: &203 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -27225,13 +27236,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &398 + schema: &399 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27260,7 +27271,7 @@ paths: - key_id - key examples: - default: &399 + default: &400 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27285,8 +27296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *173 - - &203 + - *174 + - &204 name: secret_name description: The name of the secret. in: path @@ -27298,7 +27309,7 @@ paths: description: Response content: application/json: - schema: *202 + schema: *203 examples: default: value: @@ -27328,8 +27339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -27384,7 +27395,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -27410,8 +27421,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -27437,8 +27448,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: - - *173 - - *203 + - *174 + - *204 - *19 - *17 responses: @@ -27456,9 +27467,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: &207 + default: &208 value: total_count: 1 repositories: @@ -27550,8 +27561,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -27603,8 +27614,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -27637,8 +27648,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -27670,8 +27681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *173 - - &383 + - *174 + - &384 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)." @@ -27695,7 +27706,7 @@ paths: type: integer variables: type: array - items: &205 + items: &206 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -27780,7 +27791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *173 + - *174 requestBody: required: true content: @@ -27828,7 +27839,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -27853,8 +27864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *173 - - &206 + - *174 + - &207 name: name description: The name of the variable. in: path @@ -27866,7 +27877,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -27896,8 +27907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *173 - - *206 + - *174 + - *207 requestBody: required: true content: @@ -27959,8 +27970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *173 - - *206 + - *174 + - *207 responses: '204': description: Response @@ -27986,8 +27997,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: - - *173 - - *206 + - *174 + - *207 - *19 - *17 responses: @@ -28005,9 +28016,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *207 + default: *208 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28033,8 +28044,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: - - *173 - - *206 + - *174 + - *207 requestBody: required: true content: @@ -28083,8 +28094,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: - - *173 - - *206 + - *174 + - *207 - name: repository_id in: path required: true @@ -28118,8 +28129,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: - - *173 - - *206 + - *174 + - *207 - name: repository_id in: path required: true @@ -28150,7 +28161,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *173 + - *174 responses: '200': description: Response @@ -28177,11 +28188,11 @@ paths: required: true content: application/json: - schema: *208 + schema: *209 examples: default: *69 parameters: - - *173 + - *174 responses: '200': description: Response @@ -28205,7 +28216,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *173 + - *174 responses: '204': description: Response @@ -28233,7 +28244,7 @@ paths: - *17 - *82 - *83 - - *173 + - *174 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -28276,7 +28287,7 @@ paths: bundle_url: type: string examples: - default: &412 + default: &413 value: attestations: - bundle: @@ -28394,7 +28405,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: - - *173 + - *174 - 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). @@ -28402,10 +28413,10 @@ paths: required: false schema: type: string - - *209 - *210 - *211 - *212 + - *213 - *17 responses: '200': @@ -28414,9 +28425,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -28433,7 +28444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *173 + - *174 - *17 - *19 responses: @@ -28445,7 +28456,7 @@ paths: type: array items: *4 examples: - default: &277 + default: &278 value: - login: octocat id: 1 @@ -28483,8 +28494,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: - - *173 - - &215 + - *174 + - &216 name: username description: The handle for the GitHub user account. in: path @@ -28515,8 +28526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -28536,8 +28547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -28563,14 +28574,14 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *173 - - &314 + - *174 + - &315 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &429 + - &430 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -28578,7 +28589,7 @@ paths: required: false schema: type: string - - &430 + - &431 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -28586,7 +28597,7 @@ paths: required: false schema: type: string - - &315 + - &316 name: time_period description: |- The time period to filter by. @@ -28602,7 +28613,7 @@ paths: - week - month default: day - - &431 + - &432 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -28627,7 +28638,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -28782,7 +28793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &433 + default: &434 value: - id: 21 number: 42 @@ -28868,9 +28879,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: - - *173 - - *216 + - *174 - *217 + - *218 - *82 - *83 - *19 @@ -28881,7 +28892,7 @@ paths: be returned. in: query required: false - schema: *218 + schema: *219 - name: sort description: The property by which to sort the results. in: query @@ -28897,7 +28908,7 @@ paths: be returned. in: query required: false - schema: &444 + schema: &445 type: string description: Severity of a code scanning alert. enum: @@ -28915,13 +28926,13 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *220 + default: *221 headers: Link: *39 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28943,7 +28954,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: - - *173 + - *174 - name: target_type in: query description: The target type of the code security configuration @@ -29050,7 +29061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *173 + - *174 requestBody: required: true content: @@ -29225,7 +29236,7 @@ paths: application/json: schema: *88 examples: - default: *221 + default: *222 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29247,15 +29258,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *223 + default: *224 '304': *37 '403': *29 '404': *6 @@ -29281,7 +29292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *173 + - *174 requestBody: required: true content: @@ -29304,7 +29315,7 @@ paths: - 32 - 91 responses: - '204': *115 + '204': *116 '400': *14 '403': *29 '404': *6 @@ -29330,7 +29341,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *173 + - *174 - *90 responses: '200': @@ -29339,7 +29350,7 @@ paths: application/json: schema: *88 examples: - default: *221 + default: *222 '304': *37 '403': *29 '404': *6 @@ -29363,7 +29374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *173 + - *174 - *90 requestBody: required: true @@ -29571,10 +29582,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *173 + - *174 - *90 responses: - '204': *115 + '204': *116 '400': *14 '403': *29 '404': *6 @@ -29602,7 +29613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *173 + - *174 - *90 requestBody: required: true @@ -29666,7 +29677,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: - - *173 + - *174 - *90 requestBody: required: true @@ -29712,7 +29723,7 @@ paths: default: value: default_for_new_repos: all - configuration: *221 + configuration: *222 '403': *29 '404': *6 x-github: @@ -29736,7 +29747,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: - - *173 + - *174 - *90 - name: per_page description: The number of results per page (max 100). For more information, @@ -29765,13 +29776,13 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *225 + repository: *226 '403': *29 '404': *6 x-github: @@ -29795,7 +29806,7 @@ paths: parameters: - *17 - *19 - - *173 + - *174 responses: '200': description: Response @@ -29811,7 +29822,7 @@ paths: type: integer codespaces: type: array - items: &278 + items: &279 type: object title: Codespace description: A codespace. @@ -29836,12 +29847,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *193 + repository: *194 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &473 + properties: &474 name: type: string description: The name of the machine. @@ -29883,7 +29894,7 @@ paths: - ready - in_progress nullable: true - required: &474 + required: &475 - name - display_name - operating_system @@ -30088,7 +30099,7 @@ paths: - pulls_url - recent_folders examples: - default: &279 + default: &280 value: total_count: 3 codespaces: @@ -30520,7 +30531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *173 + - *174 deprecated: true requestBody: required: true @@ -30587,7 +30598,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: - - *173 + - *174 deprecated: true requestBody: required: true @@ -30642,7 +30653,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *173 + - *174 requestBody: required: true content: @@ -30694,7 +30705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *173 + - *174 - *17 - *19 responses: @@ -30712,7 +30723,7 @@ paths: type: integer secrets: type: array - items: &226 + items: &227 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -30751,7 +30762,7 @@ paths: - updated_at - visibility examples: - default: &475 + default: &476 value: total_count: 2 secrets: @@ -30783,13 +30794,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &476 + schema: &477 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -30818,7 +30829,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30841,16 +30852,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '200': description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &479 + default: &480 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -30877,8 +30888,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -30933,7 +30944,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -30959,8 +30970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -30985,8 +30996,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: - - *173 - - *203 + - *174 + - *204 - *19 - *17 responses: @@ -31004,9 +31015,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *207 + default: *208 '404': *6 x-github: githubCloudOnly: false @@ -31028,8 +31039,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -31079,8 +31090,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -31113,8 +31124,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -31153,7 +31164,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: - - *173 + - *174 responses: '200': description: OK @@ -31296,7 +31307,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: - - *173 + - *174 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -31319,9 +31330,9 @@ paths: currently being billed. seats: type: array - items: *227 + items: *228 examples: - default: *228 + default: *229 headers: Link: *39 '500': *97 @@ -31357,7 +31368,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: - - *173 + - *174 requestBody: content: application/json: @@ -31435,7 +31446,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: - - *173 + - *174 requestBody: content: application/json: @@ -31515,7 +31526,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: - - *173 + - *174 requestBody: content: application/json: @@ -31592,7 +31603,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: - - *173 + - *174 requestBody: content: application/json: @@ -31673,7 +31684,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: - - *173 + - *174 - 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`). @@ -31705,13 +31716,13 @@ paths: application/json: schema: type: array - items: *130 + items: *131 examples: - default: *131 + default: *132 '500': *97 '403': *29 '404': *6 - '422': *132 + '422': *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31742,7 +31753,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: - - *173 + - *174 - 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`). @@ -31774,9 +31785,9 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *229 + default: *230 '500': *97 '401': *25 '403': *29 @@ -31802,7 +31813,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: - - *173 + - *174 - *17 - name: page description: Page token @@ -31946,7 +31957,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: - - *173 + - *174 - name: credential_id in: path required: true @@ -31977,7 +31988,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: - - *173 + - *174 responses: '200': description: Response - list of custom role names @@ -31992,7 +32003,7 @@ paths: type: integer custom_roles: type: array - items: *230 + items: *231 examples: default: value: @@ -32079,12 +32090,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *173 + - *174 requestBody: required: true content: application/json: - schema: &233 + schema: &234 type: object properties: name: @@ -32125,9 +32136,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32151,8 +32162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *173 - - &232 + - *174 + - &233 name: role_id description: The unique identifier of the role. in: path @@ -32164,9 +32175,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: true @@ -32188,13 +32199,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *173 - - *232 + - *174 + - *233 requestBody: required: true content: application/json: - schema: &234 + schema: &235 type: object properties: name: @@ -32232,9 +32243,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32258,8 +32269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *173 - - *232 + - *174 + - *233 responses: '204': description: Response @@ -32287,12 +32298,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: - - *173 + - *174 requestBody: required: true content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -32306,9 +32317,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32338,16 +32349,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: - - *173 - - *232 + - *174 + - *233 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: true @@ -32375,13 +32386,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: - - *173 - - *232 + - *174 + - *233 requestBody: required: true content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -32396,9 +32407,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32428,8 +32439,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: - - *173 - - *232 + - *174 + - *233 responses: '204': description: Response @@ -32457,19 +32468,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *173 - - *235 + - *174 - *236 - *237 - *238 - *239 - *240 - *241 + - *242 - *84 - *82 - *83 - - *242 - *243 + - *244 - *17 responses: '200': @@ -32478,9 +32489,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 '304': *37 '400': *14 '403': *29 @@ -32506,7 +32517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *173 + - *174 - *17 - *19 responses: @@ -32524,7 +32535,7 @@ paths: type: integer secrets: type: array - items: &246 + items: &247 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -32595,13 +32606,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &506 + schema: &507 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32618,7 +32629,7 @@ paths: - key_id - key examples: - default: &507 + default: &508 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32641,14 +32652,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -32676,8 +32687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -32732,7 +32743,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -32756,8 +32767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -32781,8 +32792,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: - - *173 - - *203 + - *174 + - *204 - *19 - *17 responses: @@ -32800,9 +32811,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *207 + default: *208 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32823,8 +32834,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -32874,8 +32885,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -32906,8 +32917,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -32937,7 +32948,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: - - *173 + - *174 responses: '200': description: Response @@ -32945,7 +32956,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Package description: A software package type: object @@ -32995,8 +33006,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *247 - required: *248 + properties: *248 + required: *249 nullable: true created_at: type: string @@ -33015,7 +33026,7 @@ paths: - created_at - updated_at examples: - default: &291 + default: &292 value: - id: 197 name: hello_docker @@ -33093,7 +33104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *173 + - *174 - *17 - *19 responses: @@ -33103,7 +33114,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: 200-response: value: @@ -33173,7 +33184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *173 + - *174 - name: group_id description: The unique identifier of the group. in: path @@ -33199,7 +33210,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33280,7 +33291,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &355 + default: &356 value: group_id: '123' group_name: Octocat admins @@ -33318,7 +33329,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: - - *173 + - *174 - *17 - name: page description: Page token @@ -33335,7 +33346,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33372,7 +33383,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &353 + default: &354 value: groups: - group_id: '123' @@ -33406,7 +33417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *173 + - *174 - *17 - *19 responses: @@ -33416,7 +33427,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Organization Invitation description: Organization Invitation type: object @@ -33463,7 +33474,7 @@ paths: - invitation_teams_url - node_id examples: - default: &272 + default: &273 value: - id: 1 login: monalisa @@ -33522,7 +33533,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: - - *173 + - *174 responses: '200': description: Response @@ -33530,7 +33541,7 @@ paths: application/json: schema: type: array - items: &311 + items: &312 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -33544,7 +33555,7 @@ paths: - name - description examples: - default: &312 + default: &313 value: - name: add_assignee description: Assign or remove a user @@ -33575,7 +33586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *173 + - *174 - *17 - *19 responses: @@ -33585,7 +33596,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Org Hook description: Org Hook type: object @@ -33694,7 +33705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *173 + - *174 requestBody: required: true content: @@ -33754,9 +33765,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &250 + default: &251 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -33800,8 +33811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *173 - - &251 + - *174 + - &252 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. @@ -33814,9 +33825,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 '404': *6 x-github: githubCloudOnly: false @@ -33837,8 +33848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *173 - - *251 + - *174 + - *252 requestBody: required: false content: @@ -33883,7 +33894,7 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: default: value: @@ -33922,8 +33933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *173 - - *251 + - *174 + - *252 responses: '204': description: Response @@ -33948,8 +33959,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: - - *173 - - *251 + - *174 + - *252 responses: '200': description: Response @@ -33977,8 +33988,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: - - *173 - - *251 + - *174 + - *252 requestBody: required: false content: @@ -34026,10 +34037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *173 - - *251 - - *17 + - *174 - *252 + - *17 + - *253 responses: '200': description: Response @@ -34037,9 +34048,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 '400': *14 '422': *15 x-github: @@ -34062,17 +34073,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: - - *173 - - *251 + - *174 + - *252 - *16 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '400': *14 '422': *15 x-github: @@ -34095,8 +34106,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: - - *173 - - *251 + - *174 + - *252 - *16 responses: '202': *93 @@ -34122,8 +34133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *173 - - *251 + - *174 + - *252 responses: '204': description: Response @@ -34145,8 +34156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *173 - - &261 + - *174 + - &262 name: actor_type in: path description: The type of the actor @@ -34159,14 +34170,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &262 + - &263 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &257 + - &258 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`.' @@ -34174,7 +34185,7 @@ paths: required: true schema: type: string - - &258 + - &259 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) @@ -34267,13 +34278,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *173 - - *257 + - *174 - *258 + - *259 - *19 - *17 - *84 - - &267 + - &268 name: sort description: The property to sort the results by. in: query @@ -34351,15 +34362,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *173 - - *257 + - *174 - *258 + - *259 responses: '200': description: Response content: application/json: - schema: &259 + schema: &260 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34375,7 +34386,7 @@ paths: type: integer format: int64 examples: - default: &260 + default: &261 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34395,24 +34406,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *173 - - &263 + - *174 + - &264 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *257 - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: enabledForGitHubApps: true category: orgs @@ -34430,19 +34441,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *173 - - *257 + - *174 - *258 - - *261 + - *259 - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: enabledForGitHubApps: true category: orgs @@ -34459,10 +34470,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *173 - - *257 + - *174 - *258 - - &264 + - *259 + - &265 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -34475,7 +34486,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -34491,7 +34502,7 @@ paths: type: integer format: int64 examples: - default: &266 + default: &267 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -34527,19 +34538,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *173 - - *263 - - *257 - - *258 + - *174 - *264 + - *258 + - *259 + - *265 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: enabledForGitHubApps: true category: orgs @@ -34556,20 +34567,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *173 - - *261 + - *174 - *262 - - *257 + - *263 - *258 - - *264 + - *259 + - *265 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: enabledForGitHubApps: true category: orgs @@ -34586,14 +34597,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *173 - - *263 - - *257 + - *174 + - *264 - *258 + - *259 - *19 - *17 - *84 - - *267 + - *268 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -34666,7 +34677,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: - - *173 + - *174 responses: '200': description: Response @@ -34674,7 +34685,7 @@ paths: application/json: schema: *22 examples: - default: &545 + default: &546 value: id: 1 account: @@ -34743,7 +34754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *173 + - *174 - *17 - *19 responses: @@ -34832,7 +34843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *173 + - *174 responses: '200': description: Response @@ -34840,12 +34851,12 @@ paths: application/json: schema: anyOf: - - &269 + - &270 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &268 + limit: &269 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34870,7 +34881,7 @@ paths: properties: {} additionalProperties: false examples: - default: &270 + default: &271 value: limit: collaborators_only origin: organization @@ -34894,18 +34905,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *173 + - *174 requestBody: required: true content: application/json: - schema: &546 + schema: &547 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *268 + limit: *269 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34929,9 +34940,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '422': *15 x-github: githubCloudOnly: false @@ -34949,7 +34960,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *173 + - *174 responses: '204': description: Response @@ -34975,7 +34986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *173 + - *174 - *17 - *19 - name: role @@ -35009,9 +35020,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *39 '404': *6 @@ -35035,7 +35046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *173 + - *174 requestBody: required: false content: @@ -35089,7 +35100,7 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: default: value: @@ -35145,8 +35156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *173 - - &273 + - *174 + - &274 name: invitation_id description: The unique identifier of the invitation. in: path @@ -35179,8 +35190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *173 - - *273 + - *174 + - *274 - *17 - *19 responses: @@ -35190,9 +35201,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: &289 + default: &290 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -35237,7 +35248,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: - - *173 + - *174 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -35267,7 +35278,7 @@ paths: - closed - all default: open - - *275 + - *276 - name: sort description: What to sort results by. in: query @@ -35280,7 +35291,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - *17 - *19 responses: @@ -35290,9 +35301,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *276 + default: *277 headers: Link: *39 '404': *6 @@ -35314,7 +35325,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *173 + - *174 - 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) @@ -35350,7 +35361,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '422': *15 @@ -35370,8 +35381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response if requester is an organization member and user is @@ -35402,8 +35413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -35429,8 +35440,8 @@ paths: parameters: - *17 - *19 - - *173 - - *215 + - *174 + - *216 responses: '200': description: Response @@ -35446,9 +35457,9 @@ paths: type: integer codespaces: type: array - items: *278 + items: *279 examples: - default: *279 + default: *280 '304': *37 '500': *97 '401': *25 @@ -35473,9 +35484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *173 - - *215 - - &280 + - *174 + - *216 + - &281 name: codespace_name in: path required: true @@ -35508,17 +35519,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: - - *173 - - *215 - - *280 + - *174 + - *216 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: &472 + default: &473 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35691,14 +35702,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: - - *173 - - *215 + - *174 + - *216 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -35766,14 +35777,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 responses: '200': description: Response content: application/json: - schema: &281 + schema: &282 title: Org Membership description: Org Membership type: object @@ -35825,7 +35836,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &282 + response-if-user-has-an-active-admin-membership-with-organization: &283 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35893,8 +35904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 requestBody: required: false content: @@ -35922,9 +35933,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - response-if-user-already-had-membership-with-organization: *282 + response-if-user-already-had-membership-with-organization: *283 '422': *15 '403': *29 x-github: @@ -35945,8 +35956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -35971,7 +35982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *173 + - *174 - *17 - *19 - name: exclude @@ -35992,7 +36003,7 @@ paths: application/json: schema: type: array - items: &283 + items: &284 title: Migration description: A migration. type: object @@ -36245,7 +36256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *173 + - *174 requestBody: required: true content: @@ -36321,7 +36332,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -36499,8 +36510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *173 - - &284 + - *174 + - &285 name: migration_id description: The unique identifier of the migration. in: path @@ -36527,7 +36538,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -36696,8 +36707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *173 - - *284 + - *174 + - *285 responses: '302': description: Response @@ -36718,8 +36729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *173 - - *284 + - *174 + - *285 responses: '204': description: Response @@ -36742,9 +36753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *173 - - *284 - - &716 + - *174 + - *285 + - &717 name: repo_name description: repo_name parameter in: path @@ -36771,8 +36782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *173 - - *284 + - *174 + - *285 - *17 - *19 responses: @@ -36782,9 +36793,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: &296 + default: &297 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36923,7 +36934,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: - - *173 + - *174 responses: '200': description: Response @@ -36977,7 +36988,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: - - *173 + - *174 responses: '200': description: Response - list of organization roles @@ -36993,7 +37004,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &285 + items: &286 title: Organization Role description: Organization roles type: object @@ -37153,7 +37164,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *173 + - *174 requestBody: required: true content: @@ -37200,7 +37211,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -37251,8 +37262,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: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -37277,9 +37288,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: - - *173 - - *286 - - *232 + - *174 + - *287 + - *233 responses: '204': description: Response @@ -37308,9 +37319,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: - - *173 - - *286 - - *232 + - *174 + - *287 + - *233 responses: '204': description: Response @@ -37335,8 +37346,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -37361,9 +37372,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: - - *173 - - *215 - - *232 + - *174 + - *216 + - *233 responses: '204': description: Response @@ -37393,9 +37404,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: - - *173 - - *215 - - *232 + - *174 + - *216 + - *233 responses: '204': description: Response @@ -37423,14 +37434,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *173 - - *232 + - *174 + - *233 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -37487,8 +37498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *173 - - *232 + - *174 + - *233 requestBody: required: true content: @@ -37527,7 +37538,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -37580,8 +37591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *173 - - *232 + - *174 + - *233 responses: '204': description: Response @@ -37606,8 +37617,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: - - *173 - - *232 + - *174 + - *233 - *17 - *19 responses: @@ -37685,8 +37696,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *287 - required: *288 + properties: *288 + required: *289 nullable: true required: - id @@ -37701,7 +37712,7 @@ paths: - slug - parent examples: - default: *289 + default: *290 headers: Link: *39 '404': @@ -37730,8 +37741,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: - - *173 - - *232 + - *174 + - *233 - *17 - *19 responses: @@ -37759,13 +37770,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &327 + items: &328 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *287 - required: *288 + properties: *288 + required: *289 name: nullable: true type: string @@ -37860,7 +37871,7 @@ paths: - type - url examples: - default: *277 + default: *278 headers: Link: *39 '404': @@ -37884,7 +37895,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: - - *173 + - *174 - 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) @@ -37908,7 +37919,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -37933,8 +37944,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: - - *173 - - *215 + - *174 + - *216 requestBody: required: false content: @@ -37991,8 +38002,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -38049,8 +38060,8 @@ paths: - docker - nuget - container - - *173 - - &718 + - *174 + - &719 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38086,12 +38097,12 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '403': *29 '401': *25 - '400': &720 + '400': &721 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38113,7 +38124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &292 + - &293 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 @@ -38131,20 +38142,20 @@ paths: - docker - nuget - container - - &293 + - &294 name: package_name description: The name of the package. in: path required: true schema: type: string - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38196,9 +38207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *292 - *293 - - *173 + - *294 + - *174 responses: '204': description: Response @@ -38230,9 +38241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *292 - *293 - - *173 + - *294 + - *174 - name: token description: package token schema: @@ -38264,9 +38275,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: - - *292 - *293 - - *173 + - *294 + - *174 - *19 - *17 - name: state @@ -38286,7 +38297,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Package Version description: A version of a software package type: object @@ -38411,10 +38422,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: - - *292 - *293 - - *173 - - &295 + - *294 + - *174 + - &296 name: package_version_id description: Unique identifier of the package version. in: path @@ -38426,7 +38437,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -38462,10 +38473,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *292 - *293 - - *173 - - *295 + - *294 + - *174 + - *296 responses: '204': description: Response @@ -38497,10 +38508,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *292 - *293 - - *173 - - *295 + - *294 + - *174 + - *296 responses: '204': description: Response @@ -38527,10 +38538,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: - - *173 + - *174 - *17 - *19 - - &297 + - &298 name: sort description: The property by which to sort the results. in: query @@ -38541,7 +38552,7 @@ paths: - created_at default: created_at - *84 - - &298 + - &299 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38552,7 +38563,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &299 + - &300 name: repository description: The name of the repository to use to filter the results. in: query @@ -38560,7 +38571,7 @@ paths: schema: type: string example: Hello-World - - &300 + - &301 name: permission description: The permission to use to filter the results. in: query @@ -38568,7 +38579,7 @@ paths: schema: type: string example: issues_read - - &301 + - &302 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) @@ -38578,7 +38589,7 @@ paths: schema: type: string format: date-time - - &302 + - &303 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) @@ -38741,7 +38752,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: - - *173 + - *174 requestBody: required: true content: @@ -38807,7 +38818,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: - - *173 + - *174 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38847,7 +38858,7 @@ paths: '422': *15 '404': *6 '403': *29 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38868,7 +38879,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: - - *173 + - *174 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38888,9 +38899,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -38913,16 +38924,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: - - *173 + - *174 - *17 - *19 - - *297 - - *84 - *298 + - *84 - *299 - *300 - *301 - *302 + - *303 responses: '500': *97 '422': *15 @@ -39071,7 +39082,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: - - *173 + - *174 requestBody: required: true content: @@ -39131,7 +39142,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: - - *173 + - *174 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -39161,7 +39172,7 @@ paths: responses: '500': *97 '404': *6 - '204': *115 + '204': *116 '403': *29 '422': *15 x-github: @@ -39183,7 +39194,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: - - *173 + - *174 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -39202,9 +39213,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -39230,7 +39241,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: - - *173 + - *174 - *17 - *19 responses: @@ -39248,7 +39259,7 @@ paths: type: integer configurations: type: array - items: &303 + items: &304 title: Organization private registry description: Private registry configuration for an organization type: object @@ -39324,7 +39335,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: - - *173 + - *174 requestBody: required: true content: @@ -39454,7 +39465,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &304 + org-private-registry-with-selected-visibility: &305 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39497,7 +39508,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: - - *173 + - *174 responses: '200': description: Response @@ -39547,16 +39558,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: - - *173 - - *203 + - *174 + - *204 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 '404': *6 x-github: githubCloudOnly: false @@ -39579,8 +39590,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -39659,8 +39670,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: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -39685,7 +39696,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *173 + - *174 - name: state description: Indicates the state of the projects to return. in: query @@ -39706,7 +39717,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Project description: Projects are a way to organize columns and cards of work. @@ -39850,7 +39861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *173 + - *174 requestBody: required: true content: @@ -39876,7 +39887,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -39914,7 +39925,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &370 + '410': &371 description: Gone content: application/json: @@ -39938,7 +39949,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: - - *173 + - *174 responses: '200': description: Response @@ -39946,9 +39957,9 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 '403': *29 '404': *6 x-github: @@ -39971,7 +39982,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: - - *173 + - *174 requestBody: required: true content: @@ -39982,7 +39993,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *111 + items: *112 minItems: 1 maxItems: 100 required: @@ -40012,9 +40023,9 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 '403': *29 '404': *6 x-github: @@ -40035,16 +40046,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: - - *173 - - *113 + - *174 + - *114 responses: '200': description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: *114 + default: *115 '403': *29 '404': *6 x-github: @@ -40067,13 +40078,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: - - *173 - - *113 + - *174 + - *114 requestBody: required: true content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -40089,9 +40100,9 @@ paths: description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: *114 + default: *115 '403': *29 '404': *6 x-github: @@ -40114,10 +40125,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: - - *173 - - *113 + - *174 + - *114 responses: - '204': *115 + '204': *116 '403': *29 '404': *6 x-github: @@ -40138,7 +40149,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: - - *173 + - *174 - *17 - *19 - name: repository_query @@ -40176,7 +40187,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &307 + items: &308 title: Custom Property Value description: Custom property name and associated value type: object @@ -40243,7 +40254,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: - - *173 + - *174 requestBody: required: true content: @@ -40263,7 +40274,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *307 + items: *308 required: - repository_names - properties @@ -40304,7 +40315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *173 + - *174 - *17 - *19 responses: @@ -40316,7 +40327,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -40335,8 +40346,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response if user is a public member @@ -40360,8 +40371,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -40382,8 +40393,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -40407,7 +40418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *173 + - *174 - 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 @@ -40454,9 +40465,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -40477,7 +40488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *173 + - *174 requestBody: required: true content: @@ -40659,7 +40670,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Full Repository description: Full Repository type: object @@ -40936,8 +40947,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *308 - required: *309 + properties: *309 + required: *310 nullable: true temp_clone_token: type: string @@ -41024,8 +41035,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true organization: title: Simple User @@ -41052,7 +41063,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &494 + properties: &495 url: type: string format: uri @@ -41068,12 +41079,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &495 + required: &496 - url - key - name - html_url - security_and_analysis: *310 + security_and_analysis: *311 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -41157,7 +41168,7 @@ paths: - network_count - subscribers_count examples: - default: &374 + default: &375 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41675,7 +41686,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: - - *173 + - *174 responses: '200': description: Response @@ -41683,9 +41694,9 @@ paths: application/json: schema: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -41707,10 +41718,10 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -41728,7 +41739,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -41775,7 +41786,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 requestBody: description: Request body required: true @@ -41796,16 +41807,16 @@ paths: - push - repository default: branch - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *313 + items: *124 + conditions: *314 rules: type: array description: An array of rules within the ruleset. - items: *124 + items: *125 required: - name - enforcement @@ -41843,9 +41854,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: &316 + default: &317 value: id: 21 name: super cool ruleset @@ -41899,8 +41910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *173 - - &631 + - *174 + - &632 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 @@ -41910,16 +41921,16 @@ paths: schema: type: string x-multi-segment: true - - *314 - *315 - - &632 + - *316 + - &633 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 - - &633 + - &634 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -41939,7 +41950,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -41994,7 +42005,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -42037,8 +42048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *173 - - &636 + - *174 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42054,7 +42065,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -42153,7 +42164,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -42214,7 +42225,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - name: ruleset_id description: The ID of the ruleset. in: path @@ -42226,9 +42237,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *316 + default: *317 '404': *6 '500': *97 put: @@ -42246,7 +42257,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - name: ruleset_id description: The ID of the ruleset. in: path @@ -42272,16 +42283,16 @@ paths: - tag - push - repository - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *313 + items: *124 + conditions: *314 rules: description: An array of rules within the ruleset. type: array - items: *124 + items: *125 examples: default: value: @@ -42316,9 +42327,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *316 + default: *317 '404': *6 '500': *97 delete: @@ -42336,7 +42347,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - name: ruleset_id description: The ID of the ruleset. in: path @@ -42364,15 +42375,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: - - *173 - - *317 + - *174 - *318 - *319 - *320 + - *321 - *84 - *19 - *17 - - &640 + - &641 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 @@ -42382,7 +42393,7 @@ paths: required: false schema: type: string - - &641 + - &642 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 @@ -42392,9 +42403,9 @@ paths: required: false schema: type: string - - *321 - *322 - *323 + - *324 responses: '200': description: Response @@ -42402,13 +42413,13 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *39 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42430,7 +42441,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: - - *173 + - *174 - *84 - name: sort description: The property to sort the results by. @@ -42474,7 +42485,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 description: A repository security advisory. type: object properties: @@ -42694,7 +42705,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *327 credits_detailed: type: array nullable: true @@ -42704,7 +42715,7 @@ paths: type: object properties: user: *4 - type: *326 + type: *327 state: type: string description: The state of the user's acceptance of the @@ -42728,7 +42739,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *274 + items: *275 private_fork: readOnly: true nullable: true @@ -42765,7 +42776,7 @@ paths: - private_fork additionalProperties: false examples: - default: &649 + default: &650 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43144,7 +43155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *173 + - *174 responses: '200': description: Response @@ -43152,9 +43163,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43177,8 +43188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -43203,8 +43214,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -43233,15 +43244,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43265,7 +43276,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: - - *173 + - *174 - *17 - *19 responses: @@ -43273,9 +43284,9 @@ paths: description: Success content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43297,15 +43308,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43327,15 +43338,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43353,9 +43364,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: - - *173 + - *174 - *17 - *19 responses: @@ -43373,15 +43384,15 @@ paths: type: integer network_configurations: type: array - items: *108 + items: *109 examples: - default: *336 + default: *337 headers: Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -43394,9 +43405,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: - - *173 + - *174 requestBody: required: true content: @@ -43438,13 +43449,13 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -43458,24 +43469,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: - - *173 - - *110 + - *174 + - *111 responses: '200': description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 headers: Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -43488,10 +43499,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: - - *173 - - *110 + - *174 + - *111 requestBody: required: true content: @@ -43530,13 +43541,13 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -43549,17 +43560,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: - - *173 - - *110 + - *174 + - *111 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: @@ -43573,24 +43584,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: - - *173 - - *337 + - *174 + - *338 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 headers: Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -43603,7 +43614,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: - - *173 + - *174 - *17 - name: page description: Page token @@ -43622,7 +43633,7 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -43668,7 +43679,7 @@ paths: type: string nullable: true examples: - default: &362 + default: &363 value: groups: - group_id: '123' @@ -43713,8 +43724,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: - - *173 - - *286 + - *174 + - *287 - 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`). @@ -43746,13 +43757,13 @@ paths: application/json: schema: type: array - items: *130 + items: *131 examples: - default: *131 + default: *132 '500': *97 '403': *29 '404': *6 - '422': *132 + '422': *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43786,8 +43797,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: - - *173 - - *286 + - *174 + - *287 - 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`). @@ -43819,9 +43830,9 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *229 + default: *230 '500': *97 '401': *25 '403': *29 @@ -43843,7 +43854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *173 + - *174 - *17 - *19 responses: @@ -43853,9 +43864,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 headers: Link: *39 '403': *29 @@ -43877,7 +43888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *173 + - *174 requestBody: required: true content: @@ -43949,7 +43960,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -44012,8 +44023,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *287 - required: *288 + properties: *288 + required: *289 nullable: true members_count: type: integer @@ -44259,7 +44270,7 @@ paths: - repos_count - organization examples: - default: &341 + default: &342 value: id: 1 node_id: MDQ6VGVhbTE= @@ -44329,16 +44340,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *173 - - *286 + - *174 + - *287 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 x-github: githubCloudOnly: false @@ -44359,8 +44370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *173 - - *286 + - *174 + - *287 requestBody: required: false content: @@ -44422,16 +44433,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '422': *15 '403': *29 @@ -44456,8 +44467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -44483,8 +44494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *173 - - *286 + - *174 + - *287 - *84 - *17 - *19 @@ -44501,7 +44512,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -44580,7 +44591,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *138 + reactions: *139 required: - author - body @@ -44600,7 +44611,7 @@ paths: - updated_at - url examples: - default: &689 + default: &690 value: - author: login: octocat @@ -44674,8 +44685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *173 - - *286 + - *174 + - *287 requestBody: required: true content: @@ -44709,9 +44720,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: author: login: octocat @@ -44783,9 +44794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *173 - - *286 - - &344 + - *174 + - *287 + - &345 name: discussion_number description: The number that identifies the discussion. in: path @@ -44797,9 +44808,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44821,9 +44832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 requestBody: required: false content: @@ -44846,9 +44857,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &690 + default: &691 value: author: login: octocat @@ -44918,9 +44929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 responses: '204': description: Response @@ -44946,9 +44957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 - *84 - *17 - *19 @@ -44959,7 +44970,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45016,7 +45027,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *138 + reactions: *139 required: - author - body @@ -45031,7 +45042,7 @@ paths: - updated_at - url examples: - default: &691 + default: &692 value: - author: login: octocat @@ -45099,9 +45110,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 requestBody: required: true content: @@ -45123,9 +45134,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &346 + default: &347 value: author: login: octocat @@ -45191,10 +45202,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *173 - - *286 - - *344 - - &347 + - *174 + - *287 + - *345 + - &348 name: comment_number description: The number that identifies the comment. in: path @@ -45206,9 +45217,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45230,10 +45241,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 requestBody: required: true content: @@ -45255,9 +45266,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &692 + default: &693 value: author: login: octocat @@ -45321,10 +45332,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 responses: '204': description: Response @@ -45350,10 +45361,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: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 - 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. @@ -45379,7 +45390,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -45422,7 +45433,7 @@ paths: - content - created_at examples: - default: &350 + default: &351 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -45472,10 +45483,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: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 requestBody: required: true content: @@ -45508,9 +45519,9 @@ paths: team discussion comment content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -45539,9 +45550,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45564,11 +45575,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *173 - - *286 - - *344 - - *347 - - &351 + - *174 + - *287 + - *345 + - *348 + - &352 name: reaction_id description: The unique identifier of the reaction. in: path @@ -45600,9 +45611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 - 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. @@ -45628,9 +45639,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -45656,9 +45667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 requestBody: required: true content: @@ -45690,16 +45701,16 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45722,10 +45733,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *173 - - *286 - - *344 - - *351 + - *174 + - *287 + - *345 + - *352 responses: '204': description: Response @@ -45748,16 +45759,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: - - *173 - - *286 + - *174 + - *287 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45776,8 +45787,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: - - *173 - - *286 + - *174 + - *287 requestBody: required: true content: @@ -45800,9 +45811,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -45821,8 +45832,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: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -45846,8 +45857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -45857,9 +45868,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *39 x-github: @@ -45881,8 +45892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *173 - - *286 + - *174 + - *287 - name: role description: Filters members returned by their role in the team. in: query @@ -45905,7 +45916,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -45935,15 +45946,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *173 - - *286 - - *215 + - *174 + - *287 + - *216 responses: '200': description: Response content: application/json: - schema: &356 + schema: &357 title: Team Membership description: Team Membership type: object @@ -45970,7 +45981,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46006,9 +46017,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: - - *173 - - *286 - - *215 + - *174 + - *287 + - *216 requestBody: required: false content: @@ -46033,9 +46044,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46070,9 +46081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *173 - - *286 - - *215 + - *174 + - *287 + - *216 responses: '204': description: Response @@ -46098,8 +46109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -46109,7 +46120,7 @@ paths: application/json: schema: type: array - items: &357 + items: &358 title: Team Project description: A team's access to a project. type: object @@ -46177,7 +46188,7 @@ paths: - updated_at - permissions examples: - default: &695 + default: &696 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46238,9 +46249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *173 - - *286 - - &358 + - *174 + - *287 + - &359 name: project_id description: The unique identifier of the project. in: path @@ -46252,9 +46263,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &696 + default: &697 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46314,9 +46325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *173 - - *286 - - *358 + - *174 + - *287 + - *359 requestBody: required: false content: @@ -46380,9 +46391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *173 - - *286 - - *358 + - *174 + - *287 + - *359 responses: '204': description: Response @@ -46406,8 +46417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -46417,9 +46428,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -46448,16 +46459,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *173 - - *286 - - *359 + - *174 + - *287 - *360 + - *361 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &697 + schema: &698 title: Team Repository description: A team's access to a repository. type: object @@ -46480,8 +46491,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true forks: type: integer @@ -47026,10 +47037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *173 - - *286 - - *359 + - *174 + - *287 - *360 + - *361 requestBody: required: false content: @@ -47074,10 +47085,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *173 - - *286 - - *359 + - *174 + - *287 - *360 + - *361 responses: '204': description: Response @@ -47103,16 +47114,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: - - *173 - - *286 + - *174 + - *287 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47134,8 +47145,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: - - *173 - - *286 + - *174 + - *287 requestBody: required: true content: @@ -47178,7 +47189,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -47210,8 +47221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -47221,9 +47232,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - response-if-child-teams-exist: &698 + response-if-child-teams-exist: &699 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47276,7 +47287,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: - - *173 + - *174 - name: security_product in: path description: The security feature to enable or disable. @@ -47347,7 +47358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &363 + - &364 name: card_id description: The unique identifier of the card. in: path @@ -47359,7 +47370,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Project Card description: Project cards represent a scope of work. type: object @@ -47426,7 +47437,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &366 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -47476,7 +47487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *363 + - *364 requestBody: required: false content: @@ -47503,9 +47514,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '304': *37 '403': *29 '401': *25 @@ -47526,7 +47537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *363 + - *364 responses: '204': description: Response @@ -47564,7 +47575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *363 + - *364 requestBody: required: true content: @@ -47669,7 +47680,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &366 + - &367 name: column_id description: The unique identifier of the column. in: path @@ -47681,7 +47692,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Project Column description: Project columns contain cards of work. type: object @@ -47727,7 +47738,7 @@ paths: - created_at - updated_at examples: - default: &368 + default: &369 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -47756,7 +47767,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *366 + - *367 requestBody: required: true content: @@ -47780,9 +47791,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '304': *37 '403': *29 '401': *25 @@ -47801,7 +47812,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *366 + - *367 responses: '204': description: Response @@ -47824,7 +47835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *366 + - *367 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -47845,7 +47856,7 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: default: value: @@ -47898,7 +47909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *366 + - *367 requestBody: required: true content: @@ -47938,9 +47949,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '304': *37 '403': *29 '401': *25 @@ -47950,8 +47961,8 @@ paths: application/json: schema: oneOf: - - *176 - *177 + - *178 '503': description: Response content: @@ -47990,7 +48001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *366 + - *367 requestBody: required: true content: @@ -48046,15 +48057,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &369 + default: &370 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48107,7 +48118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *358 + - *359 requestBody: required: false content: @@ -48153,9 +48164,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *369 + default: *370 '404': description: Not Found if the authenticated user does not have access to the project @@ -48176,7 +48187,7 @@ paths: items: type: string '401': *25 - '410': *370 + '410': *371 '422': *7 x-github: githubCloudOnly: false @@ -48194,7 +48205,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *358 + - *359 responses: '204': description: Delete Success @@ -48215,7 +48226,7 @@ paths: items: type: string '401': *25 - '410': *370 + '410': *371 '404': *6 x-github: githubCloudOnly: false @@ -48238,7 +48249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *358 + - *359 - 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 @@ -48265,7 +48276,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '404': *6 @@ -48290,8 +48301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *358 - - *215 + - *359 + - *216 requestBody: required: false content: @@ -48338,8 +48349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *358 - - *215 + - *359 + - *216 responses: '204': description: Response @@ -48367,8 +48378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *358 - - *215 + - *359 + - *216 responses: '200': description: Response @@ -48435,7 +48446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *358 + - *359 - *17 - *19 responses: @@ -48445,7 +48456,7 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: default: value: @@ -48477,7 +48488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *358 + - *359 requestBody: required: true content: @@ -48500,7 +48511,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -48561,7 +48572,7 @@ paths: resources: type: object properties: - core: &371 + core: &372 title: Rate Limit type: object properties: @@ -48578,20 +48589,20 @@ paths: - remaining - reset - used - graphql: *371 - search: *371 - code_search: *371 - source_import: *371 - integration_manifest: *371 - code_scanning_upload: *371 - actions_runner_registration: *371 - scim: *371 - dependency_snapshots: *371 - code_scanning_autofix: *371 + graphql: *372 + search: *372 + code_search: *372 + source_import: *372 + integration_manifest: *372 + code_scanning_upload: *372 + actions_runner_registration: *372 + scim: *372 + dependency_snapshots: *372 + code_scanning_autofix: *372 required: - core - search - rate: *371 + rate: *372 required: - rate - resources @@ -48695,14 +48706,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: default-response: summary: Default response @@ -49207,7 +49218,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *373 + '301': *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49225,8 +49236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -49472,10 +49483,10 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 - '307': &375 + default: *375 + '307': &376 description: Temporary Redirect content: application/json: @@ -49504,8 +49515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -49527,7 +49538,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': *375 + '307': *376 '404': *6 x-github: githubCloudOnly: false @@ -49550,11 +49561,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 - - &390 + - &391 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -49577,7 +49588,7 @@ paths: type: integer artifacts: type: array - items: &376 + items: &377 title: Artifact description: An artifact type: object @@ -49648,7 +49659,7 @@ paths: - expires_at - updated_at examples: - default: &391 + default: &392 value: total_count: 2 artifacts: @@ -49707,9 +49718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *359 - *360 - - &377 + - *361 + - &378 name: artifact_id description: The unique identifier of the artifact. in: path @@ -49721,7 +49732,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: default: value: @@ -49758,9 +49769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *359 - *360 - - *377 + - *361 + - *378 responses: '204': description: Response @@ -49784,9 +49795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *359 - *360 - - *377 + - *361 + - *378 - name: archive_format in: path required: true @@ -49800,7 +49811,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': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49823,14 +49834,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: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -49856,11 +49867,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: - - *359 - *360 + - *361 - *17 - *19 - - &379 + - &380 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 @@ -49894,7 +49905,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: Repository actions caches description: Repository actions caches type: object @@ -49936,7 +49947,7 @@ paths: - total_count - actions_caches examples: - default: &381 + default: &382 value: total_count: 1 actions_caches: @@ -49968,23 +49979,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: - - *359 - *360 + - *361 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50004,8 +50015,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: - - *359 - *360 + - *361 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50036,9 +50047,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: - - *359 - *360 - - &382 + - *361 + - &383 name: job_id description: The unique identifier of the job. in: path @@ -50050,7 +50061,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 title: Job description: Information of a job execution in a workflow run type: object @@ -50357,9 +50368,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: - - *359 - *360 - - *382 + - *361 + - *383 responses: '302': description: Response @@ -50387,9 +50398,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: - - *359 - *360 - - *382 + - *361 + - *383 requestBody: required: false content: @@ -50410,7 +50421,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -50434,8 +50445,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: - - *359 - *360 + - *361 responses: '200': description: Status response @@ -50485,8 +50496,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -50520,7 +50531,7 @@ paths: description: Empty response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -50549,8 +50560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -50568,7 +50579,7 @@ paths: type: integer secrets: type: array - items: &396 + items: &397 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -50588,7 +50599,7 @@ paths: - created_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 secrets: @@ -50621,9 +50632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *359 - *360 - - *383 + - *361 + - *384 - *19 responses: '200': @@ -50640,7 +50651,7 @@ paths: type: integer variables: type: array - items: &400 + items: &401 title: Actions Variable type: object properties: @@ -50670,7 +50681,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: total_count: 2 variables: @@ -50703,8 +50714,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -50713,11 +50724,11 @@ paths: schema: type: object properties: - enabled: &384 + enabled: &385 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 - selected_actions_url: *186 + selected_actions_url: *187 required: - enabled examples: @@ -50746,8 +50757,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -50758,7 +50769,7 @@ paths: schema: type: object properties: - enabled: *384 + enabled: *385 allowed_actions: *48 required: - enabled @@ -50789,14 +50800,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: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 type: object properties: access_level: @@ -50814,7 +50825,7 @@ paths: required: - access_level examples: - default: &386 + default: &387 value: access_level: organization x-github: @@ -50839,15 +50850,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: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 responses: '204': description: Response @@ -50871,8 +50882,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -50903,8 +50914,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -50936,14 +50947,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: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: default: *54 x-github: @@ -50966,8 +50977,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: - - *359 - *360 + - *361 responses: '204': description: Success response @@ -50978,7 +50989,7 @@ paths: required: true content: application/json: - schema: *190 + schema: *191 examples: default: *54 x-github: @@ -51007,8 +51018,8 @@ paths: in: query schema: type: string - - *359 - *360 + - *361 - *17 - *19 responses: @@ -51052,8 +51063,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -51061,9 +51072,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51085,8 +51096,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -51129,7 +51140,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *196 + '201': *197 '404': *6 '422': *7 x-github: @@ -51159,8 +51170,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: - - *359 - *360 + - *361 responses: '201': description: Response @@ -51168,7 +51179,7 @@ paths: application/json: schema: *64 examples: - default: *197 + default: *198 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51196,8 +51207,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: - - *359 - *360 + - *361 responses: '201': description: Response @@ -51205,7 +51216,7 @@ paths: application/json: schema: *64 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51227,8 +51238,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: - - *359 - *360 + - *361 - *60 responses: '200': @@ -51237,7 +51248,7 @@ paths: application/json: schema: *61 examples: - default: *199 + default: *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51258,8 +51269,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: - - *359 - *360 + - *361 - *60 responses: '204': @@ -51285,8 +51296,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: - - *359 - *360 + - *361 - *60 responses: '200': *66 @@ -51311,8 +51322,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: - - *359 - *360 + - *361 - *60 requestBody: required: true @@ -51361,8 +51372,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: - - *359 - *360 + - *361 - *60 requestBody: required: true @@ -51412,11 +51423,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: - - *359 - *360 + - *361 - *60 responses: - '200': *200 + '200': *201 '404': *6 x-github: githubCloudOnly: false @@ -51443,10 +51454,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: - - *359 - *360 + - *361 - *60 - - *201 + - *202 responses: '200': *66 '404': *6 @@ -51474,9 +51485,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: - - *359 - *360 - - &404 + - *361 + - &405 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. @@ -51484,7 +51495,7 @@ paths: required: false schema: type: string - - &405 + - &406 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -51492,7 +51503,7 @@ paths: required: false schema: type: string - - &406 + - &407 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -51501,7 +51512,7 @@ paths: required: false schema: type: string - - &407 + - &408 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 @@ -51528,7 +51539,7 @@ paths: - pending - *17 - *19 - - &408 + - &409 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)." @@ -51537,7 +51548,7 @@ paths: schema: type: string format: date-time - - &387 + - &388 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -51546,13 +51557,13 @@ paths: schema: type: boolean default: false - - &409 + - &410 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &410 + - &411 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -51575,7 +51586,7 @@ paths: type: integer workflow_runs: type: array - items: &388 + items: &389 title: Workflow Run description: An invocation of a workflow type: object @@ -51670,7 +51681,7 @@ paths: that triggered the run. type: array nullable: true - items: &434 + items: &435 title: Pull Request Minimal type: object properties: @@ -51789,7 +51800,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &438 + properties: &439 id: type: string description: SHA for the commit @@ -51840,7 +51851,7 @@ paths: - name - email nullable: true - required: &439 + required: &440 - id - tree_id - message @@ -51848,8 +51859,8 @@ paths: - author - committer nullable: true - repository: *193 - head_repository: *193 + repository: *194 + head_repository: *194 head_repository_id: type: integer example: 5 @@ -51887,7 +51898,7 @@ paths: - workflow_url - pull_requests examples: - default: &411 + default: &412 value: total_count: 1 workflow_runs: @@ -52123,24 +52134,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *359 - *360 - - &389 + - *361 + - &390 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *387 + - *388 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: &392 + default: &393 value: id: 30433642 name: Build @@ -52381,9 +52392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '204': description: Response @@ -52406,9 +52417,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: - - *359 - *360 - - *389 + - *361 + - *390 responses: '200': description: Response @@ -52527,15 +52538,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: - - *359 - *360 - - *389 + - *361 + - *390 responses: '201': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -52562,12 +52573,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *359 - *360 - - *389 + - *361 + - *390 - *17 - *19 - - *390 + - *391 responses: '200': description: Response @@ -52583,9 +52594,9 @@ paths: type: integer artifacts: type: array - items: *376 + items: *377 examples: - default: *391 + default: *392 headers: Link: *39 x-github: @@ -52609,25 +52620,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *359 - *360 - - *389 - - &393 + - *361 + - *390 + - &394 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *387 + - *388 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52650,10 +52661,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: - - *359 - *360 - - *389 - - *393 + - *361 + - *390 + - *394 - *17 - *19 responses: @@ -52671,9 +52682,9 @@ paths: type: integer jobs: type: array - items: *394 + items: *395 examples: - default: &395 + default: &396 value: total_count: 1 jobs: @@ -52786,10 +52797,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *359 - *360 - - *389 - - *393 + - *361 + - *390 + - *394 responses: '302': description: Response @@ -52817,15 +52828,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '202': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -52852,9 +52863,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: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: true content: @@ -52921,15 +52932,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '202': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -52956,9 +52967,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: - - *359 - *360 - - *389 + - *361 + - *390 - 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 @@ -52988,9 +52999,9 @@ paths: type: integer jobs: type: array - items: *394 + items: *395 examples: - default: *395 + default: *396 headers: Link: *39 x-github: @@ -53015,9 +53026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '302': description: Response @@ -53044,9 +53055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '204': description: Response @@ -53073,9 +53084,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: - - *359 - *360 - - *389 + - *361 + - *390 responses: '200': description: Response @@ -53135,7 +53146,7 @@ paths: items: type: object properties: - type: &515 + type: &516 type: string description: The type of reviewer. enum: @@ -53145,7 +53156,7 @@ paths: reviewer: anyOf: - *4 - - *274 + - *275 required: - environment - wait_timer @@ -53220,9 +53231,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: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: true content: @@ -53269,7 +53280,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -53357,8 +53368,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -53375,7 +53386,7 @@ paths: - created_at - updated_at examples: - default: &511 + default: &512 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -53431,9 +53442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: false content: @@ -53454,7 +53465,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53477,9 +53488,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: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: false content: @@ -53500,7 +53511,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53525,9 +53536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '200': description: Response @@ -53664,8 +53675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -53683,9 +53694,9 @@ paths: type: integer secrets: type: array - items: *396 + items: *397 examples: - default: *397 + default: *398 headers: Link: *39 x-github: @@ -53710,16 +53721,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53741,17 +53752,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: &528 + default: &529 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -53777,9 +53788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 requestBody: required: true content: @@ -53807,7 +53818,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53833,9 +53844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '204': description: Response @@ -53860,9 +53871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *359 - *360 - - *383 + - *361 + - *384 - *19 responses: '200': @@ -53879,9 +53890,9 @@ paths: type: integer variables: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *39 x-github: @@ -53904,8 +53915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -53932,7 +53943,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53957,17 +53968,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *359 - *360 - - *206 + - *361 + - *207 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &529 + default: &530 value: name: USERNAME value: octocat @@ -53993,9 +54004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *359 - *360 - - *206 + - *361 + - *207 requestBody: required: true content: @@ -54037,9 +54048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *359 - *360 - - *206 + - *361 + - *207 responses: '204': description: Response @@ -54064,8 +54075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -54083,7 +54094,7 @@ paths: type: integer workflows: type: array - items: &402 + items: &403 title: Workflow description: A GitHub Actions workflow type: object @@ -54190,9 +54201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *359 - *360 - - &403 + - *361 + - &404 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -54207,7 +54218,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -54240,9 +54251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '204': description: Response @@ -54267,9 +54278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '204': description: Response @@ -54320,9 +54331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '204': description: Response @@ -54349,19 +54360,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: - - *359 - *360 - - *403 + - *361 - *404 - *405 - *406 - *407 + - *408 - *17 - *19 - - *408 - - *387 - *409 + - *388 - *410 + - *411 responses: '200': description: Response @@ -54377,9 +54388,9 @@ paths: type: integer workflow_runs: type: array - items: *388 + items: *389 examples: - default: *411 + default: *412 headers: Link: *39 x-github: @@ -54405,9 +54416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '200': description: Response @@ -54468,8 +54479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *359 - *360 + - *361 - *84 - *17 - *82 @@ -54633,8 +54644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -54646,7 +54657,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '404': *6 @@ -54671,8 +54682,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: - - *359 - *360 + - *361 - name: assignee in: path required: true @@ -54708,8 +54719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -54821,8 +54832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *359 - *360 + - *361 - *17 - *82 - *83 @@ -54868,7 +54879,7 @@ paths: bundle_url: type: string examples: - default: *412 + default: *413 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54888,8 +54899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -54897,7 +54908,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Autolink reference description: An autolink reference. type: object @@ -54947,8 +54958,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -54987,9 +54998,9 @@ paths: description: response content: application/json: - schema: *413 + schema: *414 examples: - default: &414 + default: &415 value: id: 1 key_prefix: TICKET- @@ -55020,9 +55031,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: - - *359 - *360 - - &415 + - *361 + - &416 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55034,9 +55045,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *414 + default: *415 '404': *6 x-github: githubCloudOnly: false @@ -55056,9 +55067,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: - - *359 - *360 - - *415 + - *361 + - *416 responses: '204': description: Response @@ -55082,8 +55093,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: - - *359 - *360 + - *361 responses: '200': description: Response if Dependabot is enabled @@ -55131,8 +55142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -55153,8 +55164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -55174,8 +55185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *359 - *360 + - *361 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -55213,7 +55224,7 @@ paths: - url protected: type: boolean - protection: &417 + protection: &418 title: Branch Protection description: Branch Protection type: object @@ -55255,7 +55266,7 @@ paths: required: - contexts - checks - enforce_admins: &420 + enforce_admins: &421 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -55270,7 +55281,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &422 + required_pull_request_reviews: &423 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -55291,7 +55302,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *274 + items: *275 apps: description: The list of apps with review dismissal access. @@ -55320,7 +55331,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *274 + items: *275 apps: description: The list of apps allowed to bypass pull request requirements. @@ -55346,7 +55357,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &419 + restrictions: &420 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -55653,9 +55664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *359 - *360 - - &418 + - *361 + - &419 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). @@ -55669,14 +55680,14 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &483 + commit: &484 title: Commit description: Commit type: object @@ -55710,7 +55721,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &416 + properties: &417 name: type: string example: '"Chris Wanstrath"' @@ -55725,7 +55736,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *416 + properties: *417 nullable: true message: type: string @@ -55746,7 +55757,7 @@ paths: required: - sha - url - verification: &535 + verification: &536 title: Verification type: object properties: @@ -55779,12 +55790,12 @@ paths: nullable: true oneOf: - *4 - - *204 + - *205 committer: nullable: true oneOf: - *4 - - *204 + - *205 parents: type: array items: @@ -55815,7 +55826,7 @@ paths: type: integer files: type: array - items: &498 + items: &499 title: Diff Entry description: Diff Entry type: object @@ -55898,7 +55909,7 @@ paths: - self protected: type: boolean - protection: *417 + protection: *418 protection_url: type: string format: uri @@ -56005,7 +56016,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *373 + '301': *374 '404': *6 x-github: githubCloudOnly: false @@ -56027,15 +56038,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -56229,9 +56240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -56486,7 +56497,7 @@ paths: url: type: string format: uri - required_status_checks: &425 + required_status_checks: &426 title: Status Check Policy description: Status Check Policy type: object @@ -56562,7 +56573,7 @@ paths: items: *4 teams: type: array - items: *274 + items: *275 apps: type: array items: *5 @@ -56580,7 +56591,7 @@ paths: items: *4 teams: type: array - items: *274 + items: *275 apps: type: array items: *5 @@ -56638,7 +56649,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *419 + restrictions: *420 required_conversation_resolution: type: object properties: @@ -56750,9 +56761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -56777,17 +56788,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -56809,17 +56820,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56838,9 +56849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -56865,17 +56876,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &423 + default: &424 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -56971,9 +56982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57071,9 +57082,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '422': *15 x-github: githubCloudOnly: false @@ -57094,9 +57105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57123,17 +57134,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &424 + default: &425 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -57156,17 +57167,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *424 + default: *425 '404': *6 x-github: githubCloudOnly: false @@ -57186,9 +57197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57213,17 +57224,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -57249,9 +57260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57303,9 +57314,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '404': *6 '422': *15 x-github: @@ -57327,9 +57338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57353,9 +57364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -57389,9 +57400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57458,9 +57469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57524,9 +57535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: content: application/json: @@ -57592,15 +57603,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -57691,9 +57702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57716,9 +57727,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: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -57728,7 +57739,7 @@ paths: type: array items: *5 examples: - default: &427 + default: &428 value: - id: 1 slug: octoapp @@ -57785,9 +57796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -57821,7 +57832,7 @@ paths: type: array items: *5 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -57842,9 +57853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -57878,7 +57889,7 @@ paths: type: array items: *5 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -57899,9 +57910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -57935,7 +57946,7 @@ paths: type: array items: *5 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -57957,9 +57968,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: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -57967,9 +57978,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '404': *6 x-github: githubCloudOnly: false @@ -57989,9 +58000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -58027,9 +58038,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -58050,9 +58061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -58088,9 +58099,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -58111,9 +58122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: content: application/json: @@ -58148,9 +58159,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -58172,9 +58183,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: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -58184,7 +58195,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '404': *6 x-github: githubCloudOnly: false @@ -58208,9 +58219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58243,7 +58254,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -58268,9 +58279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58303,7 +58314,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -58328,9 +58339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58363,7 +58374,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -58390,9 +58401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58414,7 +58425,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -58528,12 +58539,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *359 - *360 - - *429 + - *361 - *430 - - *315 - *431 + - *316 + - *432 - *17 - *19 responses: @@ -58543,9 +58554,9 @@ paths: application/json: schema: type: array - items: *432 + items: *433 examples: - default: *433 + default: *434 '404': *6 '500': *97 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -58565,8 +58576,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *359 - *360 + - *361 - name: bypass_request_number in: path required: true @@ -58580,7 +58591,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -58638,8 +58649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -58918,7 +58929,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59029,16 +59040,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *434 - deployment: &749 + items: *435 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -59105,8 +59116,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -59318,9 +59329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *359 - *360 - - &436 + - *361 + - &437 name: check_run_id description: The unique identifier of the check run. in: path @@ -59332,9 +59343,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &437 + default: &438 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -59434,9 +59445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *359 - *360 - - *436 + - *361 + - *437 requestBody: required: true content: @@ -59676,9 +59687,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59698,9 +59709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *359 - *360 - - *436 + - *361 + - *437 - *17 - *19 responses: @@ -59797,15 +59808,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *359 - *360 - - *436 + - *361 + - *437 responses: '201': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -59843,8 +59854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -59866,7 +59877,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &440 + schema: &441 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -59930,7 +59941,7 @@ paths: nullable: true pull_requests: type: array - items: *434 + items: *435 nullable: true app: title: GitHub app @@ -59941,9 +59952,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - repository: *193 + properties: *136 + required: *137 + repository: *194 created_at: type: string format: date-time @@ -59952,12 +59963,12 @@ paths: type: string format: date-time nullable: true - head_commit: &775 + head_commit: &776 title: Simple Commit description: A commit. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 latest_check_runs_count: type: integer check_runs_url: @@ -59985,7 +59996,7 @@ paths: - check_runs_url - pull_requests examples: - default: &441 + default: &442 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -60276,9 +60287,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60297,8 +60308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -60359,7 +60370,7 @@ paths: required: - app_id - setting - repository: *193 + repository: *194 examples: default: value: @@ -60607,9 +60618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *359 - *360 - - &442 + - *361 + - &443 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -60621,9 +60632,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60646,17 +60657,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: - - *359 - *360 - - *442 - - &491 + - *361 + - *443 + - &492 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &492 + - &493 name: status description: Returns check runs with the specified `status`. in: query @@ -60695,9 +60706,9 @@ paths: type: integer check_runs: type: array - items: *435 + items: *436 examples: - default: &493 + default: &494 value: total_count: 1 check_runs: @@ -60799,15 +60810,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *359 - *360 - - *442 + - *361 + - *443 responses: '201': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -60834,21 +60845,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: - - *359 - *360 - - *216 + - *361 - *217 + - *218 - *19 - *17 - - &458 + - &459 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: *443 - - &459 + schema: *444 + - &460 name: pr description: The number of the pull request for the results you want to list. in: query @@ -60873,13 +60884,13 @@ paths: be returned. in: query required: false - schema: *218 + schema: *219 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *444 + schema: *445 responses: '200': description: Response @@ -60891,13 +60902,13 @@ paths: type: object properties: number: *98 - created_at: *104 - updated_at: *105 - url: *102 - html_url: *103 - instances_url: *445 + created_at: *105 + updated_at: *106 + url: *103 + html_url: *104 + instances_url: *446 state: *87 - fixed_at: *107 + fixed_at: *108 dismissed_by: title: Simple User description: A GitHub user. @@ -60905,12 +60916,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *106 - dismissed_reason: *446 - dismissed_comment: *447 - rule: *448 - tool: *449 - most_recent_instance: *450 + dismissed_at: *107 + dismissed_reason: *447 + dismissed_comment: *448 + rule: *449 + tool: *450 + most_recent_instance: *451 required: - number - created_at @@ -61026,14 +61037,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &451 + '403': &452 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61053,9 +61064,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: - - *359 - *360 - - &452 + - *361 + - &453 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -61069,17 +61080,17 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 type: object properties: number: *98 - created_at: *104 - updated_at: *105 - url: *102 - html_url: *103 - instances_url: *445 + created_at: *105 + updated_at: *106 + url: *103 + html_url: *104 + instances_url: *446 state: *87 - fixed_at: *107 + fixed_at: *108 dismissed_by: title: Simple User description: A GitHub user. @@ -61087,9 +61098,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *106 - dismissed_reason: *446 - dismissed_comment: *447 + dismissed_at: *107 + dismissed_reason: *447 + dismissed_comment: *448 rule: type: object properties: @@ -61143,8 +61154,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *449 - most_recent_instance: *450 + tool: *450 + most_recent_instance: *451 required: - number - created_at @@ -61233,9 +61244,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61253,9 +61264,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: - - *359 - *360 - - *452 + - *361 + - *453 requestBody: required: true content: @@ -61270,8 +61281,8 @@ paths: enum: - open - dismissed - dismissed_reason: *446 - dismissed_comment: *447 + dismissed_reason: *447 + dismissed_comment: *448 required: - state examples: @@ -61286,7 +61297,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -61361,14 +61372,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &457 + '403': &458 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': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -61388,15 +61399,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: - - *359 - *360 - - *452 + - *361 + - *453 responses: '200': description: Response content: application/json: - schema: &454 + schema: &455 type: object properties: status: @@ -61422,13 +61433,13 @@ paths: - description - started_at examples: - default: &455 + default: &456 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &456 + '400': &457 description: Bad Request content: application/json: @@ -61439,9 +61450,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': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61464,29 +61475,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: - - *359 - *360 - - *452 + - *361 + - *453 responses: '200': description: OK content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '202': description: Accepted content: application/json: - schema: *454 + schema: *455 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *456 + '400': *457 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -61496,7 +61507,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61518,9 +61529,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: - - *359 - *360 - - *452 + - *361 + - *453 requestBody: required: false content: @@ -61565,12 +61576,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *456 - '403': *457 + '400': *457 + '403': *458 '404': *6 '422': description: Unprocessable Entity - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61590,13 +61601,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: - - *359 - *360 - - *452 + - *361 + - *453 - *19 - *17 - - *458 - *459 + - *460 responses: '200': description: Response @@ -61604,7 +61615,7 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: default: value: @@ -61643,9 +61654,9 @@ paths: end_column: 50 classifications: - source - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61677,25 +61688,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: - - *359 - *360 - - *216 + - *361 - *217 + - *218 - *19 - *17 - - *459 + - *460 - 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: *443 + schema: *444 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &462 + schema: &463 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -61716,23 +61727,23 @@ paths: application/json: schema: type: array - items: &463 + items: &464 type: object properties: - ref: *443 - commit_sha: &471 + ref: *444 + commit_sha: &472 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: *460 + analysis_key: *461 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *461 + category: *462 error: type: string example: error reading field xyz @@ -61756,8 +61767,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *462 - tool: *449 + sarif_id: *463 + tool: *450 deletable: type: boolean warning: @@ -61818,9 +61829,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -61854,8 +61865,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: - - *359 - *360 + - *361 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -61868,7 +61879,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: response: summary: application/json response @@ -61922,9 +61933,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62004,8 +62015,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: - - *359 - *360 + - *361 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62058,9 +62069,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': *457 + '403': *458 '404': *6 - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62080,8 +62091,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -62089,7 +62100,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: CodeQL Database description: A CodeQL database. type: object @@ -62200,9 +62211,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': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62229,8 +62240,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: - - *359 - *360 + - *361 - name: language in: path description: The language of the CodeQL database. @@ -62242,7 +62253,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -62274,11 +62285,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': &500 + '302': &501 description: Found - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62298,8 +62309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *359 - *360 + - *361 - name: language in: path description: The language of the CodeQL database. @@ -62309,9 +62320,9 @@ paths: responses: '204': description: Response - '403': *457 + '403': *458 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62337,8 +62348,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -62347,7 +62358,7 @@ paths: type: object additionalProperties: false properties: - language: &465 + language: &466 type: string description: The language targeted by the CodeQL query enum: @@ -62425,7 +62436,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &469 + schema: &470 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -62435,7 +62446,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *465 + query_language: *466 query_pack_url: type: string description: The download url for the query pack. @@ -62482,7 +62493,7 @@ paths: items: type: object properties: - repository: &466 + repository: &467 title: Repository Identifier description: Repository Identifier type: object @@ -62518,7 +62529,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &470 + analysis_status: &471 type: string description: The new status of the CodeQL variant analysis repository task. @@ -62550,7 +62561,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &467 + access_mismatch_repos: &468 type: object properties: repository_count: @@ -62564,7 +62575,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: *466 + items: *467 required: - repository_count - repositories @@ -62586,8 +62597,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *467 - over_limit_repos: *467 + no_codeql_db_repos: *468 + over_limit_repos: *468 required: - access_mismatch_repos - not_found_repos @@ -62603,7 +62614,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &468 + value: &469 summary: Default response value: id: 1 @@ -62755,17 +62766,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *468 + value: *469 repository_lists: summary: Response for a successful variant analysis submission - value: *468 + value: *469 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62786,8 +62797,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: - - *359 - *360 + - *361 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -62799,11 +62810,11 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *468 + default: *469 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62824,7 +62835,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: - - *359 + - *360 - name: repo in: path description: The name of the controller repository. @@ -62859,7 +62870,7 @@ paths: type: object properties: repository: *94 - analysis_status: *470 + analysis_status: *471 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -62963,7 +62974,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62984,8 +62995,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -63059,9 +63070,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63080,8 +63091,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -63138,7 +63149,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -63163,7 +63174,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *457 + '403': *458 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -63171,7 +63182,7 @@ paths: content: application/json: schema: *3 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63228,8 +63239,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -63237,7 +63248,7 @@ paths: schema: type: object properties: - commit_sha: *471 + commit_sha: *472 ref: type: string description: |- @@ -63295,7 +63306,7 @@ paths: schema: type: object properties: - id: *462 + id: *463 url: type: string description: The REST API URL for checking the status of the upload. @@ -63309,11 +63320,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': *457 + '403': *458 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63332,8 +63343,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: - - *359 - *360 + - *361 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -63379,10 +63390,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': *451 + '403': *452 '404': description: Not Found if the sarif id does not match any upload - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63404,8 +63415,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -63458,7 +63469,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': *115 + '204': *116 '304': *37 '403': *29 '404': *6 @@ -63483,8 +63494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *359 - *360 + - *361 - 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 @@ -63604,8 +63615,8 @@ paths: parameters: - *17 - *19 - - *359 - *360 + - *361 responses: '200': description: Response @@ -63621,7 +63632,7 @@ paths: type: integer codespaces: type: array - items: *278 + items: *279 examples: default: value: @@ -63919,8 +63930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -63983,22 +63994,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -64022,8 +64033,8 @@ paths: parameters: - *17 - *19 - - *359 - *360 + - *361 responses: '200': description: Response @@ -64087,8 +64098,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: - - *359 - *360 + - *361 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -64123,14 +64134,14 @@ paths: type: integer machines: type: array - items: &705 + items: &706 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *473 - required: *474 + properties: *474 + required: *475 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -64170,8 +64181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *359 - *360 + - *361 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -64255,8 +64266,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: - - *359 - *360 + - *361 - 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 @@ -64301,7 +64312,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64322,8 +64333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -64341,7 +64352,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -64361,7 +64372,7 @@ paths: - created_at - updated_at examples: - default: *475 + default: *476 headers: Link: *39 x-github: @@ -64384,16 +64395,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -64413,17 +64424,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64443,9 +64454,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: - - *359 - *360 - - *203 + - *361 + - *204 requestBody: required: true content: @@ -64473,7 +64484,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -64497,9 +64508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '204': description: Response @@ -64527,8 +64538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *359 - *360 + - *361 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -64570,7 +64581,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &480 + properties: &481 login: type: string example: octocat @@ -64663,7 +64674,7 @@ paths: user_view_type: type: string example: public - required: &481 + required: &482 - avatar_url - events_url - followers_url @@ -64737,9 +64748,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: - - *359 - *360 - - *215 + - *361 + - *216 responses: '204': description: Response if user is a collaborator @@ -64781,9 +64792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *359 - *360 - - *215 + - *361 + - *216 requestBody: required: false content: @@ -64809,7 +64820,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &548 + schema: &549 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -64820,7 +64831,7 @@ paths: example: 42 type: integer format: int64 - repository: *193 + repository: *194 invitee: title: Simple User description: A GitHub user. @@ -65031,9 +65042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *359 - *360 - - *215 + - *361 + - *216 responses: '204': description: No Content when collaborator was removed from the repository. @@ -65062,9 +65073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *359 - *360 - - *215 + - *361 + - *216 responses: '200': description: if user has admin permissions @@ -65084,8 +65095,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *480 - required: *481 + properties: *481 + required: *482 nullable: true required: - permission @@ -65140,8 +65151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -65151,7 +65162,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Commit Comment description: Commit Comment type: object @@ -65192,8 +65203,8 @@ paths: updated_at: type: string format: date-time - author_association: *137 - reactions: *138 + author_association: *138 + reactions: *139 required: - url - html_url @@ -65209,7 +65220,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &486 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65268,17 +65279,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &486 + default: &487 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65335,9 +65346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -65359,7 +65370,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -65410,9 +65421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '204': description: Response @@ -65433,9 +65444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 - 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. @@ -65461,9 +65472,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -65484,9 +65495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -65518,16 +65529,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -65549,10 +65560,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *359 - *360 - - *149 - - *351 + - *361 + - *150 + - *352 responses: '204': description: Response @@ -65601,8 +65612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *359 - *360 + - *361 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -65658,9 +65669,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: &599 + default: &600 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -65754,9 +65765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *359 - *360 - - &484 + - *361 + - &485 name: commit_sha description: The SHA of the commit. in: path @@ -65828,9 +65839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *359 - *360 - - *484 + - *361 + - *485 - *17 - *19 responses: @@ -65840,9 +65851,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *485 + default: *486 headers: Link: *39 x-github: @@ -65870,9 +65881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *359 - *360 - - *484 + - *361 + - *485 requestBody: required: true content: @@ -65907,9 +65918,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *486 + default: *487 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65937,9 +65948,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: - - *359 - *360 - - *484 + - *361 + - *485 - *17 - *19 responses: @@ -65949,7 +65960,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Pull Request Simple description: Pull Request Simple type: object @@ -66055,8 +66066,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 nullable: true active_lock_reason: type: string @@ -66101,7 +66112,7 @@ paths: nullable: true requested_teams: type: array - items: *274 + items: *275 nullable: true head: type: object @@ -66152,7 +66163,7 @@ paths: _links: type: object properties: - comments: &489 + comments: &490 title: Link description: Hypermedia Link type: object @@ -66161,13 +66172,13 @@ paths: type: string required: - href - commits: *489 - statuses: *489 - html: *489 - issue: *489 - review_comments: *489 - review_comment: *489 - self: *489 + commits: *490 + statuses: *490 + html: *490 + issue: *490 + review_comments: *490 + review_comment: *490 + self: *490 required: - comments - commits @@ -66177,8 +66188,8 @@ paths: - review_comments - review_comment - self - author_association: *137 - auto_merge: &592 + author_association: *138 + auto_merge: &593 title: Auto merge description: The status of auto merging a pull request. type: object @@ -66241,7 +66252,7 @@ paths: - author_association - auto_merge examples: - default: &591 + default: &592 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -66778,11 +66789,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *359 - *360 + - *361 - *19 - *17 - - &490 + - &491 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)" @@ -66797,9 +66808,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &577 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66886,7 +66897,7 @@ paths: '422': *15 '404': *6 '500': *97 - '503': *128 + '503': *129 '409': *92 x-github: githubCloudOnly: false @@ -66912,11 +66923,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: - - *359 - *360 - - *490 + - *361 - *491 - *492 + - *493 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -66950,9 +66961,9 @@ paths: type: integer check_runs: type: array - items: *435 + items: *436 examples: - default: *493 + default: *494 headers: Link: *39 x-github: @@ -66977,9 +66988,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: - - *359 - *360 - - *490 + - *361 + - *491 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -66987,7 +66998,7 @@ paths: schema: type: integer example: 1 - - *491 + - *492 - *17 - *19 responses: @@ -67005,7 +67016,7 @@ paths: type: integer check_suites: type: array - items: *440 + items: *441 examples: default: value: @@ -67205,9 +67216,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: - - *359 - *360 - - *490 + - *361 + - *491 - *17 - *19 responses: @@ -67274,7 +67285,7 @@ paths: type: string total_count: type: integer - repository: *193 + repository: *194 commit_url: type: string format: uri @@ -67405,9 +67416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *359 - *360 - - *490 + - *361 + - *491 - *17 - *19 responses: @@ -67417,7 +67428,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Status description: The status of a commit. type: object @@ -67498,7 +67509,7 @@ paths: site_admin: false headers: Link: *39 - '301': *373 + '301': *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67526,8 +67537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -67556,20 +67567,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *494 - required: *495 + properties: *495 + required: *496 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &496 + properties: &497 url: type: string format: uri html_url: type: string format: uri - required: &497 + required: &498 - url - html_url nullable: true @@ -67577,32 +67588,32 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true contributing: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true readme: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true issue_template: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true pull_request_template: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true required: - code_of_conduct @@ -67729,8 +67740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *359 - *360 + - *361 - *19 - *17 - name: basehead @@ -67773,8 +67784,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *483 - merge_base_commit: *483 + base_commit: *484 + merge_base_commit: *484 status: type: string enum: @@ -67794,10 +67805,10 @@ paths: example: 6 commits: type: array - items: *483 + items: *484 files: type: array - items: *498 + items: *499 required: - url - html_url @@ -68041,7 +68052,7 @@ paths: module Test" '404': *6 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68083,8 +68094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -68225,7 +68236,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &499 + response-if-content-is-a-file: &500 summary: Response if content is a file value: type: file @@ -68357,7 +68368,7 @@ paths: - size - type - url - - &604 + - &605 title: Content File description: Content File type: object @@ -68558,7 +68569,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *499 + response-if-content-is-a-file: *500 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -68627,7 +68638,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *500 + '302': *501 '304': *37 x-github: githubCloudOnly: false @@ -68650,8 +68661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -68744,7 +68755,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: File Commit description: File Commit type: object @@ -68896,7 +68907,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: example-for-creating-a-file: value: @@ -68950,7 +68961,7 @@ paths: schema: oneOf: - *3 - - &530 + - &531 description: Repository rule violation was detected type: object properties: @@ -68971,7 +68982,7 @@ paths: items: type: object properties: - placeholder_id: &645 + placeholder_id: &646 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69003,8 +69014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -69065,7 +69076,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -69100,7 +69111,7 @@ paths: '422': *15 '404': *6 '409': *92 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69120,8 +69131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *359 - *360 + - *361 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -69244,21 +69255,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *359 - *360 - - *235 + - *361 - *236 - *237 - *238 + - *239 - 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 - - *239 - *240 - *241 + - *242 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -69278,8 +69289,8 @@ paths: default: 30 - *82 - *83 - - *242 - *243 + - *244 responses: '200': description: Response @@ -69287,7 +69298,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 type: object description: A Dependabot alert. properties: @@ -69320,13 +69331,13 @@ paths: enum: - development - runtime - security_advisory: *502 - security_vulnerability: *101 - url: *102 - html_url: *103 - created_at: *104 - updated_at: *105 - dismissed_at: *106 + security_advisory: *503 + security_vulnerability: *102 + url: *103 + html_url: *104 + created_at: *105 + updated_at: *106 + dismissed_at: *107 dismissed_by: title: Simple User description: A GitHub user. @@ -69350,8 +69361,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *107 - auto_dismissed_at: *503 + fixed_at: *108 + auto_dismissed_at: *504 required: - number - state @@ -69417,6 +69428,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 @@ -69578,9 +69592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *359 - *360 - - &505 + - *361 + - &506 name: alert_number in: path description: |- @@ -69595,7 +69609,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -69651,6 +69665,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 @@ -69705,9 +69722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *359 - *360 - - *505 + - *361 + - *506 requestBody: required: true content: @@ -69752,7 +69769,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -69881,8 +69898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -69900,7 +69917,7 @@ paths: type: integer secrets: type: array - items: &508 + items: &509 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -69953,16 +69970,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69982,15 +69999,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -70016,9 +70033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 requestBody: required: true content: @@ -70046,7 +70063,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -70070,9 +70087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '204': description: Response @@ -70094,8 +70111,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: - - *359 - *360 + - *361 - 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 @@ -70255,8 +70272,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -70495,8 +70512,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -70571,7 +70588,7 @@ paths: - version - url additionalProperties: false - metadata: &509 + metadata: &510 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -70604,7 +70621,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *509 + metadata: *510 resolved: type: object description: A collection of resolved package dependencies. @@ -70617,7 +70634,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *509 + metadata: *510 relationship: type: string description: A notation of whether a dependency is requested @@ -70746,8 +70763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *359 - *360 + - *361 - name: sha description: The SHA recorded at creation time. in: query @@ -70787,9 +70804,9 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: *511 + default: *512 headers: Link: *39 x-github: @@ -70855,8 +70872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -70937,7 +70954,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: simple-example: summary: Simple example @@ -71010,9 +71027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *359 - *360 - - &512 + - *361 + - &513 name: deployment_id description: deployment_id parameter in: path @@ -71024,7 +71041,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -71089,9 +71106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *359 - *360 - - *512 + - *361 + - *513 responses: '204': description: Response @@ -71113,9 +71130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *359 - *360 - - *512 + - *361 + - *513 - *17 - *19 responses: @@ -71125,7 +71142,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Deployment Status description: The status of a deployment. type: object @@ -71216,8 +71233,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -71286,9 +71303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *359 - *360 - - *512 + - *361 + - *513 requestBody: required: true content: @@ -71363,9 +71380,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -71421,9 +71438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *359 - *360 - - *512 + - *361 + - *513 - name: status_id in: path required: true @@ -71434,9 +71451,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '404': *6 x-github: githubCloudOnly: false @@ -71461,8 +71478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -71519,8 +71536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -71537,7 +71554,7 @@ paths: type: integer environments: type: array - items: &516 + items: &517 title: Environment description: Details of a deployment environment type: object @@ -71589,7 +71606,7 @@ paths: type: type: string example: wait_timer - wait_timer: &518 + wait_timer: &519 type: integer example: 30 description: The amount of time to delay a job after @@ -71626,11 +71643,11 @@ paths: items: type: object properties: - type: *515 + type: *516 reviewer: anyOf: - *4 - - *274 + - *275 required: - id - node_id @@ -71650,7 +71667,7 @@ paths: - id - node_id - type - deployment_branch_policy: &519 + deployment_branch_policy: &520 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -71766,9 +71783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *359 - *360 - - &517 + - *361 + - &518 name: environment_name in: path required: true @@ -71781,9 +71798,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &520 + default: &521 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -71867,9 +71884,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *359 - *360 - - *517 + - *361 + - *518 requestBody: required: false content: @@ -71878,7 +71895,7 @@ paths: type: object nullable: true properties: - wait_timer: *518 + wait_timer: *519 prevent_self_review: type: boolean example: false @@ -71895,13 +71912,13 @@ paths: items: type: object properties: - type: *515 + type: *516 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *519 + deployment_branch_policy: *520 additionalProperties: false examples: default: @@ -71921,9 +71938,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *520 + default: *521 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -71947,9 +71964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *359 - *360 - - *517 + - *361 + - *518 responses: '204': description: Default response @@ -71974,9 +71991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *359 - *360 - - *517 + - *361 + - *518 - *17 - *19 responses: @@ -71994,7 +72011,7 @@ paths: example: 2 branch_policies: type: array - items: &521 + items: &522 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -72051,9 +72068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 + - *361 + - *518 requestBody: required: true content: @@ -72099,9 +72116,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - example-wildcard: &522 + example-wildcard: &523 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -72143,10 +72160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 - - &523 + - *361 + - *518 + - &524 name: branch_policy_id in: path required: true @@ -72158,9 +72175,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72179,10 +72196,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 - - *523 + - *361 + - *518 + - *524 requestBody: required: true content: @@ -72210,9 +72227,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72231,10 +72248,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 - - *523 + - *361 + - *518 + - *524 responses: '204': description: Response @@ -72259,9 +72276,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: - - *517 + - *518 + - *361 - *360 - - *359 responses: '200': description: List of deployment protection rules @@ -72277,7 +72294,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &524 + items: &525 title: Deployment protection rule description: Deployment protection rule type: object @@ -72296,7 +72313,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &525 + app: &526 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -72395,9 +72412,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: - - *517 + - *518 + - *361 - *360 - - *359 requestBody: content: application/json: @@ -72418,9 +72435,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *524 + schema: *525 examples: - default: &526 + default: &527 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -72455,9 +72472,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: - - *517 + - *518 + - *361 - *360 - - *359 - *19 - *17 responses: @@ -72476,7 +72493,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *525 + items: *526 examples: default: value: @@ -72511,10 +72528,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: - - *359 - *360 - - *517 - - &527 + - *361 + - *518 + - &528 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -72526,9 +72543,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72549,10 +72566,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: - - *517 + - *518 + - *361 - *360 - - *359 - - *527 + - *528 responses: '204': description: Response @@ -72578,9 +72595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *359 - *360 - - *517 + - *361 + - *518 - *17 - *19 responses: @@ -72598,9 +72615,9 @@ paths: type: integer secrets: type: array - items: *396 + items: *397 examples: - default: *397 + default: *398 headers: Link: *39 x-github: @@ -72625,17 +72642,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *359 - *360 - - *517 + - *361 + - *518 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72657,18 +72674,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *359 - *360 - - *517 - - *203 + - *361 + - *518 + - *204 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72690,10 +72707,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *359 - *360 - - *517 - - *203 + - *361 + - *518 + - *204 requestBody: required: true content: @@ -72724,7 +72741,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -72750,10 +72767,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *359 - *360 - - *517 - - *203 + - *361 + - *518 + - *204 responses: '204': description: Default response @@ -72778,10 +72795,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *359 - *360 - - *517 - - *383 + - *361 + - *518 + - *384 - *19 responses: '200': @@ -72798,9 +72815,9 @@ paths: type: integer variables: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *39 x-github: @@ -72823,9 +72840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *359 - *360 - - *517 + - *361 + - *518 requestBody: required: true content: @@ -72852,7 +72869,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -72877,18 +72894,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *359 - *360 - - *517 - - *206 + - *361 + - *518 + - *207 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72909,10 +72926,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *359 - *360 - - *206 - - *517 + - *361 + - *207 + - *518 requestBody: required: true content: @@ -72954,10 +72971,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *359 - *360 - - *206 - - *517 + - *361 + - *207 + - *518 responses: '204': description: Response @@ -72979,8 +72996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -72990,7 +73007,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: 200-response: value: @@ -73057,8 +73074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *359 - *360 + - *361 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -73080,7 +73097,7 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: default: value: @@ -73217,8 +73234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -73250,9 +73267,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 '400': *14 '422': *15 '403': *29 @@ -73273,8 +73290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -73333,8 +73350,8 @@ paths: application/json: schema: oneOf: - - *176 - - *530 + - *177 + - *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73359,8 +73376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *359 - *360 + - *361 - name: file_sha in: path required: true @@ -73459,8 +73476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -73569,7 +73586,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -73782,15 +73799,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *359 - *360 - - *484 + - *361 + - *485 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -73846,9 +73863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *359 - *360 - - &532 + - *361 + - &533 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. @@ -73865,7 +73882,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Git Reference description: Git references within a repository type: object @@ -73940,17 +73957,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *359 - *360 - - *532 + - *361 + - *533 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -73979,8 +73996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74009,9 +74026,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74037,9 +74054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *359 - *360 - - *532 + - *361 + - *533 requestBody: required: true content: @@ -74068,9 +74085,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '409': *92 x-github: @@ -74088,9 +74105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *359 - *360 - - *532 + - *361 + - *533 responses: '204': description: Response @@ -74143,8 +74160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74211,7 +74228,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Git Tag description: Metadata for a Git tag type: object @@ -74262,7 +74279,7 @@ paths: - sha - type - url - verification: *535 + verification: *536 required: - sha - url @@ -74272,7 +74289,7 @@ paths: - tag - message examples: - default: &537 + default: &538 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -74345,8 +74362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *359 - *360 + - *361 - name: tag_sha in: path required: true @@ -74357,9 +74374,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '409': *92 x-github: @@ -74383,8 +74400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74457,7 +74474,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -74569,8 +74586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *359 - *360 + - *361 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -74593,7 +74610,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default-response: summary: Default response @@ -74652,8 +74669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -74663,7 +74680,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Webhook description: Webhooks for repositories. type: object @@ -74717,7 +74734,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &783 + last_response: &784 title: Hook Response type: object properties: @@ -74791,8 +74808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -74844,9 +74861,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &540 + default: &541 value: type: Repository id: 12345678 @@ -74894,17 +74911,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '404': *6 x-github: githubCloudOnly: false @@ -74924,9 +74941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 requestBody: required: true content: @@ -74971,9 +74988,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '422': *15 '404': *6 x-github: @@ -74994,9 +75011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '204': description: Response @@ -75020,9 +75037,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: - - *359 - *360 - - *251 + - *361 + - *252 responses: '200': description: Response @@ -75049,9 +75066,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: - - *359 - *360 - - *251 + - *361 + - *252 requestBody: required: false content: @@ -75095,11 +75112,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *359 - *360 - - *251 - - *17 + - *361 - *252 + - *17 + - *253 responses: '200': description: Response @@ -75107,9 +75124,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 '400': *14 '422': *15 x-github: @@ -75128,18 +75145,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: - - *359 - *360 - - *251 + - *361 + - *252 - *16 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '400': *14 '422': *15 x-github: @@ -75158,9 +75175,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: - - *359 - *360 - - *251 + - *361 + - *252 - *16 responses: '202': *93 @@ -75183,9 +75200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '204': description: Response @@ -75210,9 +75227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '204': description: Response @@ -75270,14 +75287,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &541 + schema: &542 title: Import description: A repository import from an external source. type: object @@ -75376,7 +75393,7 @@ paths: - html_url - authors_url examples: - default: &544 + default: &545 value: vcs: subversion use_lfs: true @@ -75392,7 +75409,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': &542 + '503': &543 description: Unavailable due to service under maintenance. content: application/json: @@ -75421,8 +75438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -75470,7 +75487,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -75495,7 +75512,7 @@ paths: type: string '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75523,8 +75540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -75573,7 +75590,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: example-1: summary: Example 1 @@ -75621,7 +75638,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75644,12 +75661,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *359 - *360 + - *361 responses: '204': description: Response - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75675,9 +75692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *359 - *360 - - &729 + - *361 + - &730 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -75691,7 +75708,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Porter Author description: Porter Author type: object @@ -75745,7 +75762,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75770,8 +75787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *359 - *360 + - *361 - name: author_id in: path required: true @@ -75801,7 +75818,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -75814,7 +75831,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75838,8 +75855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -75880,7 +75897,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75908,8 +75925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -75936,11 +75953,11 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *544 + default: *545 '422': *15 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75963,8 +75980,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -75972,8 +75989,8 @@ paths: application/json: schema: *22 examples: - default: *545 - '301': *373 + default: *546 + '301': *374 '404': *6 x-github: githubCloudOnly: false @@ -75993,8 +76010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -76002,12 +76019,12 @@ paths: application/json: schema: anyOf: - - *269 + - *270 - type: object properties: {} additionalProperties: false examples: - default: &547 + default: &548 value: limit: collaborators_only origin: repository @@ -76032,13 +76049,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: default: summary: Example request body @@ -76050,9 +76067,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *547 + default: *548 '409': description: Response x-github: @@ -76074,8 +76091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -76098,8 +76115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -76109,9 +76126,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &722 + default: &723 value: - id: 1 repository: @@ -76242,9 +76259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *359 - *360 - - *273 + - *361 + - *274 requestBody: required: false content: @@ -76273,7 +76290,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -76404,9 +76421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *359 - *360 - - *273 + - *361 + - *274 responses: '204': description: Response @@ -76437,8 +76454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *359 - *360 + - *361 - 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 @@ -76478,7 +76495,7 @@ paths: required: false schema: type: string - - *275 + - *276 - name: sort description: What to sort results by. in: query @@ -76491,7 +76508,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - *17 - *19 responses: @@ -76501,9 +76518,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: &559 + default: &560 value: - id: 1 node_id: MDU6SXNzdWUx @@ -76651,7 +76668,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *373 + '301': *374 '422': *15 '404': *6 x-github: @@ -76680,8 +76697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -76756,9 +76773,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: &554 + default: &555 value: id: 1 node_id: MDU6SXNzdWUx @@ -76912,9 +76929,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *128 + '503': *129 '404': *6 - '410': *370 + '410': *371 x-github: triggersNotification: true githubCloudOnly: false @@ -76942,9 +76959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *359 - *360 - - *160 + - *361 + - *161 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -76954,7 +76971,7 @@ paths: enum: - asc - desc - - *140 + - *141 - *17 - *19 responses: @@ -76964,9 +76981,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: &556 + default: &557 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77024,17 +77041,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77088,9 +77105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -77112,9 +77129,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -77132,9 +77149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '204': description: Response @@ -77154,9 +77171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 - 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. @@ -77182,9 +77199,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -77205,9 +77222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -77239,16 +77256,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -77270,10 +77287,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *359 - *360 - - *149 - - *351 + - *361 + - *150 + - *352 responses: '204': description: Response @@ -77293,8 +77310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -77304,7 +77321,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Issue Event description: Issue Event type: object @@ -77347,8 +77364,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *551 - required: *552 + properties: *552 + required: *553 nullable: true label: title: Issue Event Label @@ -77392,7 +77409,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *274 + requested_team: *275 dismissed_review: title: Issue Event Dismissed Review type: object @@ -77457,7 +77474,7 @@ paths: required: - from - to - author_association: *137 + author_association: *138 lock_reason: type: string nullable: true @@ -77470,8 +77487,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -77655,8 +77672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *359 - *360 + - *361 - name: event_id in: path required: true @@ -77667,7 +77684,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -77860,7 +77877,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *370 + '410': *371 '403': *29 x-github: githubCloudOnly: false @@ -77894,9 +77911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *359 - *360 - - &555 + - *361 + - &556 name: issue_number description: The number that identifies the issue. in: path @@ -77908,12 +77925,12 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 - '301': *373 + default: *555 + '301': *374 '404': *6 - '410': *370 + '410': *371 '304': *37 x-github: githubCloudOnly: false @@ -77938,9 +77955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -78035,15 +78052,15 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 '422': *15 - '503': *128 + '503': *129 '403': *29 - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78061,9 +78078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -78089,9 +78106,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78107,9 +78124,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: content: application/json: @@ -78134,9 +78151,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78158,9 +78175,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: - - *359 - *360 - - *555 + - *361 + - *556 - name: assignee in: path required: true @@ -78200,10 +78217,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *359 - *360 - - *555 - - *140 + - *361 + - *556 + - *141 - *17 - *19 responses: @@ -78213,13 +78230,13 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *556 + default: *557 headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78248,9 +78265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -78272,16 +78289,16 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *370 + '410': *371 '422': *15 '404': *6 x-github: @@ -78301,9 +78318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -78317,7 +78334,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &560 + - &561 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -78348,8 +78365,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 label: type: object properties: @@ -78371,7 +78388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -78402,8 +78419,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 label: type: object properties: @@ -78491,8 +78508,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 assignee: *4 assigner: *4 required: @@ -78507,7 +78524,7 @@ paths: - performed_via_github_app - assignee - assigner - - &562 + - &563 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -78538,8 +78555,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 milestone: type: object properties: @@ -78558,7 +78575,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -78589,8 +78606,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 milestone: type: object properties: @@ -78609,7 +78626,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -78640,8 +78657,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 rename: type: object properties: @@ -78663,7 +78680,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -78694,10 +78711,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 review_requester: *4 - requested_team: *274 + requested_team: *275 requested_reviewer: *4 required: - review_requester @@ -78710,7 +78727,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -78741,10 +78758,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 review_requester: *4 - requested_team: *274 + requested_team: *275 requested_reviewer: *4 required: - review_requester @@ -78757,7 +78774,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -78788,8 +78805,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 dismissed_review: type: object properties: @@ -78817,7 +78834,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Locked Issue Event description: Locked Issue Event type: object @@ -78848,8 +78865,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 lock_reason: type: string example: '"off-topic"' @@ -78865,7 +78882,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -78896,8 +78913,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 project_card: type: object properties: @@ -78931,7 +78948,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -78962,8 +78979,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 project_card: type: object properties: @@ -78997,7 +79014,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &571 + - &572 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -79028,8 +79045,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 project_card: type: object properties: @@ -79063,7 +79080,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -79154,7 +79171,7 @@ paths: color: red headers: Link: *39 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79171,9 +79188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -79183,7 +79200,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -79230,7 +79247,7 @@ paths: - color - default examples: - default: &558 + default: &559 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -79248,9 +79265,9 @@ paths: default: false headers: Link: *39 - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79267,9 +79284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -79328,12 +79345,12 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 - '301': *373 + default: *559 + '301': *374 '404': *6 - '410': *370 + '410': *371 '422': *15 x-github: githubCloudOnly: false @@ -79350,9 +79367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -79412,12 +79429,12 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 - '301': *373 + default: *559 + '301': *374 '404': *6 - '410': *370 + '410': *371 '422': *15 x-github: githubCloudOnly: false @@ -79434,15 +79451,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 responses: '204': description: Response - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79461,9 +79478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - name: name in: path required: true @@ -79476,7 +79493,7 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: default: value: @@ -79487,9 +79504,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79509,9 +79526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -79539,7 +79556,7 @@ paths: '204': description: Response '403': *29 - '410': *370 + '410': *371 '404': *6 '422': *15 x-github: @@ -79557,9 +79574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 responses: '204': description: Response @@ -79581,9 +79598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - 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. @@ -79609,13 +79626,13 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79633,9 +79650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79667,16 +79684,16 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -79698,10 +79715,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *359 - *360 - - *555 - - *351 + - *361 + - *556 + - *352 responses: '204': description: Response @@ -79730,9 +79747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79754,9 +79771,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -79789,9 +79806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -79801,13 +79818,13 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *559 + default: *560 headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79835,9 +79852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79864,16 +79881,16 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *370 + '410': *371 '422': *15 '404': *6 x-github: @@ -79893,9 +79910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79926,13 +79943,13 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 '403': *29 '404': *6 '422': *7 - '503': *128 + '503': *129 x-github: triggersNotification: true githubCloudOnly: false @@ -79950,9 +79967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -79967,7 +79984,6 @@ paths: description: Timeline Event type: object anyOf: - - *560 - *561 - *562 - *563 @@ -79980,6 +79996,7 @@ paths: - *570 - *571 - *572 + - *573 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -80022,7 +80039,7 @@ paths: issue_url: type: string format: uri - author_association: *137 + author_association: *138 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -80032,9 +80049,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - reactions: *138 + properties: *136 + required: *137 + reactions: *139 required: - event - actor @@ -80065,7 +80082,7 @@ paths: properties: type: type: string - issue: *150 + issue: *151 required: - event - created_at @@ -80260,7 +80277,7 @@ paths: type: string body_text: type: string - author_association: *137 + author_association: *138 required: - event - id @@ -80283,7 +80300,7 @@ paths: type: string comments: type: array - items: &593 + items: &594 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -80372,7 +80389,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *137 + author_association: *138 _links: type: object properties: @@ -80456,7 +80473,7 @@ paths: enum: - line - file - reactions: *138 + reactions: *139 body_html: type: string example: '"

comment body

"' @@ -80492,7 +80509,7 @@ paths: type: string comments: type: array - items: *482 + items: *483 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -80523,8 +80540,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 assignee: *4 required: - id @@ -80567,8 +80584,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 assignee: *4 required: - id @@ -80611,8 +80628,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 state_reason: type: string nullable: true @@ -80781,7 +80798,7 @@ paths: headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80798,8 +80815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -80809,7 +80826,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -80874,8 +80891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -80911,9 +80928,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: id: 1 key: ssh-rsa AAA... @@ -80947,9 +80964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *359 - *360 - - &575 + - *361 + - &576 name: key_id description: The unique identifier of the key. in: path @@ -80961,9 +80978,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -80981,9 +80998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *359 - *360 - - *575 + - *361 + - *576 responses: '204': description: Response @@ -81003,8 +81020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -81014,9 +81031,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 headers: Link: *39 '404': *6 @@ -81037,8 +81054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81074,9 +81091,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &576 + default: &577 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81108,8 +81125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -81120,9 +81137,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -81139,8 +81156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -81179,7 +81196,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -81205,8 +81222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -81232,8 +81249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -81269,8 +81286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *359 - *360 + - *361 responses: '202': *93 '403': @@ -81298,8 +81315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -81325,9 +81342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *359 - *360 - - *458 + - *361 + - *459 responses: '200': description: Response @@ -81389,8 +81406,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true required: - _links @@ -81472,8 +81489,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81538,8 +81555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81573,9 +81590,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *483 + schema: *484 examples: - default: *577 + default: *578 '204': description: Response when already merged '404': @@ -81600,8 +81617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *359 - *360 + - *361 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -81642,12 +81659,12 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 examples: default: value: @@ -81703,8 +81720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81744,9 +81761,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &579 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -81805,9 +81822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *359 - *360 - - &580 + - *361 + - &581 name: milestone_number description: The number that identifies the milestone. in: path @@ -81819,9 +81836,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -81838,9 +81855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *359 - *360 - - *580 + - *361 + - *581 requestBody: required: false content: @@ -81878,9 +81895,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81896,9 +81913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *359 - *360 - - *580 + - *361 + - *581 responses: '204': description: Response @@ -81919,9 +81936,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: - - *359 - *360 - - *580 + - *361 + - *581 - *17 - *19 responses: @@ -81931,9 +81948,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 headers: Link: *39 x-github: @@ -81952,12 +81969,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: - - *359 - *360 - - *581 + - *361 - *582 - - *140 - *583 + - *141 + - *584 - *17 - *19 responses: @@ -81967,9 +81984,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *584 + default: *585 headers: Link: *39 x-github: @@ -81993,8 +82010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -82052,14 +82069,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &585 + schema: &586 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -82184,7 +82201,7 @@ paths: - custom_404 - public examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -82225,8 +82242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82280,9 +82297,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 '422': *15 '409': *92 x-github: @@ -82305,8 +82322,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82413,8 +82430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -82440,8 +82457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -82451,7 +82468,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Page Build description: Page Build type: object @@ -82545,8 +82562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *359 - *360 + - *361 responses: '201': description: Response @@ -82591,16 +82608,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -82648,8 +82665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *359 - *360 + - *361 - name: build_id in: path required: true @@ -82660,9 +82677,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82682,8 +82699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82789,9 +82806,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: - - *359 - *360 - - &589 + - *361 + - &590 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -82849,11 +82866,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *359 - *360 - - *589 + - *361 + - *590 responses: - '204': *115 + '204': *116 '404': *6 x-github: githubCloudOnly: false @@ -82878,8 +82895,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -83110,7 +83127,7 @@ paths: description: Empty response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -83137,8 +83154,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: - - *359 - *360 + - *361 responses: '200': description: Private vulnerability reporting status @@ -83175,10 +83192,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: - - *359 - *360 + - *361 responses: - '204': *115 + '204': *116 '422': *14 x-github: githubCloudOnly: false @@ -83197,10 +83214,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: - - *359 - *360 + - *361 responses: - '204': *115 + '204': *116 '422': *14 x-github: githubCloudOnly: false @@ -83221,8 +83238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *359 - *360 + - *361 - name: state description: Indicates the state of the projects to return. in: query @@ -83243,7 +83260,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -83283,7 +83300,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *370 + '410': *371 '422': *7 x-github: githubCloudOnly: false @@ -83303,8 +83320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83330,13 +83347,13 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *369 + default: *370 '401': *25 '403': *29 '404': *6 - '410': *370 + '410': *371 '422': *7 x-github: githubCloudOnly: false @@ -83356,8 +83373,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -83365,7 +83382,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -83396,8 +83413,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83409,7 +83426,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *307 + items: *308 required: - properties examples: @@ -83459,8 +83476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *359 - *360 + - *361 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -83520,9 +83537,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *591 + default: *592 headers: Link: *39 '304': *37 @@ -83554,8 +83571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83620,7 +83637,7 @@ paths: description: Response content: application/json: - schema: &595 + schema: &596 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -83731,8 +83748,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 nullable: true active_lock_reason: type: string @@ -83777,7 +83794,7 @@ paths: nullable: true requested_teams: type: array - items: *327 + items: *328 nullable: true head: type: object @@ -83816,14 +83833,14 @@ paths: _links: type: object properties: - comments: *489 - commits: *489 - statuses: *489 - html: *489 - issue: *489 - review_comments: *489 - review_comment: *489 - self: *489 + comments: *490 + commits: *490 + statuses: *490 + html: *490 + issue: *490 + review_comments: *490 + review_comment: *490 + self: *490 required: - comments - commits @@ -83833,8 +83850,8 @@ paths: - review_comments - review_comment - self - author_association: *137 - auto_merge: *592 + author_association: *138 + auto_merge: *593 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -83926,7 +83943,7 @@ paths: - merged_by - review_comments examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84453,8 +84470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *359 - *360 + - *361 - name: sort in: query required: false @@ -84473,7 +84490,7 @@ paths: enum: - asc - desc - - *140 + - *141 - *17 - *19 responses: @@ -84483,9 +84500,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &598 + default: &599 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -84562,17 +84579,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: - - *359 - *360 - - *149 + - *361 + - *150 responses: '200': description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -84647,9 +84664,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: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -84671,9 +84688,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84689,9 +84706,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: - - *359 - *360 - - *149 + - *361 + - *150 responses: '204': description: Response @@ -84712,9 +84729,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: - - *359 - *360 - - *149 + - *361 + - *150 - 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. @@ -84740,9 +84757,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -84763,9 +84780,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: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -84797,16 +84814,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -84828,10 +84845,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *359 - *360 - - *149 - - *351 + - *361 + - *150 + - *352 responses: '204': description: Response @@ -84874,9 +84891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *359 - *360 - - &597 + - *361 + - &598 name: pull_number description: The number that identifies the pull request. in: path @@ -84889,9 +84906,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '304': *37 '404': *6 '406': @@ -84900,7 +84917,7 @@ paths: application/json: schema: *3 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84926,9 +84943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -84970,9 +84987,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '422': *15 '403': *29 x-github: @@ -84994,9 +85011,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: true content: @@ -85056,21 +85073,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '401': *25 '403': *29 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85096,10 +85113,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: - - *359 - *360 - - *597 - - *160 + - *361 + - *598 + - *161 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -85109,7 +85126,7 @@ paths: enum: - asc - desc - - *140 + - *141 - *17 - *19 responses: @@ -85119,9 +85136,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *598 + default: *599 headers: Link: *39 x-github: @@ -85154,9 +85171,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: true content: @@ -85261,7 +85278,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: example-for-a-multi-line-comment: value: @@ -85349,10 +85366,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: - - *359 - *360 - - *597 - - *149 + - *361 + - *598 + - *150 requestBody: required: true content: @@ -85374,7 +85391,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -85460,9 +85477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 - *17 - *19 responses: @@ -85472,9 +85489,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *599 + default: *600 headers: Link: *39 x-github: @@ -85504,9 +85521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *359 - *360 - - *597 + - *361 + - *598 - *17 - *19 responses: @@ -85516,7 +85533,7 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: default: value: @@ -85535,7 +85552,7 @@ paths: Link: *39 '422': *15 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85554,9 +85571,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: - - *359 - *360 - - *597 + - *361 + - *598 responses: '204': description: Response if pull request has been merged @@ -85579,9 +85596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -85692,9 +85709,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: - - *359 - *360 - - *597 + - *361 + - *598 responses: '200': description: Response @@ -85710,7 +85727,7 @@ paths: items: *4 teams: type: array - items: *274 + items: *275 required: - users - teams @@ -85769,9 +85786,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -85808,7 +85825,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -86344,9 +86361,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: true content: @@ -86380,7 +86397,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -86885,9 +86902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 - *17 - *19 responses: @@ -86897,7 +86914,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -86966,7 +86983,7 @@ paths: type: string body_text: type: string - author_association: *137 + author_association: *138 required: - id - node_id @@ -87048,9 +87065,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -87136,9 +87153,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &602 + default: &603 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87201,10 +87218,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: - - *359 - *360 - - *597 - - &601 + - *361 + - *598 + - &602 name: review_id description: The unique identifier of the review. in: path @@ -87216,9 +87233,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &603 + default: &604 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87277,10 +87294,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 requestBody: required: true content: @@ -87303,7 +87320,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -87365,18 +87382,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 responses: '200': description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *602 + default: *603 '422': *7 '404': *6 x-github: @@ -87403,10 +87420,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 - *17 - *19 responses: @@ -87485,13 +87502,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *137 + author_association: *138 _links: type: object properties: - self: *489 - html: *489 - pull_request: *489 + self: *490 + html: *490 + pull_request: *490 required: - self - html @@ -87500,7 +87517,7 @@ paths: type: string body_html: type: string - reactions: *138 + reactions: *139 side: description: The side of the first line of the range for a multi-line comment. @@ -87634,10 +87651,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 requestBody: required: true content: @@ -87665,7 +87682,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -87728,10 +87745,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 requestBody: required: true content: @@ -87766,9 +87783,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *603 + default: *604 '404': *6 '422': *7 '403': *29 @@ -87790,9 +87807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -87855,8 +87872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *359 - *360 + - *361 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -87869,9 +87886,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: type: file encoding: base64 @@ -87913,8 +87930,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: - - *359 - *360 + - *361 - name: dir description: The alternate path to look for a README file in: path @@ -87934,9 +87951,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '404': *6 '422': *15 x-github: @@ -87958,8 +87975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -87969,7 +87986,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Release description: A release. type: object @@ -88032,7 +88049,7 @@ paths: author: *4 assets: type: array - items: &607 + items: &608 title: Release Asset description: Data related to a release. type: object @@ -88103,7 +88120,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *138 + reactions: *139 required: - assets_url - upload_url @@ -88213,8 +88230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -88290,9 +88307,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &610 + default: &611 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -88395,9 +88412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *359 - *360 - - &608 + - *361 + - &609 name: asset_id description: The unique identifier of the asset. in: path @@ -88409,9 +88426,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &609 + default: &610 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 @@ -88445,7 +88462,7 @@ paths: type: User site_admin: false '404': *6 - '302': *500 + '302': *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88461,9 +88478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *359 - *360 - - *608 + - *361 + - *609 requestBody: required: false content: @@ -88491,9 +88508,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88509,9 +88526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *359 - *360 - - *608 + - *361 + - *609 responses: '204': description: Response @@ -88535,8 +88552,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -88621,16 +88638,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *610 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88647,8 +88664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *359 - *360 + - *361 - name: tag description: tag parameter in: path @@ -88661,9 +88678,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *610 + default: *611 '404': *6 x-github: githubCloudOnly: false @@ -88685,9 +88702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *359 - *360 - - &611 + - *361 + - &612 name: release_id description: The unique identifier of the release. in: path @@ -88701,9 +88718,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: *606 + schema: *607 examples: - default: *610 + default: *611 '401': description: Unauthorized x-github: @@ -88721,9 +88738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 requestBody: required: false content: @@ -88787,9 +88804,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *610 + default: *611 '404': description: Not Found if the discussion category name is invalid content: @@ -88810,9 +88827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 responses: '204': description: Response @@ -88832,9 +88849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *359 - *360 - - *611 + - *361 + - *612 - *17 - *19 responses: @@ -88844,7 +88861,7 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: default: value: @@ -88925,9 +88942,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: - - *359 - *360 - - *611 + - *361 + - *612 - name: name in: query required: true @@ -88953,7 +88970,7 @@ paths: description: Response for successful upload content: application/json: - schema: *607 + schema: *608 examples: response-for-successful-upload: value: @@ -89007,9 +89024,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 - 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. @@ -89033,9 +89050,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -89056,9 +89073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 requestBody: required: true content: @@ -89088,16 +89105,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -89119,10 +89136,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *359 - *360 - - *611 - - *351 + - *361 + - *612 + - *352 responses: '204': description: Response @@ -89146,9 +89163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *359 - *360 - - *418 + - *361 + - *419 - *17 - *19 responses: @@ -89164,8 +89181,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *612 - - &614 + - *613 + - &615 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89185,53 +89202,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *613 - *614 - - allOf: - *615 - - *614 - allOf: - *616 - - *614 + - *615 - allOf: - *617 - - *614 + - *615 - allOf: - *618 - - *614 + - *615 - allOf: - *619 - - *614 + - *615 - allOf: - *620 - - *614 + - *615 - allOf: - *621 - - *614 + - *615 - allOf: - *622 - - *614 + - *615 - allOf: - *623 - - *614 + - *615 - allOf: - *624 - - *614 + - *615 - allOf: - *625 - - *614 + - *615 - allOf: - *626 - - *614 + - *615 - allOf: - *627 - - *614 + - *615 - allOf: - *628 - - *614 + - *615 - allOf: - *629 - - *614 + - *615 + - allOf: + - *630 + - *615 examples: default: value: @@ -89270,8 +89287,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - *17 - *19 - name: includes_parents @@ -89282,7 +89299,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -89290,7 +89307,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -89337,8 +89354,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 requestBody: description: Request body required: true @@ -89358,16 +89375,16 @@ paths: - tag - push default: branch - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *118 + items: *124 + conditions: *119 rules: type: array description: An array of rules within the ruleset. - items: *124 + items: *125 required: - name - enforcement @@ -89398,9 +89415,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -89447,12 +89464,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *359 - *360 - - *631 - - *315 + - *361 - *632 + - *316 - *633 + - *634 - *17 - *19 responses: @@ -89460,9 +89477,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *97 x-github: @@ -89483,17 +89500,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *359 - *360 - - *636 + - *361 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *97 x-github: @@ -89521,8 +89538,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89542,9 +89559,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *639 + default: *640 '404': *6 '500': *97 put: @@ -89562,8 +89579,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89588,16 +89605,16 @@ paths: - branch - tag - push - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *118 + items: *124 + conditions: *119 rules: description: An array of rules within the ruleset. type: array - items: *124 + items: *125 examples: default: value: @@ -89625,9 +89642,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *639 + default: *640 '404': *6 '500': *97 delete: @@ -89645,8 +89662,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89674,20 +89691,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: - - *359 - *360 - - *317 + - *361 - *318 - *319 - *320 + - *321 - *84 - *19 - *17 - - *640 - *641 - - *321 + - *642 - *322 - *323 + - *324 responses: '200': description: Response @@ -89695,11 +89712,11 @@ paths: application/json: schema: type: array - items: &644 + items: &645 type: object properties: number: *98 - created_at: *104 + created_at: *105 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -89707,15 +89724,15 @@ paths: format: date-time readOnly: true nullable: true - url: *102 - html_url: *103 + url: *103 + html_url: *104 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolved_at: type: string format: date-time @@ -89906,7 +89923,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89928,15 +89945,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: - - *359 - *360 - - *452 + - *361 + - *453 responses: '200': description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -89967,7 +89984,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89988,9 +90005,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: - - *359 - *360 - - *452 + - *361 + - *453 requestBody: required: true content: @@ -89998,8 +90015,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -90017,7 +90034,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -90070,7 +90087,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -90092,9 +90109,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: - - *359 - *360 - - *452 + - *361 + - *453 - *19 - *17 responses: @@ -90105,7 +90122,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &804 + items: &805 type: object properties: type: @@ -90442,7 +90459,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90464,8 +90481,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -90473,14 +90490,14 @@ paths: schema: type: object properties: - reason: &646 + reason: &647 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *645 + placeholder_id: *646 required: - reason - placeholder_id @@ -90497,7 +90514,7 @@ paths: schema: type: object properties: - reason: *646 + reason: *647 expire_at: type: string format: date-time @@ -90520,7 +90537,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -90540,13 +90557,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: - - *359 - *360 + - *361 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *128 + '503': *129 '200': description: Response content: @@ -90556,7 +90573,7 @@ paths: properties: incremental_scans: type: array - items: &647 + items: &648 description: Information on a single scan performed by secret scanning on the repository type: object @@ -90582,15 +90599,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *647 + items: *648 backfill_scans: type: array - items: *647 + items: *648 custom_pattern_backfill_scans: type: array items: allOf: - - *647 + - *648 - type: object properties: pattern_name: @@ -90660,8 +90677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *359 - *360 + - *361 - *84 - name: sort description: The property to sort the results by. @@ -90705,9 +90722,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *649 + default: *650 '400': *14 '404': *6 x-github: @@ -90730,8 +90747,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -90804,7 +90821,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *327 required: - login - type @@ -90891,9 +90908,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &651 + default: &652 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -91126,8 +91143,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -91231,7 +91248,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -91378,17 +91395,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: - - *359 - *360 - - *650 + - *361 + - *651 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 + default: *652 '403': *29 '404': *6 x-github: @@ -91412,9 +91429,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: - - *359 - *360 - - *650 + - *361 + - *651 requestBody: required: true content: @@ -91487,7 +91504,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *327 required: - login - type @@ -91573,17 +91590,17 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 - add_credit: *651 + default: *652 + add_credit: *652 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *176 + schema: *177 examples: invalid_state_transition: value: @@ -91614,9 +91631,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: - - *359 - *360 - - *650 + - *361 + - *651 responses: '202': *93 '400': *14 @@ -91643,17 +91660,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: - - *359 - *360 - - *650 + - *361 + - *651 responses: '202': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 '400': *14 '422': *15 '403': *29 @@ -91679,8 +91696,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -91779,8 +91796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -91789,7 +91806,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -91802,7 +91819,7 @@ paths: - 1124 - -435 '202': *93 - '204': *115 + '204': *116 '422': description: Repository contains more than 10,000 commits x-github: @@ -91822,8 +91839,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -91872,7 +91889,7 @@ paths: total: 89 week: 1336280400 '202': *93 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91899,8 +91916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -91974,7 +91991,7 @@ paths: d: 77 c: 10 '202': *93 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91996,8 +92013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *359 - *360 + - *361 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -92151,8 +92168,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: - - *359 - *360 + - *361 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -92162,7 +92179,7 @@ paths: application/json: schema: type: array - items: *652 + items: *653 examples: default: value: @@ -92175,7 +92192,7 @@ paths: - - 0 - 2 - 21 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92195,8 +92212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *359 - *360 + - *361 - name: sha in: path required: true @@ -92250,7 +92267,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -92304,8 +92321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -92317,7 +92334,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -92337,14 +92354,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *359 - *360 + - *361 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &654 + schema: &655 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -92412,8 +92429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -92439,7 +92456,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -92466,8 +92483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -92487,8 +92504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -92567,8 +92584,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -92576,7 +92593,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Tag protection description: Tag protection type: object @@ -92628,8 +92645,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -92652,7 +92669,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -92683,8 +92700,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: - - *359 - *360 + - *361 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -92721,8 +92738,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *359 - *360 + - *361 - name: ref in: path required: true @@ -92758,8 +92775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -92769,9 +92786,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 headers: Link: *39 '404': *6 @@ -92791,8 +92808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *359 - *360 + - *361 - *19 - *17 responses: @@ -92800,7 +92817,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -92812,7 +92829,7 @@ paths: required: - names examples: - default: &657 + default: &658 value: names: - octocat @@ -92835,8 +92852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -92867,9 +92884,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '422': *7 x-github: @@ -92890,9 +92907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *359 - *360 - - &658 + - *361 + - &659 name: per description: The time frame to display results for. in: query @@ -92921,7 +92938,7 @@ paths: example: 128 clones: type: array - items: &659 + items: &660 title: Traffic type: object properties: @@ -93008,8 +93025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -93099,8 +93116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -93160,9 +93177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *359 - *360 - - *658 + - *361 + - *659 responses: '200': description: Response @@ -93181,7 +93198,7 @@ paths: example: 3782 views: type: array - items: *659 + items: *660 required: - uniques - count @@ -93258,8 +93275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -93295,7 +93312,7 @@ paths: description: Response content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -93533,8 +93550,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: - - *359 - *360 + - *361 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -93557,8 +93574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -93580,8 +93597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -93607,8 +93624,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *359 - *360 + - *361 - name: ref in: path required: true @@ -93700,9 +93717,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -93743,7 +93760,7 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: default: value: @@ -93853,7 +93870,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &667 + - &668 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -93862,7 +93879,7 @@ paths: schema: type: string example: members - - &672 + - &673 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -93873,7 +93890,7 @@ paths: default: 1 format: int32 example: 1 - - &673 + - &674 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -93915,7 +93932,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &661 + items: &662 allOf: - type: object required: @@ -93990,7 +94007,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: &674 + meta: &675 type: object description: The metadata associated with the creation/updates to the user. @@ -94050,31 +94067,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &662 + '400': &663 description: Bad request content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '401': &663 + schema: *661 + '401': &664 description: Authorization failure - '403': &664 + '403': &665 description: Permission denied - '429': &665 + '429': &666 description: Too many requests content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '500': &666 + schema: *661 + '500': &667 description: Internal server error content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 + schema: *661 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94098,7 +94115,7 @@ paths: required: true content: application/json: - schema: &670 + schema: &671 type: object required: - schemas @@ -94154,9 +94171,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *661 + schema: *662 examples: - group: &668 + group: &669 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -94175,13 +94192,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': *662 - '401': *663 - '403': *664 - '409': &671 + '400': *663 + '401': *664 + '403': *665 + '409': &672 description: Duplicate record detected - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94198,7 +94215,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: - - &669 + - &670 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -94206,22 +94223,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *667 + - *668 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *661 + schema: *662 examples: - default: *668 - '400': *662 - '401': *663 - '403': *664 + default: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94240,13 +94257,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: - - *669 + - *670 - *40 requestBody: required: true content: application/json: - schema: *670 + schema: *671 examples: group: summary: Group @@ -94272,17 +94289,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - group: *668 - groupWithMembers: *668 - '400': *662 - '401': *663 - '403': *664 + group: *669 + groupWithMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94306,13 +94323,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: - - *669 + - *670 - *40 requestBody: required: true content: application/json: - schema: &681 + schema: &682 type: object required: - Operations @@ -94372,17 +94389,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - updateGroup: *668 - addMembers: *668 - '400': *662 - '401': *663 - '403': *664 + updateGroup: *669 + addMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94398,17 +94415,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: - - *669 + - *670 - *40 responses: '204': description: Group was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94442,8 +94459,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *672 - *673 + - *674 - *40 responses: '200': @@ -94476,7 +94493,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &676 + items: &677 allOf: - type: object required: @@ -94555,7 +94572,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &675 + roles: &676 type: array description: The roles assigned to the user. items: @@ -94611,7 +94628,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *674 + meta: *675 startIndex: type: integer description: A starting index for the returned page @@ -94648,11 +94665,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *662 - '401': *663 - '403': *664 - '429': *665 - '500': *666 + '400': *663 + '401': *664 + '403': *665 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94676,7 +94693,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -94758,9 +94775,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *675 + roles: *676 examples: - user: &680 + user: &681 summary: User value: schemas: @@ -94807,9 +94824,9 @@ paths: description: User has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - user: &677 + user: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -94835,13 +94852,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: *677 - '400': *662 - '401': *663 - '403': *664 - '409': *671 - '429': *665 - '500': *666 + enterpriseOwner: *678 + '400': *663 + '401': *664 + '403': *665 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94858,7 +94875,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: - - &678 + - &679 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -94871,15 +94888,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *677 - '400': *662 - '401': *663 - '403': *664 + default: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94901,30 +94918,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: - user: *680 + user: *681 responses: '200': description: User was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - user: *677 - '400': *662 - '401': *663 - '403': *664 + user: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94959,13 +94976,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: *681 + schema: *682 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -95005,18 +95022,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *676 - examples: - userMultiValuedProperties: *677 - userSingleValuedProperties: *677 - disableUser: *677 - '400': *662 - '401': *663 - '403': *664 + schema: *677 + examples: + userMultiValuedProperties: *678 + userSingleValuedProperties: *678 + disableUser: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95036,17 +95053,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: - - *678 + - *679 - *40 responses: '204': description: User was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95079,7 +95096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *173 + - *174 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -95133,7 +95150,7 @@ paths: example: 1 Resources: type: array - items: &682 + items: &683 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -95364,22 +95381,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': *37 - '404': &683 + '404': &684 description: Resource not found content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '403': &684 + schema: *661 + '403': &685 description: Forbidden content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 - '429': *665 + schema: *661 + '400': *663 + '429': *666 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -95399,15 +95416,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *173 + - *174 responses: '201': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: &685 + default: &686 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -95430,17 +95447,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': *37 - '404': *683 - '403': *684 - '500': *666 + '404': *684 + '403': *685 + '500': *667 '409': description: Conflict content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 + schema: *661 + '400': *663 requestBody: required: true content: @@ -95532,18 +95549,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: - - *173 - - *678 + - *174 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 - '404': *683 - '403': *684 + default: *686 + '404': *684 + '403': *685 '304': *37 x-github: githubCloudOnly: true @@ -95566,19 +95583,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *173 - - *678 + - *174 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *37 - '404': *683 - '403': *684 + '404': *684 + '403': *685 requestBody: required: true content: @@ -95686,20 +95703,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: - - *173 - - *678 + - *174 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *37 - '404': *683 - '403': *684 - '400': *662 + '404': *684 + '403': *685 + '400': *663 '429': description: Response content: @@ -95789,13 +95806,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: - - *173 - - *678 + - *174 + - *679 responses: '204': description: Response - '404': *683 - '403': *684 + '404': *684 + '403': *685 '304': *37 x-github: githubCloudOnly: true @@ -95910,7 +95927,7 @@ paths: html_url: type: string format: uri - repository: *193 + repository: *194 score: type: number file_size: @@ -95928,7 +95945,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &686 + text_matches: &687 title: Search Result Text Matches type: array items: @@ -96042,7 +96059,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *128 + '503': *129 '422': *15 '403': *29 x-github: @@ -96091,7 +96108,7 @@ paths: enum: - author-date - committer-date - - &687 + - &688 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 @@ -96162,7 +96179,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *416 + properties: *417 nullable: true comment_count: type: integer @@ -96182,7 +96199,7 @@ paths: url: type: string format: uri - verification: *535 + verification: *536 required: - author - committer @@ -96201,7 +96218,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *416 + properties: *417 nullable: true parents: type: array @@ -96214,12 +96231,12 @@ paths: type: string sha: type: string - repository: *193 + repository: *194 score: type: number node_id: type: string - text_matches: *686 + text_matches: *687 required: - sha - node_id @@ -96412,7 +96429,7 @@ paths: - interactions - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -96531,8 +96548,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 nullable: true comments: type: integer @@ -96546,7 +96563,7 @@ paths: type: string format: date-time nullable: true - text_matches: *686 + text_matches: *687 pull_request: type: object properties: @@ -96579,7 +96596,7 @@ paths: type: string score: type: number - author_association: *137 + author_association: *138 draft: type: boolean repository: *63 @@ -96599,9 +96616,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - reactions: *138 + properties: *136 + required: *137 + reactions: *139 required: - assignee - closed_at @@ -96717,7 +96734,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *128 + '503': *129 '422': *15 '304': *37 '403': *29 @@ -96770,7 +96787,7 @@ paths: enum: - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -96814,7 +96831,7 @@ paths: nullable: true score: type: number - text_matches: *686 + text_matches: *687 required: - id - node_id @@ -96900,7 +96917,7 @@ paths: - forks - help-wanted-issues - updated - - *687 + - *688 - *17 - *19 responses: @@ -97119,8 +97136,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true permissions: type: object @@ -97139,7 +97156,7 @@ paths: - admin - pull - push - text_matches: *686 + text_matches: *687 temp_clone_token: type: string allow_merge_commit: @@ -97341,7 +97358,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *128 + '503': *129 '422': *15 '304': *37 x-github: @@ -97440,7 +97457,7 @@ paths: type: string format: uri nullable: true - text_matches: *686 + text_matches: *687 related: type: array nullable: true @@ -97633,7 +97650,7 @@ paths: - followers - repositories - joined - - *687 + - *688 - *17 - *19 responses: @@ -97737,7 +97754,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *686 + text_matches: *687 blog: type: string nullable: true @@ -97796,7 +97813,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *128 + '503': *129 '422': *15 x-github: githubCloudOnly: false @@ -97816,7 +97833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &688 + - &689 name: team_id description: The unique identifier of the team. in: path @@ -97828,9 +97845,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 x-github: githubCloudOnly: false @@ -97857,7 +97874,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -97920,16 +97937,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '422': *15 '403': *29 @@ -97957,7 +97974,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *688 + - *689 responses: '204': description: Response @@ -97988,7 +98005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *688 + - *689 - *84 - *17 - *19 @@ -97999,9 +98016,9 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: - default: *689 + default: *690 headers: Link: *39 x-github: @@ -98030,7 +98047,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -98064,9 +98081,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: triggersNotification: true githubCloudOnly: false @@ -98093,16 +98110,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *688 - - *344 + - *689 + - *345 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98127,8 +98144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *688 - - *344 + - *689 + - *345 requestBody: required: false content: @@ -98151,9 +98168,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98178,8 +98195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *688 - - *344 + - *689 + - *345 responses: '204': description: Response @@ -98208,8 +98225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *688 - - *344 + - *689 + - *345 - *84 - *17 - *19 @@ -98220,9 +98237,9 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: - default: *691 + default: *692 headers: Link: *39 x-github: @@ -98251,8 +98268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *688 - - *344 + - *689 + - *345 requestBody: required: true content: @@ -98274,9 +98291,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: triggersNotification: true githubCloudOnly: false @@ -98303,17 +98320,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98338,9 +98355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 requestBody: required: true content: @@ -98362,9 +98379,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98389,9 +98406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 responses: '204': description: Response @@ -98420,9 +98437,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: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 - 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. @@ -98448,9 +98465,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -98479,9 +98496,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: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 requestBody: required: true content: @@ -98513,9 +98530,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98541,8 +98558,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: - - *688 - - *344 + - *689 + - *345 - 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. @@ -98568,9 +98585,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -98599,8 +98616,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: - - *688 - - *344 + - *689 + - *345 requestBody: required: true content: @@ -98632,9 +98649,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98658,7 +98675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -98668,9 +98685,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *39 x-github: @@ -98696,7 +98713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *688 + - *689 - name: role description: Filters members returned by their role in the team. in: query @@ -98719,7 +98736,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '404': *6 @@ -98747,8 +98764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *688 - - *215 + - *689 + - *216 responses: '204': description: if user is a member @@ -98784,8 +98801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *688 - - *215 + - *689 + - *216 responses: '204': description: Response @@ -98824,8 +98841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *688 - - *215 + - *689 + - *216 responses: '204': description: Response @@ -98861,16 +98878,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: - - *688 - - *215 + - *689 + - *216 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -98903,8 +98920,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: - - *688 - - *215 + - *689 + - *216 requestBody: required: false content: @@ -98929,9 +98946,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -98965,8 +98982,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: - - *688 - - *215 + - *689 + - *216 responses: '204': description: Response @@ -98995,7 +99012,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -99005,9 +99022,9 @@ paths: application/json: schema: type: array - items: *357 + items: *358 examples: - default: *695 + default: *696 headers: Link: *39 '404': *6 @@ -99034,16 +99051,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: - - *688 - - *358 + - *689 + - *359 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *696 + default: *697 '404': description: Not Found if project is not managed by this team x-github: @@ -99068,8 +99085,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: - - *688 - - *358 + - *689 + - *359 requestBody: required: false content: @@ -99137,8 +99154,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: - - *688 - - *358 + - *689 + - *359 responses: '204': description: Response @@ -99165,7 +99182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -99175,9 +99192,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 '404': *6 @@ -99207,15 +99224,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: - - *688 - - *359 + - *689 - *360 + - *361 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *697 + schema: *698 examples: alternative-response-with-extra-repository-information: value: @@ -99366,9 +99383,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: - - *688 - - *359 + - *689 - *360 + - *361 requestBody: required: false content: @@ -99418,9 +99435,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: - - *688 - - *359 + - *689 - *360 + - *361 responses: '204': description: Response @@ -99449,15 +99466,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: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 '403': *29 '404': *6 x-github: @@ -99484,7 +99501,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: - - *688 + - *689 requestBody: required: true content: @@ -99541,7 +99558,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -99572,7 +99589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -99582,9 +99599,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - response-if-child-teams-exist: *698 + response-if-child-teams-exist: *699 headers: Link: *39 '404': *6 @@ -99617,7 +99634,7 @@ paths: application/json: schema: oneOf: - - &700 + - &701 title: Private User description: Private User type: object @@ -99820,7 +99837,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *699 + - *700 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -99973,7 +99990,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -100052,7 +100069,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '304': *37 '404': *6 '403': *29 @@ -100075,7 +100092,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: - - *215 + - *216 responses: '204': description: If the user is blocked @@ -100103,7 +100120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -100127,7 +100144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -100176,9 +100193,9 @@ paths: type: integer codespaces: type: array - items: *278 + items: *279 examples: - default: *279 + default: *280 '304': *37 '500': *97 '401': *25 @@ -100317,21 +100334,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '401': *25 '403': *29 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100371,7 +100388,7 @@ paths: type: integer secrets: type: array - items: &701 + items: &702 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -100411,7 +100428,7 @@ paths: - visibility - selected_repositories_url examples: - default: *475 + default: *476 headers: Link: *39 x-github: @@ -100481,13 +100498,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: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -100517,7 +100534,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: - - *203 + - *204 requestBody: required: true content: @@ -100562,7 +100579,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -100590,7 +100607,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: - - *203 + - *204 responses: '204': description: Response @@ -100615,7 +100632,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: - - *203 + - *204 responses: '200': description: Response @@ -100631,9 +100648,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *702 + default: *703 '401': *25 '403': *29 '404': *6 @@ -100658,7 +100675,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: - - *203 + - *204 requestBody: required: true content: @@ -100712,7 +100729,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: - - *203 + - *204 - name: repository_id in: path required: true @@ -100745,7 +100762,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: - - *203 + - *204 - name: repository_id in: path required: true @@ -100777,15 +100794,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: - - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '304': *37 '500': *97 '401': *25 @@ -100811,7 +100828,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: - - *280 + - *281 requestBody: required: false content: @@ -100841,9 +100858,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '401': *25 '403': *29 '404': *6 @@ -100865,7 +100882,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: - - *280 + - *281 responses: '202': *93 '304': *37 @@ -100894,13 +100911,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: - - *280 + - *281 responses: '202': description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -100941,7 +100958,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -100973,7 +100990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *280 + - *281 - name: export_id in: path required: true @@ -100986,9 +101003,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -101009,7 +101026,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *280 + - *281 responses: '200': description: Response @@ -101025,9 +101042,9 @@ paths: type: integer machines: type: array - items: *705 + items: *706 examples: - default: *706 + default: *707 '304': *37 '500': *97 '401': *25 @@ -101056,7 +101073,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: - - *280 + - *281 requestBody: required: true content: @@ -101106,13 +101123,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *372 + repository: *373 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *473 - required: *474 + properties: *474 + required: *475 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -101886,15 +101903,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: - - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '304': *37 '500': *97 '400': *14 @@ -101926,15 +101943,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: - - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '500': *97 '401': *25 '403': *29 @@ -101964,9 +101981,9 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: &719 + default: &720 value: - id: 197 name: hello_docker @@ -102067,7 +102084,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -102132,9 +102149,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: &721 + default: &722 value: - email: octocat@github.com verified: true @@ -102209,7 +102226,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -102319,7 +102336,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '304': *37 @@ -102352,7 +102369,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '304': *37 @@ -102374,7 +102391,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: - - *215 + - *216 responses: '204': description: if the person is followed by the authenticated user @@ -102404,7 +102421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -102429,7 +102446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -102465,7 +102482,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -102596,7 +102613,7 @@ paths: - subkeys - revoked examples: - default: &732 + default: &733 value: - id: 3 name: Octocat's GPG Key @@ -102681,9 +102698,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: id: 3 name: Octocat's GPG Key @@ -102740,7 +102757,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: - - &710 + - &711 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -102752,9 +102769,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *37 '403': *29 @@ -102777,7 +102794,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: - - *710 + - *711 responses: '204': description: Response @@ -102968,7 +102985,7 @@ paths: type: array items: *63 examples: - default: *711 + default: *712 headers: Link: *39 '404': *6 @@ -102993,7 +103010,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *188 + - *189 responses: '204': description: Response @@ -103019,7 +103036,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *188 + - *189 responses: '204': description: Response @@ -103053,12 +103070,12 @@ paths: application/json: schema: anyOf: - - *269 + - *270 - type: object properties: {} additionalProperties: false examples: - default: *270 + default: *271 '204': description: Response when there are no restrictions x-github: @@ -103082,7 +103099,7 @@ paths: required: true content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -103093,7 +103110,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -103174,7 +103191,7 @@ paths: - closed - all default: open - - *275 + - *276 - name: sort description: What to sort results by. in: query @@ -103187,7 +103204,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - *17 - *19 responses: @@ -103197,9 +103214,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *276 + default: *277 headers: Link: *39 '404': *6 @@ -103232,7 +103249,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Key description: Key type: object @@ -103329,9 +103346,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -103364,15 +103381,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: - - *575 + - *576 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '304': *37 '403': *29 @@ -103395,7 +103412,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: - - *575 + - *576 responses: '204': description: Response @@ -103428,7 +103445,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -103485,7 +103502,7 @@ paths: - id - type - login - plan: *154 + plan: *155 required: - billing_cycle - next_billing_date @@ -103496,7 +103513,7 @@ paths: - account - plan examples: - default: &715 + default: &716 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -103558,9 +103575,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 headers: Link: *39 '304': *37 @@ -103600,7 +103617,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -103702,13 +103719,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -103766,7 +103783,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: - - *173 + - *174 requestBody: required: true content: @@ -103791,7 +103808,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -103859,7 +103876,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -104112,7 +104129,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -104292,7 +104309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *284 + - *285 - name: exclude in: query required: false @@ -104305,7 +104322,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -104499,7 +104516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *284 + - *285 responses: '302': description: Response @@ -104525,7 +104542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *284 + - *285 responses: '204': description: Response @@ -104554,8 +104571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *284 - - *716 + - *285 + - *717 responses: '204': description: Response @@ -104579,7 +104596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *284 + - *285 - *17 - *19 responses: @@ -104589,9 +104606,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 '404': *6 @@ -104628,7 +104645,7 @@ paths: type: array items: *58 examples: - default: *717 + default: *718 headers: Link: *39 '304': *37 @@ -104670,7 +104687,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *19 - *17 responses: @@ -104680,10 +104697,10 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *719 - '400': *720 + default: *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104703,16 +104720,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: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &733 + default: &734 value: id: 40201 name: octo-name @@ -104825,8 +104842,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -104856,8 +104873,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: - - *292 - *293 + - *294 - name: token description: package token schema: @@ -104889,8 +104906,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: - - *292 - *293 + - *294 - *19 - *17 - name: state @@ -104910,7 +104927,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -104959,15 +104976,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: - - *292 - *293 - - *295 + - *294 + - *296 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -105003,9 +105020,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: - - *292 - *293 - - *295 + - *294 + - *296 responses: '204': description: Response @@ -105035,9 +105052,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: - - *292 - *293 - - *295 + - *294 + - *296 responses: '204': description: Response @@ -105093,7 +105110,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -105162,9 +105179,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *721 + default: *722 headers: Link: *39 '304': *37 @@ -105277,7 +105294,7 @@ paths: type: array items: *63 examples: - default: &728 + default: &729 summary: Default response value: - id: 1296269 @@ -105579,9 +105596,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105619,9 +105636,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *722 + default: *723 headers: Link: *39 '304': *37 @@ -105644,7 +105661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *273 + - *274 responses: '204': description: Response @@ -105667,7 +105684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *273 + - *274 responses: '204': description: Response @@ -105700,7 +105717,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Social account description: Social media account type: object @@ -105715,7 +105732,7 @@ paths: - provider - url examples: - default: &724 + default: &725 value: - provider: twitter url: https://twitter.com/github @@ -105777,9 +105794,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 '422': *15 '304': *37 '404': *6 @@ -105866,7 +105883,7 @@ paths: application/json: schema: type: array - items: &725 + items: &726 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -105886,7 +105903,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105952,9 +105969,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105985,7 +106002,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: - - &727 + - &728 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -105997,9 +106014,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '304': *37 '403': *29 @@ -106022,7 +106039,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: - - *727 + - *728 responses: '204': description: Response @@ -106051,7 +106068,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: - - &735 + - &736 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 @@ -106076,11 +106093,11 @@ paths: type: array items: *63 examples: - default-response: *728 + default-response: *729 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &737 title: Starred Repository description: Starred Repository type: object @@ -106236,8 +106253,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: - - *359 - *360 + - *361 responses: '204': description: Response if this repository is starred by you @@ -106265,8 +106282,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -106290,8 +106307,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -106324,9 +106341,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 '304': *37 @@ -106363,7 +106380,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -106441,7 +106458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *156 + - *157 responses: '200': description: Response @@ -106449,10 +106466,10 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -106487,7 +106504,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &731 + response-with-git-hub-plan-information: &732 summary: Response with GitHub plan information value: login: octocat @@ -106547,7 +106564,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *729 + - *730 - *17 responses: '200': @@ -106558,7 +106575,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: example: ; rel="next" @@ -106588,7 +106605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *215 + - *216 responses: '200': description: Response @@ -106596,11 +106613,11 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: *730 - response-with-git-hub-plan-information: *731 + default-response: *731 + response-with-git-hub-plan-information: *732 '404': *6 x-github: githubCloudOnly: false @@ -106626,7 +106643,7 @@ paths: - *17 - *82 - *83 - - *215 + - *216 - name: subject_digest description: Subject Digest in: path @@ -106728,7 +106745,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -106754,7 +106771,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: - - *215 + - *216 responses: '200': description: Response @@ -106762,9 +106779,9 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *719 + default: *720 '403': *29 '401': *25 x-github: @@ -106787,7 +106804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -106797,7 +106814,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -106868,8 +106885,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: - - *215 - - *173 + - *216 + - *174 - *17 - *19 responses: @@ -106879,7 +106896,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -106958,7 +106975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -106968,7 +106985,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -107035,7 +107052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107047,7 +107064,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -107066,7 +107083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107078,7 +107095,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -107097,7 +107114,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: - - *215 + - *216 - name: target_user in: path required: true @@ -107124,8 +107141,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *215 - - *140 + - *216 + - *141 - *17 - *19 responses: @@ -107135,9 +107152,9 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *142 + default: *143 headers: Link: *39 '422': *15 @@ -107158,7 +107175,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: - - *215 + - *216 - *17 - *19 responses: @@ -107168,9 +107185,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *732 + default: *733 headers: Link: *39 x-github: @@ -107194,7 +107211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *215 + - *216 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -107266,7 +107283,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: - - *215 + - *216 responses: '200': description: Response @@ -107274,7 +107291,7 @@ paths: application/json: schema: *22 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107292,7 +107309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107340,7 +107357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107352,7 +107369,7 @@ paths: type: array items: *58 examples: - default: *717 + default: *718 headers: Link: *39 x-github: @@ -107391,8 +107408,8 @@ paths: - docker - nuget - container - - *718 - - *215 + - *719 + - *216 - *19 - *17 responses: @@ -107402,12 +107419,12 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *719 + default: *720 '403': *29 '401': *25 - '400': *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107427,17 +107444,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *292 - *293 - - *215 + - *294 + - *216 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107458,9 +107475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *292 - *293 - - *215 + - *294 + - *216 responses: '204': description: Response @@ -107492,9 +107509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *292 - *293 - - *215 + - *294 + - *216 - name: token description: package token schema: @@ -107526,9 +107543,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: - - *292 - *293 - - *215 + - *294 + - *216 responses: '200': description: Response @@ -107536,7 +107553,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -107594,16 +107611,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: - - *292 - *293 - - *295 - - *215 + - *294 + - *296 + - *216 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -107638,10 +107655,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *292 - *293 - - *215 - - *295 + - *294 + - *216 + - *296 responses: '204': description: Response @@ -107673,10 +107690,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *292 - *293 - - *215 - - *295 + - *294 + - *216 + - *296 responses: '204': description: Response @@ -107699,7 +107716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *215 + - *216 - name: state description: Indicates the state of the projects to return. in: query @@ -107720,7 +107737,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -107779,7 +107796,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: - - *215 + - *216 - *17 - *19 responses: @@ -107789,7 +107806,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -107868,7 +107885,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: - - *215 + - *216 - *17 - *19 responses: @@ -107878,7 +107895,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -107955,7 +107972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *215 + - *216 - name: type description: Limit results to repositories of the specified type. in: query @@ -107998,9 +108015,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -108024,15 +108041,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: - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108054,15 +108071,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: - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108084,15 +108101,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: - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108110,7 +108127,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: - - *215 + - *216 - *17 - *19 responses: @@ -108120,9 +108137,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *39 x-github: @@ -108142,7 +108159,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: - - *215 + - *216 - *17 - *19 responses: @@ -108152,9 +108169,9 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: - default: *734 + default: *735 headers: Link: *39 x-github: @@ -108178,8 +108195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *215 - - *735 + - *216 + - *736 - *84 - *17 - *19 @@ -108191,11 +108208,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *737 - type: array items: *63 examples: - default-response: *728 + default-response: *729 headers: Link: *39 x-github: @@ -108214,7 +108231,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -108224,9 +108241,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -108354,7 +108371,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &738 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -108412,7 +108429,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &739 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -108431,7 +108448,7 @@ x-webhooks: required: - id - node_id - organization: &739 + organization: &740 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -108491,13 +108508,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &741 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &777 + properties: &778 id: description: Unique identifier of the repository example: 42 @@ -108517,8 +108534,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true organization: title: Simple User @@ -109180,7 +109197,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &778 + required: &779 - archive_url - assignees_url - blobs_url @@ -109331,10 +109348,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -109410,11 +109427,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: &742 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) @@ -109637,11 +109654,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -109824,11 +109841,11 @@ x-webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -109901,7 +109918,7 @@ x-webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request cancellation event type: object properties: @@ -109909,11 +109926,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: &742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: &743 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -110063,7 +110080,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &743 + items: &744 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -110173,7 +110190,7 @@ x-webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request completed event type: object properties: @@ -110181,11 +110198,11 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -110257,7 +110274,7 @@ x-webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption request created event type: object properties: @@ -110265,11 +110282,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -110341,7 +110358,7 @@ x-webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response dismissed event type: object properties: @@ -110349,12 +110366,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -110428,7 +110445,7 @@ x-webhooks: required: true content: application/json: - schema: &748 + schema: &749 title: Exemption response submitted event type: object properties: @@ -110436,12 +110453,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -110514,7 +110531,7 @@ x-webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110581,7 +110598,7 @@ x-webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110648,7 +110665,7 @@ x-webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110715,7 +110732,7 @@ x-webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110783,7 +110800,7 @@ x-webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110861,7 +110878,7 @@ x-webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110875,8 +110892,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 check_suite: description: A suite of checks performed on the code of a given code change @@ -110924,8 +110941,8 @@ x-webhooks: type: string pull_requests: type: array - items: *434 - repository: *193 + items: *435 + repository: *194 status: example: completed type: string @@ -110962,7 +110979,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *749 + deployment: *750 details_url: example: https://example.com type: string @@ -111012,7 +111029,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *434 + items: *435 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -111047,9 +111064,9 @@ x-webhooks: - output - app - pull_requests - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -111442,10 +111459,10 @@ x-webhooks: type: string enum: - created - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -111841,10 +111858,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 requested_action: description: The action requested by the user. type: object @@ -112249,10 +112266,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -113229,10 +113246,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -113902,10 +113919,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -114569,10 +114586,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -114735,7 +114752,7 @@ x-webhooks: required: - login - id - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114880,20 +114897,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 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: *737 - installation: *738 - organization: *739 - ref: &752 + enterprise: *738 + installation: *739 + organization: *740 + ref: &753 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: *740 + repository: *741 sender: *4 required: - action @@ -115055,7 +115072,7 @@ x-webhooks: required: - login - id - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115216,12 +115233,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -115316,7 +115333,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115482,12 +115499,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -115650,7 +115667,7 @@ x-webhooks: required: - login - id - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115816,12 +115833,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -115918,7 +115935,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116086,16 +116103,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 ref: 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 nullable: true - repository: *740 + repository: *741 sender: *4 required: - action @@ -116189,7 +116206,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116329,12 +116346,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -116591,10 +116608,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -116674,18 +116691,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &753 + organization: *740 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -116695,7 +116712,7 @@ x-webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -116777,10 +116794,10 @@ x-webhooks: type: string enum: - created - definition: *111 - enterprise: *737 - installation: *738 - organization: *739 + definition: *112 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -116865,9 +116882,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -116944,10 +116961,10 @@ x-webhooks: type: string enum: - updated - definition: *111 - enterprise: *737 - installation: *738 - organization: *739 + definition: *112 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -117024,19 +117041,19 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *738 + installation: *739 + repository: *741 + organization: *740 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *307 + items: *308 old_property_values: type: array description: The old custom property values for the repository. - items: *307 + items: *308 required: - action - repository @@ -117112,18 +117129,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *753 - ref: *754 + enterprise: *738 + installation: *739 + organization: *740 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -117207,11 +117224,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117295,11 +117312,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117383,11 +117400,11 @@ x-webhooks: type: string enum: - created - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117469,11 +117486,11 @@ x-webhooks: type: string enum: - dismissed - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117555,11 +117572,11 @@ x-webhooks: type: string enum: - fixed - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117642,11 +117659,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117728,11 +117745,11 @@ x-webhooks: type: string enum: - reopened - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117809,9 +117826,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &755 + enterprise: *738 + installation: *739 + key: &756 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117847,8 +117864,8 @@ x-webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -117925,11 +117942,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *755 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + key: *756 + organization: *740 + repository: *741 sender: *4 required: - action @@ -118490,12 +118507,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: object nullable: true @@ -119221,13 +119238,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *510 + deployment: *511 pull_requests: type: array - items: *595 - repository: *740 - organization: *739 - installation: *738 + items: *596 + repository: *741 + organization: *740 + installation: *739 sender: *4 responses: '200': @@ -119298,7 +119315,7 @@ x-webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -119341,11 +119358,11 @@ x-webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: &758 type: array items: type: object @@ -119424,7 +119441,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -120155,18 +120172,18 @@ x-webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -120870,13 +120887,13 @@ x-webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *738 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &764 + installation: *739 + organization: *740 + repository: *741 + requestor: &765 title: User type: object nullable: true @@ -122775,12 +122792,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: object @@ -123460,7 +123477,7 @@ x-webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -123617,7 +123634,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -123903,7 +123920,7 @@ x-webhooks: - id labels: type: array - items: *557 + items: *558 required: - repository_url - category @@ -123925,10 +123942,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124055,11 +124072,11 @@ x-webhooks: - from required: - category - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124142,11 +124159,11 @@ x-webhooks: type: string enum: - closed - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124228,7 +124245,7 @@ x-webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -124385,11 +124402,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124472,12 +124489,12 @@ x-webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124572,12 +124589,12 @@ x-webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124661,11 +124678,11 @@ x-webhooks: type: string enum: - created - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124747,11 +124764,11 @@ x-webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124851,11 +124868,11 @@ x-webhooks: type: string required: - from - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124937,10 +124954,10 @@ x-webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *737 - installation: *738 - label: &763 + discussion: *761 + enterprise: *738 + installation: *739 + label: &764 title: Label type: object properties: @@ -124972,8 +124989,8 @@ x-webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125056,11 +125073,11 @@ x-webhooks: type: string enum: - locked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125142,11 +125159,11 @@ x-webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125228,11 +125245,11 @@ x-webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125317,16 +125334,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *740 + new_discussion: *761 + new_repository: *741 required: - new_discussion - new_repository - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125409,10 +125426,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *739 - repository: *740 + discussion: *761 + old_answer: *763 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125494,12 +125511,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125582,11 +125599,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125668,11 +125685,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125745,7 +125762,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *738 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -126405,9 +126422,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - forkee @@ -126553,9 +126570,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pages: description: The pages that were updated. type: array @@ -126592,7 +126609,7 @@ x-webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -126668,10 +126685,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: &765 + organization: *740 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -126697,8 +126714,8 @@ x-webhooks: - name - full_name - private - repository: *740 - requester: *764 + repository: *741 + requester: *765 sender: *4 required: - action @@ -126773,11 +126790,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -126853,11 +126870,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -126933,10 +126950,10 @@ x-webhooks: type: string enum: - added - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories_added: &766 + organization: *740 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -126982,15 +126999,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &767 + repository: *741 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -127069,10 +127086,10 @@ x-webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories_added: *766 + organization: *740 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -127099,9 +127116,9 @@ x-webhooks: - name - full_name - private - repository: *740 - repository_selection: *767 - requester: *764 + repository: *741 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -127180,11 +127197,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -127363,10 +127380,10 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 target_type: type: string @@ -127445,11 +127462,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -127573,8 +127590,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 reactions: title: Reactions type: object @@ -127701,8 +127718,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -128857,8 +128874,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128938,7 +128955,7 @@ x-webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -129103,8 +129120,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130257,8 +130274,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130338,7 +130355,7 @@ x-webhooks: type: string enum: - edited - changes: &796 + changes: &797 description: The changes to the comment. type: object properties: @@ -130350,9 +130367,9 @@ x-webhooks: type: string required: - from - comment: *768 - enterprise: *737 - installation: *738 + comment: *769 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131506,8 +131523,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -131589,10 +131606,10 @@ x-webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - issue: &771 + assignee: *765 + enterprise: *738 + installation: *739 + issue: &772 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -132510,8 +132527,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -132591,8 +132608,8 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -133650,8 +133667,8 @@ x-webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -133730,8 +133747,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -134642,8 +134659,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -134722,8 +134739,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -135637,7 +135654,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &769 + milestone: &770 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135775,8 +135792,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -135875,8 +135892,8 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136794,9 +136811,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136876,8 +136893,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137794,9 +137811,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137876,8 +137893,8 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138795,8 +138812,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138875,8 +138892,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139788,9 +139805,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *769 - organization: *739 - repository: *740 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -141251,8 +141268,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142169,8 +142186,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -142250,9 +142267,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &770 + enterprise: *738 + installation: *739 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -143163,8 +143180,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -143243,8 +143260,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144161,8 +144178,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145624,11 +145641,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145709,7 +145726,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &799 + assignee: &800 title: User type: object nullable: true @@ -145779,11 +145796,11 @@ x-webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *771 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145862,12 +145879,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *771 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145947,8 +145964,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146864,8 +146881,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -146945,11 +146962,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147028,11 +147045,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147110,11 +147127,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147224,11 +147241,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147310,9 +147327,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &772 + enterprise: *738 + installation: *739 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -147395,8 +147412,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &773 + organization: *740 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -147476,7 +147493,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -147556,10 +147573,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147642,7 +147659,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -147724,10 +147741,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147809,7 +147826,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -147890,8 +147907,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 marketplace_purchase: title: Marketplace Purchase type: object @@ -147973,9 +147990,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -148055,12 +148072,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -148162,11 +148179,11 @@ x-webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148266,11 +148283,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148349,11 +148366,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148431,11 +148448,11 @@ x-webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148511,7 +148528,7 @@ x-webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -148701,11 +148718,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148782,7 +148799,7 @@ x-webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -148864,8 +148881,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &776 + installation: *739 + merge_group: &777 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -148884,15 +148901,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *775 + head_commit: *776 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148978,10 +148995,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *776 - organization: *739 - repository: *740 + installation: *739 + merge_group: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149054,7 +149071,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -149162,16 +149179,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *739 + organization: *740 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -149252,11 +149269,11 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149335,9 +149352,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &779 + enterprise: *738 + installation: *739 + milestone: &780 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149474,8 +149491,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149554,11 +149571,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149668,11 +149685,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149752,11 +149769,11 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *779 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *780 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149835,11 +149852,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149918,11 +149935,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150001,9 +150018,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &780 + enterprise: *738 + installation: *739 + membership: &781 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -150095,8 +150112,8 @@ x-webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150174,11 +150191,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *780 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *781 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150257,8 +150274,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -150374,10 +150391,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -150455,11 +150472,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *780 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *781 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150546,11 +150563,11 @@ x-webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *780 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *781 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150626,9 +150643,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -151127,7 +151144,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &781 + items: &782 title: Ruby Gems metadata type: object properties: @@ -151222,7 +151239,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -151298,9 +151315,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -151653,7 +151670,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *781 + items: *782 source_url: type: string format: uri @@ -151723,7 +151740,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -151900,12 +151917,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *738 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - id @@ -151985,7 +152002,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &782 + personal_access_token_request: &783 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -152131,10 +152148,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152213,11 +152230,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *782 - enterprise: *737 - organization: *739 + personal_access_token_request: *783 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152295,11 +152312,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *782 - enterprise: *737 - organization: *739 + personal_access_token_request: *783 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152376,11 +152393,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *782 - organization: *739 - enterprise: *737 + personal_access_token_request: *783 + organization: *740 + enterprise: *738 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152484,7 +152501,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *783 + last_response: *784 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -152516,8 +152533,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 zen: description: Random string of GitHub zen. @@ -152762,10 +152779,10 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &784 + enterprise: *738 + installation: *739 + organization: *740 + project_card: &785 title: Project Card type: object properties: @@ -152884,7 +152901,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -152965,11 +152982,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *784 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *785 + repository: *741 sender: *4 required: - action @@ -153049,9 +153066,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: title: Project Card type: object @@ -153179,8 +153196,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -153274,11 +153291,11 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *784 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *785 + repository: *741 sender: *4 required: - action @@ -153372,9 +153389,9 @@ x-webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: allOf: - title: Project Card @@ -153564,7 +153581,7 @@ x-webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -153644,10 +153661,10 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &786 + enterprise: *738 + installation: *739 + organization: *740 + project: &787 title: Project type: object properties: @@ -153771,7 +153788,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -153851,10 +153868,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &785 + enterprise: *738 + installation: *739 + organization: *740 + project_column: &786 title: Project Column type: object properties: @@ -153893,7 +153910,7 @@ x-webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -153972,18 +153989,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *785 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *786 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -154073,11 +154090,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *785 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *786 + repository: *741 sender: *4 required: - action @@ -154157,11 +154174,11 @@ x-webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *785 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *786 + repository: *741 sender: *4 required: - action @@ -154241,11 +154258,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *786 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 + repository: *741 sender: *4 required: - action @@ -154325,18 +154342,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *786 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -154438,11 +154455,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *786 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 + repository: *741 sender: *4 required: - action @@ -154521,11 +154538,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *786 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 + repository: *741 sender: *4 required: - action @@ -154606,9 +154623,9 @@ x-webhooks: type: string enum: - closed - installation: *738 - organization: *739 - projects_v2: &787 + installation: *739 + organization: *740 + projects_v2: &788 title: Projects v2 Project description: A projects v2 project type: object @@ -154751,9 +154768,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -154834,9 +154851,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -154953,9 +154970,9 @@ x-webhooks: type: string to: type: string - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -155038,7 +155055,7 @@ x-webhooks: type: string enum: - archived - changes: &791 + changes: &792 type: object properties: archived_at: @@ -155052,9 +155069,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *738 - organization: *739 - projects_v2_item: &788 + installation: *739 + organization: *740 + projects_v2_item: &789 title: Projects v2 Item description: An item belonging to a project type: object @@ -155188,9 +155205,9 @@ x-webhooks: nullable: true to: type: string - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155272,9 +155289,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155355,9 +155372,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155463,7 +155480,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &789 + - &790 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -155481,7 +155498,7 @@ x-webhooks: required: - id - name - - &790 + - &791 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -155504,8 +155521,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *789 - *790 + - *791 required: - field_value - type: object @@ -155521,9 +155538,9 @@ x-webhooks: nullable: true required: - body - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155618,9 +155635,9 @@ x-webhooks: to: type: string nullable: true - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155703,10 +155720,10 @@ x-webhooks: type: string enum: - restored - changes: *791 - installation: *738 - organization: *739 - projects_v2_item: *788 + changes: *792 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155788,9 +155805,9 @@ x-webhooks: type: string enum: - reopened - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -155871,9 +155888,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &792 + installation: *739 + organization: *740 + projects_v2_status_update: &793 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -156000,9 +156017,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *792 + installation: *739 + organization: *740 + projects_v2_status_update: *793 sender: *4 required: - action @@ -156138,9 +156155,9 @@ x-webhooks: type: string format: date nullable: true - installation: *738 - organization: *739 - projects_v2_status_update: *792 + installation: *739 + organization: *740 + projects_v2_status_update: *793 sender: *4 required: - action @@ -156211,10 +156228,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - repository @@ -156291,13 +156308,13 @@ x-webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - number: &793 + assignee: *765 + enterprise: *738 + installation: *739 + number: &794 description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -158580,7 +158597,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -158662,11 +158679,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -160944,7 +160961,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -161026,11 +161043,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -163308,7 +163325,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -163390,13 +163407,13 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: &794 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: &795 allOf: - - *595 + - *596 - type: object properties: allow_auto_merge: @@ -163458,7 +163475,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -163539,12 +163556,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -163624,11 +163641,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - milestone: *578 - number: *793 - organization: *739 - pull_request: &795 + enterprise: *738 + milestone: *579 + number: *794 + organization: *740 + pull_request: &796 title: Pull Request type: object properties: @@ -165891,7 +165908,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165970,11 +165987,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -168256,7 +168273,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -168380,12 +168397,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -168465,11 +168482,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -170736,7 +170753,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -170816,11 +170833,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *763 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -173102,7 +173119,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -173183,10 +173200,10 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -175466,7 +175483,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -175546,12 +175563,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - milestone: *578 - number: *793 - organization: *739 - pull_request: *795 - repository: *740 + enterprise: *738 + milestone: *579 + number: *794 + organization: *740 + pull_request: *796 + repository: *741 sender: *4 required: - action @@ -175630,12 +175647,12 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -175716,12 +175733,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -175801,12 +175818,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -176172,9 +176189,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -178344,7 +178361,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -178424,7 +178441,7 @@ x-webhooks: type: string enum: - deleted - comment: &797 + comment: &798 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. @@ -178709,9 +178726,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -180869,7 +180886,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -180949,11 +180966,11 @@ x-webhooks: type: string enum: - edited - changes: *796 - comment: *797 - enterprise: *737 - installation: *738 - organization: *739 + changes: *797 + comment: *798 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -183114,7 +183131,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -183195,9 +183212,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -185370,7 +185387,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -185613,9 +185630,9 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -187669,8 +187686,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &798 + repository: *741 + review: &799 description: The review that was affected. type: object properties: @@ -187899,12 +187916,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -190187,7 +190204,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: object @@ -190271,12 +190288,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -192566,7 +192583,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192758,12 +192775,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -195048,7 +195065,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: object @@ -195133,12 +195150,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -197414,7 +197431,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197595,9 +197612,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -199772,8 +199789,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *798 + repository: *741 + review: *799 sender: *4 required: - action @@ -199853,9 +199870,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -201925,7 +201942,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -202308,9 +202325,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -204366,7 +204383,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -204752,10 +204769,10 @@ x-webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -207026,7 +207043,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -207108,11 +207125,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *799 - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + assignee: *800 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -209395,7 +209412,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -209474,11 +209491,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *763 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -211751,7 +211768,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -211832,10 +211849,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -214100,7 +214117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -214300,7 +214317,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *738 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -214392,8 +214409,8 @@ x-webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *739 + organization: *740 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -214968,9 +214985,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -215416,7 +215433,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *781 + items: *782 summary: type: string tag_name: @@ -215470,7 +215487,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -215548,9 +215565,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -215858,7 +215875,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *781 + items: *782 summary: type: string tag_name: @@ -215907,7 +215924,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -215984,10 +216001,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &800 + enterprise: *738 + installation: *739 + organization: *740 + release: &801 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -216292,7 +216309,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -216369,11 +216386,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *800 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *801 + repository: *741 sender: *4 required: - action @@ -216481,11 +216498,11 @@ x-webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *800 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *801 + repository: *741 sender: *4 required: - action @@ -216563,9 +216580,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -216874,7 +216891,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -216950,10 +216967,10 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &801 + enterprise: *738 + installation: *739 + organization: *740 + release: &802 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -217259,7 +217276,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -217335,11 +217352,11 @@ x-webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *800 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *801 + repository: *741 sender: *4 required: - action @@ -217415,11 +217432,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *801 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *802 + repository: *741 sender: *4 required: - action @@ -217495,11 +217512,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *648 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *649 sender: *4 required: - action @@ -217575,11 +217592,11 @@ x-webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *648 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *649 sender: *4 required: - action @@ -217655,10 +217672,10 @@ x-webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -217735,10 +217752,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -217816,10 +217833,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -217903,10 +217920,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218018,10 +218035,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218093,10 +218110,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 status: type: string @@ -218177,10 +218194,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218257,10 +218274,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218354,10 +218371,10 @@ x-webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218437,11 +218454,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_ruleset: *125 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_ruleset: *126 sender: *4 required: - action @@ -218519,11 +218536,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_ruleset: *125 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_ruleset: *126 sender: *4 required: - action @@ -218601,11 +218618,11 @@ x-webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_ruleset: *125 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_ruleset: *126 changes: type: object properties: @@ -218624,16 +218641,16 @@ x-webhooks: properties: added: type: array - items: *118 + items: *119 deleted: type: array - items: *118 + items: *119 updated: type: array items: type: object properties: - condition: *118 + condition: *119 changes: type: object properties: @@ -218666,16 +218683,16 @@ x-webhooks: properties: added: type: array - items: *124 + items: *125 deleted: type: array - items: *124 + items: *125 updated: type: array items: type: object properties: - rule: *124 + rule: *125 changes: type: object properties: @@ -218909,10 +218926,10 @@ x-webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218990,10 +219007,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219071,7 +219088,7 @@ x-webhooks: type: string enum: - create - alert: &802 + alert: &803 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -219192,10 +219209,10 @@ x-webhooks: type: string enum: - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219401,10 +219418,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219482,11 +219499,11 @@ x-webhooks: type: string enum: - reopen - alert: *802 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *803 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219685,10 +219702,10 @@ x-webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219766,11 +219783,11 @@ x-webhooks: type: string enum: - created - alert: &803 + alert: &804 type: object properties: number: *98 - created_at: *104 + created_at: *105 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -219778,8 +219795,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *102 - html_url: *103 + url: *103 + html_url: *104 locations_url: type: string format: uri @@ -219877,10 +219894,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219961,11 +219978,11 @@ x-webhooks: type: string enum: - created - alert: *803 - installation: *738 - location: *804 - organization: *739 - repository: *740 + alert: *804 + installation: *739 + location: *805 + organization: *740 + repository: *741 sender: *4 required: - location @@ -220203,11 +220220,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220285,11 +220302,11 @@ x-webhooks: type: string enum: - reopened - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220367,11 +220384,11 @@ x-webhooks: type: string enum: - resolved - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220449,11 +220466,11 @@ x-webhooks: type: string enum: - validated - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220579,10 +220596,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *741 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -220660,11 +220677,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: &806 description: The details of the security advisory, including summary, description, and severity. type: object @@ -220847,11 +220864,11 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: *806 sender: *4 required: - action @@ -220924,10 +220941,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -221111,11 +221128,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *310 - enterprise: *737 - installation: *738 - organization: *739 - repository: *372 + security_and_analysis: *311 + enterprise: *738 + installation: *739 + organization: *740 + repository: *373 sender: *4 required: - changes @@ -221193,12 +221210,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: &806 + sponsorship: &807 type: object properties: created_at: @@ -221499,12 +221516,12 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - sponsorship @@ -221592,12 +221609,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - changes @@ -221674,17 +221691,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &807 + effective_date: &808 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: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - sponsorship @@ -221758,7 +221775,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &808 + changes: &809 type: object properties: tier: @@ -221802,13 +221819,13 @@ x-webhooks: - from required: - tier - effective_date: *807 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *808 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - changes @@ -221885,13 +221902,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *808 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *809 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - changes @@ -221965,10 +221982,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -222051,10 +222068,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -222473,15 +222490,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *737 + enterprise: *738 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *739 name: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 sha: description: The Commit SHA. @@ -222590,15 +222607,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 + parent_issue: *151 parent_issue_repo: *63 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 - installation: *738 - organization: *739 - repository: *740 + sub_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222682,15 +222699,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 + parent_issue: *151 parent_issue_repo: *63 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 - installation: *738 - organization: *739 - repository: *740 + sub_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222774,15 +222791,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 + sub_issue: *151 sub_issue_repo: *63 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 - installation: *738 - organization: *739 - repository: *740 + parent_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222866,15 +222883,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 + sub_issue: *151 sub_issue_repo: *63 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 - installation: *738 - organization: *739 - repository: *740 + parent_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222951,12 +222968,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - team: &809 + team: &810 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -223146,9 +223163,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -223606,7 +223623,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -223682,9 +223699,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -224142,7 +224159,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -224219,9 +224236,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -224679,7 +224696,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -224823,9 +224840,9 @@ x-webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -225283,7 +225300,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - changes @@ -225361,9 +225378,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -225821,7 +225838,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -225897,10 +225914,10 @@ x-webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225973,16 +225990,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *738 inputs: type: object nullable: true additionalProperties: true - installation: *738 - organization: *739 + installation: *739 + organization: *740 ref: type: string - repository: *740 + repository: *741 sender: *4 workflow: type: string @@ -226064,10 +226081,10 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -226304,7 +226321,7 @@ x-webhooks: type: string required: - conclusion - deployment: *510 + deployment: *511 required: - action - repository @@ -226383,10 +226400,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -226646,7 +226663,7 @@ x-webhooks: required: - status - steps - deployment: *510 + deployment: *511 required: - action - repository @@ -226725,10 +226742,10 @@ x-webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -226863,7 +226880,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *510 + deployment: *511 required: - action - repository @@ -226942,10 +226959,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -227081,7 +227098,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *510 + deployment: *511 required: - action - repository @@ -227161,12 +227178,12 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -228165,12 +228182,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -229154,12 +229171,12 @@ x-webhooks: type: string enum: - requested - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 51bd97b6a..6aafe3533 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -964,6 +964,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -986,18 +1004,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -1661,6 +1667,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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", "nullable": true, @@ -1683,18 +1707,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -33431,6 +33443,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -34303,6 +34333,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -106173,6 +106209,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -107045,6 +107099,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -165674,7 +165734,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": [ { @@ -165815,7 +165875,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -165828,7 +165888,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": [ { @@ -165961,7 +166021,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -165976,7 +166036,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": [ { @@ -166078,7 +166138,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -166091,7 +166151,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": [ { @@ -166229,7 +166289,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -166242,7 +166302,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": [ { @@ -166272,7 +166332,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -166287,7 +166347,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": [ { @@ -166378,7 +166438,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -287358,6 +287418,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -287810,6 +287888,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -288469,6 +288553,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -288930,6 +289032,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", @@ -289402,6 +289510,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -652190,6 +652316,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -654447,6 +654591,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -656704,6 +656866,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -658961,6 +659141,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -661218,6 +661416,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -663475,6 +663691,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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.", @@ -665732,6 +665966,24 @@ } } }, + "epss": { + "type": "object", + "nullable": true, + "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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 4fac89e5f..76c52fab1 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -717,6 +717,21 @@ paths: required: - vector_string - score + epss: &101 + type: object + nullable: true + 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 nullable: true @@ -733,14 +748,6 @@ paths: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -848,7 +855,7 @@ paths: - subscriptions_url - type - url - type: &326 + type: &327 type: string description: The type of credit the user is receiving. enum: @@ -981,7 +988,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &177 + schema: &178 title: Validation Error Simple description: Validation Error Simple type: object @@ -1014,7 +1021,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: - - &650 + - &651 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1132,7 +1139,7 @@ paths: GitHub. type: object nullable: true - properties: &135 + properties: &136 id: description: Unique identifier of the GitHub app example: 37 @@ -1272,7 +1279,7 @@ paths: type: string example: '"-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEArYxrNYD/iT5CZVpRJu4rBKmmze3PVmT/gCo2ATUvDvZTPTey\nxcGJ3vvrJXazKk06pN05TN29o98jrYz4cengG3YGsXPNEpKsIrEl8NhbnxapEnM9\nJCMRe0P5JcPsfZlX6hmiT7136GRWiGOUba2X9+HKh8QJVLG5rM007TBER9/z9mWm\nrJuNh+m5l320oBQY/Qq3A7wzdEfZw8qm/mIN0FCeoXH1L6B8xXWaAYBwhTEh6SSn\nZHlO1Xu1JWDmAvBCi0RO5aRSKM8q9QEkvvHP4yweAtK3N8+aAbZ7ovaDhyGz8r6r\nzhU1b8Uo0Z2ysf503WqzQgIajr7Fry7/kUwpgQIDAQABAoIBADwJp80Ko1xHPZDy\nfcCKBDfIuPvkmSW6KumbsLMaQv1aGdHDwwTGv3t0ixSay8CGlxMRtRDyZPib6SvQ\n6OH/lpfpbMdW2ErkksgtoIKBVrDilfrcAvrNZu7NxRNbhCSvN8q0s4ICecjbbVQh\nnueSdlA6vGXbW58BHMq68uRbHkP+k+mM9U0mDJ1HMch67wlg5GbayVRt63H7R2+r\nVxcna7B80J/lCEjIYZznawgiTvp3MSanTglqAYi+m1EcSsP14bJIB9vgaxS79kTu\noiSo93leJbBvuGo8QEiUqTwMw4tDksmkLsoqNKQ1q9P7LZ9DGcujtPy4EZsamSJT\ny8OJt0ECgYEA2lxOxJsQk2kI325JgKFjo92mQeUObIvPfSNWUIZQDTjniOI6Gv63\nGLWVFrZcvQBWjMEQraJA9xjPbblV8PtfO87MiJGLWCHFxmPz2dzoedN+2Coxom8m\nV95CLz8QUShuao6u/RYcvUaZEoYs5bHcTmy5sBK80JyEmafJPtCQVxMCgYEAy3ar\nZr3yv4xRPEPMat4rseswmuMooSaK3SKub19WFI5IAtB/e7qR1Rj9JhOGcZz+OQrl\nT78O2OFYlgOIkJPvRMrPpK5V9lslc7tz1FSh3BZMRGq5jSyD7ETSOQ0c8T2O/s7v\nbeEPbVbDe4mwvM24XByH0GnWveVxaDl51ABD65sCgYB3ZAspUkOA5egVCh8kNpnd\nSd6SnuQBE3ySRlT2WEnCwP9Ph6oPgn+oAfiPX4xbRqkL8q/k0BdHQ4h+zNwhk7+h\nWtPYRAP1Xxnc/F+jGjb+DVaIaKGU18MWPg7f+FI6nampl3Q0KvfxwX0GdNhtio8T\nTj1E+SnFwh56SRQuxSh2gwKBgHKjlIO5NtNSflsUYFM+hyQiPiqnHzddfhSG+/3o\nm5nNaSmczJesUYreH5San7/YEy2UxAugvP7aSY2MxB+iGsiJ9WD2kZzTUlDZJ7RV\nUzWsoqBR+eZfVJ2FUWWvy8TpSG6trh4dFxImNtKejCR1TREpSiTV3Zb1dmahK9GV\nrK9NAoGAbBxRLoC01xfxCTgt5BDiBcFVh4fp5yYKwavJPLzHSpuDOrrI9jDn1oKN\nonq5sDU1i391zfQvdrbX4Ova48BN+B7p63FocP/MK5tyyBoT8zQEk2+vWDOw7H/Z\nu5dTCPxTIsoIwUw1I+7yIxqJzLPFgR2gVBwY1ra/8iAqCj+zeBw=\n-----END RSA PRIVATE KEY-----\n"' - required: &136 + required: &137 - id - node_id - owner @@ -1577,7 +1584,7 @@ paths: schema: type: integer default: 30 - - &252 + - &253 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 @@ -1593,7 +1600,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1670,7 +1677,7 @@ paths: - installation_id - repository_id examples: - default: &254 + default: &255 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1702,7 +1709,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &660 + schema: &661 title: Scim Error description: Scim Error type: object @@ -1729,7 +1736,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &176 + schema: &177 title: Validation Error description: Validation Error type: object @@ -1798,7 +1805,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &256 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1912,7 +1919,7 @@ paths: - request - response examples: - default: &256 + default: &257 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2113,7 +2120,7 @@ paths: parameters: - *17 - *19 - - &140 + - &141 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) @@ -2839,7 +2846,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &308 + properties: &309 id: description: Unique identifier of the repository example: 42 @@ -2859,7 +2866,7 @@ paths: title: License Simple description: License Simple type: object - properties: &151 + properties: &152 key: type: string example: mit @@ -2881,7 +2888,7 @@ paths: html_url: type: string format: uri - required: &152 + required: &153 - key - name - url @@ -3268,7 +3275,7 @@ paths: type: boolean description: Whether anonymous git access is enabled for this repository - required: &309 + required: &310 - archive_url - assignees_url - blobs_url @@ -7281,7 +7288,7 @@ paths: description: Response content: application/json: - schema: &178 + schema: &179 type: object properties: total_active_caches_count: @@ -7296,7 +7303,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &179 + default: &180 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7486,7 +7493,7 @@ paths: - public_ip_enabled - platform examples: - default: &180 + default: &181 value: total_count: 2 runners: @@ -7778,7 +7785,7 @@ paths: description: Response content: application/json: - schema: &181 + schema: &182 type: object properties: public_ips: @@ -7803,7 +7810,7 @@ paths: required: - public_ips examples: - default: &182 + default: &183 value: public_ips: current_usage: 17 @@ -7843,7 +7850,7 @@ paths: type: array items: *44 examples: - default: &183 + default: &184 value: id: 4-core cpu_cores: 4 @@ -8106,7 +8113,7 @@ paths: - all - local_only - selected - selected_actions_url: &186 + selected_actions_url: &187 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` @@ -8474,7 +8481,7 @@ paths: description: Success response content: application/json: - schema: &189 + schema: &190 type: object properties: default_workflow_permissions: &52 @@ -8522,7 +8529,7 @@ paths: required: true content: application/json: - schema: &190 + schema: &191 type: object properties: default_workflow_permissions: *52 @@ -9354,7 +9361,7 @@ paths: application/json: schema: type: array - items: &194 + items: &195 title: Runner Application description: Runner Application type: object @@ -9379,7 +9386,7 @@ paths: - download_url - filename examples: - default: &195 + default: &196 value: - os: osx architecture: x64 @@ -9463,7 +9470,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &196 + '201': &197 description: Response content: application/json: @@ -9573,7 +9580,7 @@ paths: - token - expires_at examples: - default: &197 + default: &198 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -9613,7 +9620,7 @@ paths: application/json: schema: *64 examples: - default: &198 + default: &199 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -9645,7 +9652,7 @@ paths: application/json: schema: *61 examples: - default: &199 + default: &200 value: id: 23 name: MBP @@ -9859,7 +9866,7 @@ paths: - *40 - *60 responses: - '200': &200 + '200': &201 description: Response content: application/json: @@ -9915,7 +9922,7 @@ paths: parameters: - *40 - *60 - - &201 + - &202 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10006,7 +10013,7 @@ paths: required: true content: application/json: - schema: &208 + schema: &209 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -10077,7 +10084,7 @@ paths: required: false schema: type: string - - &209 + - &210 name: include description: |- The event types to include: @@ -10095,7 +10102,7 @@ paths: - web - git - all - - &210 + - &211 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. @@ -10103,7 +10110,7 @@ paths: required: false schema: type: string - - &211 + - &212 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. @@ -10111,7 +10118,7 @@ paths: required: false schema: type: string - - &212 + - &213 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -10133,7 +10140,7 @@ paths: application/json: schema: type: array - items: &213 + items: &214 type: object properties: "@timestamp": @@ -10255,7 +10262,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &214 + default: &215 value: - "@timestamp": 1606929874512 action: team.add_member @@ -10817,7 +10824,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *40 - - &216 + - &217 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`, @@ -10827,7 +10834,7 @@ paths: schema: &85 type: string description: The name of the tool used to generate the code scanning analysis. - - &217 + - &218 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 @@ -10850,7 +10857,7 @@ paths: be returned. in: query required: false - schema: &218 + schema: &219 type: string description: State of a code scanning alert. enum: @@ -10875,36 +10882,36 @@ paths: application/json: schema: type: array - items: &219 + items: &220 type: object properties: number: &98 type: integer description: The security alert number. readOnly: true - created_at: &104 + created_at: &105 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: &105 + updated_at: &106 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: &102 + url: &103 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &103 + html_url: &104 type: string description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &445 + instances_url: &446 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -10918,7 +10925,7 @@ paths: - open - dismissed - fixed - fixed_at: &107 + fixed_at: &108 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -10932,14 +10939,14 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &106 + dismissed_at: &107 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissed_reason: &446 + dismissed_reason: &447 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -10948,13 +10955,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &447 + dismissed_comment: &448 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &448 + rule: &449 type: object properties: id: @@ -11007,7 +11014,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &449 + tool: &450 type: object properties: name: *85 @@ -11017,15 +11024,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *86 - most_recent_instance: &450 + most_recent_instance: &451 type: object properties: - ref: &443 + ref: &444 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &460 + analysis_key: &461 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -11036,7 +11043,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &461 + category: &462 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -11374,7 +11381,7 @@ paths: - most_recent_instance - repository examples: - default: &220 + default: &221 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -11605,7 +11612,7 @@ paths: headers: Link: *39 '404': *6 - '503': &128 + '503': &129 description: Service unavailable content: application/json: @@ -12129,7 +12136,7 @@ paths: description: Response content: application/json: - schema: &222 + schema: &223 type: array description: A list of default code security configurations items: @@ -12145,7 +12152,7 @@ paths: default configuration: *88 examples: - default: &223 + default: &224 value: - default_for_new_repos: public configuration: @@ -12427,7 +12434,7 @@ paths: - *40 - *90 responses: - '204': &115 + '204': &116 description: A header with no content is returned. '400': *14 '403': *29 @@ -12555,7 +12562,7 @@ paths: default: value: default_for_new_repos: all - configuration: &221 + configuration: &222 value: id: 1325 target_type: organization @@ -12635,7 +12642,7 @@ paths: application/json: schema: type: array - items: &224 + items: &225 type: object description: Repositories associated with a code security configuration and attachment status @@ -12659,7 +12666,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &225 + repository: &226 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -13124,7 +13131,7 @@ paths: or enterprise teams are only counted once. seats: type: array - items: &227 + items: &228 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -13142,7 +13149,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &274 + - &275 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -13201,7 +13208,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &287 + properties: &288 id: description: Unique identifier of the team type: integer @@ -13257,7 +13264,7 @@ paths: maps to within LDAP environment example: uid=example,ou=users,dc=github,dc=com type: string - required: &288 + required: &289 - id - node_id - url @@ -13376,7 +13383,7 @@ paths: - created_at additionalProperties: false examples: - default: &228 + default: &229 value: total_seats: 2 seats: @@ -13511,7 +13518,7 @@ paths: application/json: schema: type: array - items: &130 + items: &131 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -13819,7 +13826,7 @@ paths: - date additionalProperties: true examples: - default: &131 + default: &132 value: - date: '2024-06-24' total_active_users: 24 @@ -13921,7 +13928,7 @@ paths: '500': *97 '403': *29 '404': *6 - '422': &132 + '422': &133 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -13991,7 +13998,7 @@ paths: application/json: schema: type: array - items: &133 + items: &134 title: Copilot Usage Metrics description: Summary of Copilot usage. type: object @@ -14170,7 +14177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &235 + - &236 name: state in: query description: |- @@ -14179,7 +14186,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &236 + - &237 name: severity in: query description: |- @@ -14188,7 +14195,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &237 + - &238 name: ecosystem in: query description: |- @@ -14197,14 +14204,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &238 + - &239 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 - - &239 + - &240 name: epss_percentage in: query description: |- @@ -14216,7 +14223,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 - - &240 + - &241 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -14226,7 +14233,7 @@ paths: enum: - development - runtime - - &241 + - &242 name: sort in: query description: |- @@ -14244,7 +14251,7 @@ paths: - *84 - *82 - *83 - - &242 + - &243 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -14257,7 +14264,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &243 + - &244 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -14277,7 +14284,7 @@ paths: application/json: schema: type: array - items: &244 + items: &245 type: object description: A Dependabot alert. properties: @@ -14327,7 +14334,7 @@ paths: enum: - development - runtime - security_advisory: &502 + security_advisory: &503 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14357,7 +14364,7 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &101 + items: &102 type: object description: Details pertaining to one vulnerable version range for the advisory. @@ -14430,6 +14437,7 @@ paths: - vector_string additionalProperties: false cvss_severities: *100 + epss: *101 cwes: type: array description: Details for the advisory pertaining to Common @@ -14528,12 +14536,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *101 - url: *102 - html_url: *103 - created_at: *104 - updated_at: *105 - dismissed_at: *106 + security_vulnerability: *102 + url: *103 + html_url: *104 + created_at: *105 + updated_at: *106 + dismissed_at: *107 dismissed_by: title: Simple User description: A GitHub user. @@ -14557,8 +14565,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *107 - auto_dismissed_at: &503 + fixed_at: *108 + auto_dismissed_at: &504 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -14584,7 +14592,7 @@ paths: - repository additionalProperties: false examples: - default: &245 + default: &246 value: - number: 2 state: dismissed @@ -14632,6 +14640,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 @@ -15007,7 +15018,7 @@ paths: type: integer network_configurations: type: array - items: &108 + items: &109 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -15047,7 +15058,7 @@ paths: - name - created_on examples: - default: &336 + default: &337 value: total_count: 2 network_configurations: @@ -15125,9 +15136,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: &109 + default: &110 value: id: 123456789ABCDEF name: My network configuration @@ -15154,7 +15165,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: - *40 - - &110 + - &111 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -15166,9 +15177,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 headers: Link: *39 x-github: @@ -15188,7 +15199,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: - *40 - - *110 + - *111 requestBody: required: true content: @@ -15227,9 +15238,9 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -15247,7 +15258,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: - *40 - - *110 + - *111 responses: '204': description: Response @@ -15270,7 +15281,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: - *40 - - &337 + - &338 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -15282,7 +15293,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &339 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -15316,7 +15327,7 @@ paths: - subnet_id - region examples: - default: &339 + default: &340 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -15354,7 +15365,7 @@ paths: application/json: schema: type: array - items: &111 + items: &112 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -15420,7 +15431,7 @@ paths: - property_name - value_type examples: - default: &112 + default: &113 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -15476,7 +15487,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *111 + items: *112 minItems: 1 maxItems: 100 required: @@ -15506,9 +15517,9 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 '403': *29 '404': *6 x-github: @@ -15533,7 +15544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#get-a-custom-property-for-an-enterprise parameters: - *40 - - &113 + - &114 name: custom_property_name description: The custom property name in: path @@ -15545,9 +15556,9 @@ paths: description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: &114 + default: &115 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -15583,12 +15594,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: - *40 - - *113 + - *114 requestBody: required: true content: application/json: - schema: &306 + schema: &307 title: Custom Property Set Payload description: Custom property set payload type: object @@ -15644,9 +15655,9 @@ paths: description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: *114 + default: *115 '403': *29 '404': *6 x-github: @@ -15671,9 +15682,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/custom-properties#remove-a-custom-property-for-an-enterprise parameters: - *40 - - *113 + - *114 responses: - '204': *115 + '204': *116 '403': *29 '404': *6 x-github: @@ -15713,7 +15724,7 @@ paths: - push - repository default: branch - enforcement: &122 + enforcement: &123 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins can view insights @@ -15726,7 +15737,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &123 + items: &124 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -15763,7 +15774,7 @@ paths: - always - pull_request default: always - conditions: &127 + conditions: &128 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -15777,7 +15788,7 @@ paths: description: Conditions to target organizations by name and all repositories allOf: - - &116 + - &117 title: Repository ruleset conditions for organization names type: object description: Parameters for an organization name condition @@ -15803,7 +15814,7 @@ paths: type: string required: - organization_name - - &119 + - &120 title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -15832,7 +15843,7 @@ paths: is prevented. required: - repository_name - - &118 + - &119 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name condition @@ -15860,8 +15871,8 @@ paths: description: Conditions to target organizations by name and repositories by property allOf: - - *116 - - &121 + - *117 + - &122 title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -15874,7 +15885,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &117 + items: &118 title: Repository ruleset property targeting definition type: object description: Parameters for a targeting a repository @@ -15905,16 +15916,16 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *117 + items: *118 required: - repository_property - - *118 + - *119 - type: object title: organization_id_and_repository_name description: Conditions to target organizations by id and all repositories allOf: - - &120 + - &121 title: Repository ruleset conditions for organization IDs type: object description: Parameters for an organization ID condition @@ -15931,25 +15942,25 @@ paths: type: integer required: - organization_id + - *120 - *119 - - *118 - type: object title: organization_id_and_repository_property description: Conditions to target organization by id and repositories by property allOf: - - *120 - *121 - - *118 + - *122 + - *119 rules: type: array description: An array of rules within the ruleset. - items: &124 + items: &125 title: Repository Rule type: object description: A repository rule. oneOf: - - &612 + - &613 title: creation description: Only allow users with bypass permission to create matching refs. @@ -15961,7 +15972,7 @@ paths: type: string enum: - creation - - &613 + - &614 title: update description: Only allow users with bypass permission to update matching refs. @@ -15982,7 +15993,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &615 + - &616 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -15994,7 +16005,7 @@ paths: type: string enum: - deletion - - &616 + - &617 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -16006,7 +16017,7 @@ paths: type: string enum: - required_linear_history - - &617 + - &618 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -16082,7 +16093,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &618 + - &619 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -16106,7 +16117,7 @@ paths: type: string required: - required_deployment_environments - - &619 + - &620 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -16118,7 +16129,7 @@ paths: type: string enum: - required_signatures - - &620 + - &621 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. @@ -16169,7 +16180,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &621 + - &622 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -16216,7 +16227,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &622 + - &623 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -16228,7 +16239,7 @@ paths: type: string enum: - non_fast_forward - - &623 + - &624 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -16264,7 +16275,7 @@ paths: required: - operator - pattern - - &624 + - &625 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -16300,7 +16311,7 @@ paths: required: - operator - pattern - - &625 + - &626 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -16336,7 +16347,7 @@ paths: required: - operator - pattern - - &626 + - &627 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -16372,7 +16383,7 @@ paths: required: - operator - pattern - - &627 + - &628 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -16498,7 +16509,7 @@ paths: maximum: 100 required: - max_file_size - - &628 + - &629 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -16547,7 +16558,7 @@ paths: - repository_id required: - workflows - - &629 + - &630 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -16633,7 +16644,7 @@ paths: description: Response content: application/json: - schema: &125 + schema: &126 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -16668,11 +16679,11 @@ paths: source: type: string description: The name of the source - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 + items: *124 current_user_can_bypass: type: string description: |- @@ -16703,8 +16714,8 @@ paths: conditions: nullable: true anyOf: - - *118 - - &313 + - *119 + - &314 title: Organization ruleset conditions type: object description: |- @@ -16718,14 +16729,14 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *118 - *119 + - *120 - type: object title: repository_id_and_ref_name description: Conditions to target repositories by id and refs by name allOf: - - *118 + - *119 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -16747,11 +16758,11 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *118 - - *121 + - *119 + - *122 rules: type: array - items: *124 + items: *125 created_at: type: string format: date-time @@ -16759,7 +16770,7 @@ paths: type: string format: date-time examples: - default: &126 + default: &127 value: id: 21 name: super cool ruleset @@ -16818,9 +16829,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *126 + default: *127 '404': *6 '500': *97 x-github: @@ -16864,16 +16875,16 @@ paths: - tag - push - repository - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *127 + items: *124 + conditions: *128 rules: description: An array of rules within the ruleset. type: array - items: *124 + items: *125 examples: default: value: @@ -16897,9 +16908,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *126 + default: *127 '404': *6 '500': *97 x-github: @@ -16948,7 +16959,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &317 + - &318 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -16959,7 +16970,7 @@ paths: enum: - open - resolved - - &318 + - &319 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -16969,7 +16980,7 @@ paths: required: false schema: type: string - - &319 + - &320 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -16978,7 +16989,7 @@ paths: required: false schema: type: string - - &320 + - &321 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. @@ -16994,7 +17005,7 @@ paths: - *17 - *82 - *83 - - &321 + - &322 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -17003,7 +17014,7 @@ paths: required: false schema: type: string - - &322 + - &323 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -17012,7 +17023,7 @@ paths: schema: type: boolean default: false - - &323 + - &324 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -17028,11 +17039,11 @@ paths: application/json: schema: type: array - items: &324 + items: &325 type: object properties: number: *98 - created_at: *104 + created_at: *105 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -17040,21 +17051,21 @@ paths: format: date-time readOnly: true nullable: true - url: *102 - html_url: *103 + url: *103 + html_url: *104 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &642 + state: &643 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: &643 + resolution: &644 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -17151,7 +17162,7 @@ paths: repositories in the same organization or enterprise. nullable: true examples: - default: &325 + default: &326 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -17386,7 +17397,7 @@ paths: headers: Link: *39 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -17414,7 +17425,7 @@ paths: description: Response content: application/json: - schema: &328 + schema: &329 type: object properties: total_minutes_used: @@ -17484,7 +17495,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &329 + default: &330 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -17522,7 +17533,7 @@ paths: description: Success content: application/json: - schema: &330 + schema: &331 type: object properties: total_advanced_security_committers: @@ -17577,7 +17588,7 @@ paths: required: - repositories examples: - default: &331 + default: &332 value: total_advanced_security_committers: 2 total_count: 2 @@ -17665,7 +17676,7 @@ paths: '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17686,7 +17697,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-users-to-a-cost-center parameters: - *40 - - &129 + - &130 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -17730,7 +17741,7 @@ paths: '403': *29 '409': *92 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17750,7 +17761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-users-from-a-cost-center parameters: - *40 - - *129 + - *130 requestBody: required: true content: @@ -17788,7 +17799,7 @@ paths: '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -17816,7 +17827,7 @@ paths: description: Response content: application/json: - schema: &332 + schema: &333 type: object properties: total_gigabytes_bandwidth_used: @@ -17834,7 +17845,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &333 + default: &334 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -17866,7 +17877,7 @@ paths: description: Response content: application/json: - schema: &334 + schema: &335 type: object properties: days_left_in_billing_cycle: @@ -17884,7 +17895,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &335 + default: &336 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -17909,7 +17920,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *40 - - &167 + - &168 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, @@ -17918,7 +17929,7 @@ paths: required: false schema: type: integer - - &168 + - &169 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. @@ -17926,7 +17937,7 @@ paths: required: false schema: type: integer - - &169 + - &170 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. @@ -17934,7 +17945,7 @@ paths: required: false schema: type: integer - - &170 + - &171 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. @@ -17954,7 +17965,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &171 + schema: &172 type: object properties: usageItems: @@ -18007,7 +18018,7 @@ paths: - netAmount - organizationName examples: - default: &172 + default: &173 value: usageItems: - date: '2023-08-01' @@ -18024,7 +18035,7 @@ paths: '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -18095,13 +18106,13 @@ paths: application/json: schema: type: array - items: *130 + items: *131 examples: - default: *131 + default: *132 '500': *97 '403': *29 '404': *6 - '422': *132 + '422': *133 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -18136,7 +18147,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: - *40 - - &286 + - &287 name: team_slug description: The slug of the team name. in: path @@ -18174,9 +18185,9 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: &229 + default: &230 value: - day: '2023-10-15' total_suggestions_count: 1000 @@ -18332,7 +18343,7 @@ paths: application/json: schema: type: array - items: &162 + items: &163 title: Event description: Event type: object @@ -18342,7 +18353,7 @@ paths: type: type: string nullable: true - actor: &134 + actor: &135 title: Actor description: Actor type: object @@ -18382,18 +18393,18 @@ paths: - id - name - url - org: *134 + org: *135 payload: type: object properties: action: type: string - issue: &150 + issue: &151 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &551 + properties: &552 id: type: integer format: int64 @@ -18504,7 +18515,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &487 + properties: &488 url: type: string format: uri @@ -18574,7 +18585,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &488 + required: &489 - closed_issues - creator - description @@ -18663,9 +18674,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - author_association: &137 + properties: *136 + required: *137 + author_association: &138 title: author_association type: string example: OWNER @@ -18679,7 +18690,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &138 + reactions: &139 title: Reaction Rollup type: object properties: @@ -18729,7 +18740,7 @@ paths: - total - completed - percent_completed - required: &552 + required: &553 - assignee - closed_at - comments @@ -18751,7 +18762,7 @@ paths: - author_association - created_at - updated_at - comment: &549 + comment: &550 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -18799,7 +18810,7 @@ paths: issue_url: type: string format: uri - author_association: *137 + author_association: *138 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -18809,9 +18820,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - reactions: *138 + properties: *136 + required: *137 + reactions: *139 required: - id - node_id @@ -18906,7 +18917,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *37 '403': *29 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -18987,7 +18998,7 @@ paths: _links: type: object properties: - timeline: &139 + timeline: &140 title: Link With Type description: Hypermedia Link with Type type: object @@ -18999,17 +19010,17 @@ paths: required: - href - type - user: *139 - security_advisories: *139 - current_user: *139 - current_user_public: *139 - current_user_actor: *139 - current_user_organization: *139 + user: *140 + security_advisories: *140 + current_user: *140 + current_user_public: *140 + current_user_actor: *140 + current_user_organization: *140 current_user_organizations: type: array - items: *139 - repository_discussions: *139 - repository_discussions_category: *139 + items: *140 + repository_discussions: *140 + repository_discussions_category: *140 required: - timeline - user @@ -19071,7 +19082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *140 + - *141 - *17 - *19 responses: @@ -19081,7 +19092,7 @@ paths: application/json: schema: type: array - items: &141 + items: &142 title: Base Gist description: Base Gist type: object @@ -19180,7 +19191,7 @@ paths: - created_at - updated_at examples: - default: &142 + default: &143 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -19301,7 +19312,7 @@ paths: description: Response content: application/json: - schema: &143 + schema: &144 title: Gist Simple description: Gist Simple type: object @@ -19318,7 +19329,7 @@ paths: url: type: string format: uri - user: &699 + user: &700 title: Public User description: Public User type: object @@ -19680,7 +19691,7 @@ paths: truncated: type: boolean examples: - default: &144 + default: &145 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -19784,7 +19795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *140 + - *141 - *17 - *19 responses: @@ -19794,9 +19805,9 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *142 + default: *143 headers: Link: *39 '422': *15 @@ -19818,7 +19829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *140 + - *141 - *17 - *19 responses: @@ -19828,9 +19839,9 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *142 + default: *143 headers: Link: *39 '401': *25 @@ -19858,7 +19869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &145 + - &146 name: gist_id description: The unique identifier of the gist. in: path @@ -19870,10 +19881,10 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - default: *144 - '403': &148 + default: *145 + '403': &149 description: Forbidden Gist content: application/json: @@ -19921,7 +19932,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *145 + - *146 requestBody: required: true content: @@ -19981,9 +19992,9 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - updateGist: *144 + updateGist: *145 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -20141,7 +20152,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *145 + - *146 responses: '204': description: Response @@ -20170,7 +20181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *145 + - *146 - *17 - *19 responses: @@ -20180,7 +20191,7 @@ paths: application/json: schema: type: array - items: &146 + items: &147 title: Gist Comment description: A comment made to a gist. type: object @@ -20215,7 +20226,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *137 + author_association: *138 required: - url - id @@ -20280,7 +20291,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *145 + - *146 requestBody: required: true content: @@ -20305,9 +20316,9 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: &147 + default: &148 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -20365,8 +20376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *145 - - &149 + - *146 + - &150 name: comment_id description: The unique identifier of the comment. in: path @@ -20379,12 +20390,12 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: *147 + default: *148 '304': *37 '404': *6 - '403': *148 + '403': *149 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -20406,8 +20417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *145 - - *149 + - *146 + - *150 requestBody: required: true content: @@ -20432,9 +20443,9 @@ paths: description: Response content: application/json: - schema: *146 + schema: *147 examples: - default: *147 + default: *148 '404': *6 x-github: githubCloudOnly: false @@ -20451,8 +20462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *145 - - *149 + - *146 + - *150 responses: '204': description: Response @@ -20475,7 +20486,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *145 + - *146 - *17 - *19 responses: @@ -20576,7 +20587,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *145 + - *146 - *17 - *19 responses: @@ -20586,7 +20597,7 @@ paths: application/json: schema: type: array - items: *143 + items: *144 examples: default: value: @@ -20651,13 +20662,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *145 + - *146 responses: '201': description: Response content: application/json: - schema: *141 + schema: *142 examples: default: value: @@ -20728,7 +20739,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *145 + - *146 responses: '204': description: Response if gist is starred @@ -20758,7 +20769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *145 + - *146 responses: '204': description: Response @@ -20780,7 +20791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *145 + - *146 responses: '204': description: Response @@ -20809,7 +20820,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *145 + - *146 - name: sha in: path required: true @@ -20820,9 +20831,9 @@ paths: description: Response content: application/json: - schema: *143 + schema: *144 examples: - default: *144 + default: *145 '422': *15 '404': *6 '403': *29 @@ -21188,7 +21199,7 @@ paths: - closed - all default: open - - &275 + - &276 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -21207,7 +21218,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - name: collab in: query required: false @@ -21237,9 +21248,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: &276 + default: &277 value: - id: 1 node_id: MDU6SXNzdWUx @@ -21523,8 +21534,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 examples: default: value: @@ -21808,7 +21819,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &153 + X-CommonMarker-Version: &154 example: 0.17.4 schema: type: string @@ -21863,7 +21874,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *153 + X-CommonMarker-Version: *154 content: text/html: schema: @@ -21892,7 +21903,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: - - &156 + - &157 name: account_id description: account_id parameter in: path @@ -21904,7 +21915,7 @@ paths: description: Response content: application/json: - schema: &155 + schema: &156 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -21934,7 +21945,7 @@ paths: nullable: true id: type: integer - plan: &154 + plan: &155 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -22023,7 +22034,7 @@ paths: nullable: true updated_at: type: string - plan: *154 + plan: *155 required: - url - id @@ -22031,7 +22042,7 @@ paths: - login - marketplace_purchase examples: - default: &157 + default: &158 value: url: https://api.github.com/orgs/github type: Organization @@ -22116,9 +22127,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: &158 + default: &159 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -22158,14 +22169,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &159 + - &160 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &160 + - &161 name: sort description: The property to sort the results by. in: query @@ -22195,9 +22206,9 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: - default: &161 + default: &162 value: - url: https://api.github.com/orgs/github type: Organization @@ -22271,15 +22282,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: - - *156 + - *157 responses: '200': description: Response content: application/json: - schema: *155 + schema: *156 examples: - default: *157 + default: *158 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -22311,9 +22322,9 @@ paths: application/json: schema: type: array - items: *154 + items: *155 examples: - default: *158 + default: *159 headers: Link: *39 '401': *25 @@ -22336,8 +22347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *159 - *160 + - *161 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -22357,9 +22368,9 @@ paths: application/json: schema: type: array - items: *155 + items: *156 examples: - default: *161 + default: *162 headers: Link: *39 '401': *25 @@ -22623,14 +22634,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: - - &359 + - &360 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &360 + - &361 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -22647,7 +22658,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -22701,7 +22712,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &373 + '301': &374 description: Moved permanently content: application/json: @@ -22723,7 +22734,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &581 + - &582 name: all description: If `true`, show notifications marked as read. in: query @@ -22731,7 +22742,7 @@ paths: schema: type: boolean default: false - - &582 + - &583 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -22740,8 +22751,8 @@ paths: schema: type: boolean default: false - - *140 - - &583 + - *141 + - &584 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: @@ -22766,18 +22777,18 @@ paths: application/json: schema: type: array - items: &163 + items: &164 title: Thread description: Thread type: object properties: id: type: string - repository: &193 + repository: &194 title: Minimal Repository description: Minimal Repository type: object - properties: &247 + properties: &248 id: type: integer format: int64 @@ -23053,7 +23064,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &310 + security_and_analysis: &311 nullable: true type: object properties: @@ -23117,7 +23128,7 @@ paths: enum: - enabled - disabled - required: &248 + required: &249 - archive_url - assignees_url - blobs_url @@ -23205,7 +23216,7 @@ paths: - url - subscription_url examples: - default: &584 + default: &585 value: - id: '1' repository: @@ -23371,7 +23382,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &164 + - &165 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 @@ -23385,7 +23396,7 @@ paths: description: Response content: application/json: - schema: *163 + schema: *164 examples: default: value: @@ -23488,7 +23499,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *164 + - *165 responses: '205': description: Reset Content @@ -23511,7 +23522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *164 + - *165 responses: '204': description: No content @@ -23534,13 +23545,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: - - *164 + - *165 responses: '200': description: Response content: application/json: - schema: &165 + schema: &166 title: Thread Subscription description: Thread Subscription type: object @@ -23577,7 +23588,7 @@ paths: - url - subscribed examples: - default: &166 + default: &167 value: subscribed: true ignored: false @@ -23608,7 +23619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *164 + - *165 requestBody: required: false content: @@ -23629,9 +23640,9 @@ paths: description: Response content: application/json: - schema: *165 + schema: *166 examples: - default: *166 + default: *167 '304': *37 '403': *29 '401': *25 @@ -23654,7 +23665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *164 + - *165 responses: '204': description: Response @@ -23751,7 +23762,7 @@ paths: type: array items: *58 examples: - default: &717 + default: &718 value: - login: github id: 1 @@ -23815,7 +23826,7 @@ paths: type: integer custom_roles: type: array - items: &230 + items: &231 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -23863,7 +23874,7 @@ paths: - created_at - updated_at examples: - default: &231 + default: &232 value: id: 8030 name: Security Engineer @@ -23909,29 +23920,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: - - &173 + - &174 name: org description: The organization name. The name is not case sensitive. in: path required: true schema: type: string - - *167 - *168 - *169 - *170 + - *171 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *171 + schema: *172 examples: - default: *172 + default: *173 '400': *14 '403': *29 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23957,13 +23968,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#get-an-organization parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &174 + schema: &175 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -24266,7 +24277,7 @@ paths: - updated_at - archived_at examples: - default-response: &175 + default-response: &176 value: login: github id: 1 @@ -24359,7 +24370,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#update-an-organization parameters: - - *173 + - *174 requestBody: required: false content: @@ -24582,17 +24593,17 @@ paths: description: Response content: application/json: - schema: *174 + schema: *175 examples: - default: *175 + default: *176 '422': description: Validation failed content: application/json: schema: oneOf: - - *176 - *177 + - *178 '409': *92 x-github: githubCloudOnly: false @@ -24616,7 +24627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#delete-an-organization parameters: - - *173 + - *174 responses: '202': *93 '404': *6 @@ -24641,15 +24652,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *178 + schema: *179 examples: - default: *179 + default: *180 headers: Link: *39 x-github: @@ -24672,7 +24683,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: - - *173 + - *174 - *17 - *19 responses: @@ -24690,7 +24701,7 @@ paths: type: integer repository_cache_usages: type: array - items: &378 + items: &379 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24745,7 +24756,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: - - *173 + - *174 - *17 - *19 responses: @@ -24765,7 +24776,7 @@ paths: type: array items: *41 examples: - default: *180 + default: *181 headers: Link: *39 x-github: @@ -24785,7 +24796,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: - - *173 + - *174 requestBody: required: true content: @@ -24878,7 +24889,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: - - *173 + - *174 responses: '200': description: Response @@ -24914,7 +24925,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: - - *173 + - *174 responses: '200': description: Response @@ -24949,15 +24960,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *181 + schema: *182 examples: - default: *182 + default: *183 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -24975,7 +24986,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: - - *173 + - *174 responses: '200': description: Response @@ -24993,7 +25004,7 @@ paths: type: array items: *44 examples: - default: *183 + default: *184 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -25011,7 +25022,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: - - *173 + - *174 responses: '200': description: Response @@ -25055,7 +25066,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: - - *173 + - *174 - *46 responses: '200': @@ -25084,7 +25095,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: - - *173 + - *174 - *46 requestBody: required: true @@ -25147,7 +25158,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: - - *173 + - *174 - *46 responses: '202': @@ -25176,13 +25187,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: - - *173 + - *174 responses: '200': description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &184 + schema: &185 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -25196,7 +25207,7 @@ paths: required: - include_claim_keys examples: - default: &185 + default: &186 value: include_claim_keys: - repo @@ -25218,20 +25229,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: - - *173 + - *174 requestBody: required: true content: application/json: - schema: *184 + schema: *185 examples: - default: *185 + default: *186 responses: '201': description: Empty response content: application/json: - schema: &204 + schema: &205 title: Empty Object description: An object without any properties. type: object @@ -25261,7 +25272,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: - - *173 + - *174 responses: '200': description: Response @@ -25270,7 +25281,7 @@ paths: schema: type: object properties: - enabled_repositories: &187 + enabled_repositories: &188 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -25284,7 +25295,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *48 - selected_actions_url: *186 + selected_actions_url: *187 required: - enabled_repositories examples: @@ -25313,7 +25324,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: - - *173 + - *174 responses: '204': description: Response @@ -25324,7 +25335,7 @@ paths: schema: type: object properties: - enabled_repositories: *187 + enabled_repositories: *188 allowed_actions: *48 required: - enabled_repositories @@ -25352,7 +25363,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: - - *173 + - *174 - *17 - *19 responses: @@ -25372,7 +25383,7 @@ paths: type: array items: *63 examples: - default: &711 + default: &712 value: total_count: 1 repositories: @@ -25512,7 +25523,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: - - *173 + - *174 responses: '204': description: Response @@ -25556,8 +25567,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: - - *173 - - &188 + - *174 + - &189 name: repository_id description: The unique identifier of the repository. in: path @@ -25585,8 +25596,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: - - *173 - - *188 + - *174 + - *189 responses: '204': description: Response @@ -25609,7 +25620,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: - - *173 + - *174 responses: '200': description: Response @@ -25640,7 +25651,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: - - *173 + - *174 responses: '204': description: Response @@ -25672,13 +25683,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: default: *54 x-github: @@ -25701,7 +25712,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: - - *173 + - *174 responses: '204': description: Success response @@ -25712,7 +25723,7 @@ paths: required: false content: application/json: - schema: *190 + schema: *191 examples: default: *54 x-github: @@ -25734,7 +25745,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: - - *173 + - *174 - *17 - *19 - name: visible_to_repository @@ -25759,7 +25770,7 @@ paths: type: number runner_groups: type: array - items: &191 + items: &192 type: object properties: id: @@ -25875,7 +25886,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: - - *173 + - *174 requestBody: required: true content: @@ -25947,9 +25958,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: &192 + default: &193 value: id: 2 name: octo-runner-group @@ -25984,14 +25995,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: - - *173 + - *174 - *57 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: default: value: @@ -26027,7 +26038,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: - - *173 + - *174 - *57 requestBody: required: true @@ -26082,9 +26093,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *192 + default: *193 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -26103,7 +26114,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: - - *173 + - *174 - *57 responses: '204': @@ -26127,7 +26138,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: - - *173 + - *174 - *57 - *17 - *19 @@ -26148,7 +26159,7 @@ paths: type: array items: *41 examples: - default: *180 + default: *181 headers: Link: *39 x-github: @@ -26170,7 +26181,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: - - *173 + - *174 - *57 - *19 - *17 @@ -26189,9 +26200,9 @@ paths: type: number repositories: type: array - items: *193 + items: *194 examples: - default: &702 + default: &703 value: total_count: 1 repositories: @@ -26443,7 +26454,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: - - *173 + - *174 - *57 requestBody: required: true @@ -26488,9 +26499,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: - - *173 + - *174 - *57 - - *188 + - *189 responses: '204': description: Response @@ -26512,9 +26523,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: - - *173 + - *174 - *57 - - *188 + - *189 responses: '204': description: Response @@ -26537,7 +26548,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: - - *173 + - *174 - *57 - *17 - *19 @@ -26579,7 +26590,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: - - *173 + - *174 - *57 requestBody: required: true @@ -26624,7 +26635,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: - - *173 + - *174 - *57 - *60 responses: @@ -26648,7 +26659,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: - - *173 + - *174 - *57 - *60 responses: @@ -26680,7 +26691,7 @@ paths: in: query schema: type: string - - *173 + - *174 - *17 - *19 responses: @@ -26724,7 +26735,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: - - *173 + - *174 responses: '200': description: Response @@ -26732,9 +26743,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26756,7 +26767,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: - - *173 + - *174 requestBody: required: true content: @@ -26799,7 +26810,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *196 + '201': *197 '404': *6 '422': *7 x-github: @@ -26829,7 +26840,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: - - *173 + - *174 responses: '201': description: Response @@ -26837,7 +26848,7 @@ paths: application/json: schema: *64 examples: - default: *197 + default: *198 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26865,7 +26876,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: - - *173 + - *174 responses: '201': description: Response @@ -26873,7 +26884,7 @@ paths: application/json: schema: *64 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26895,7 +26906,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: - - *173 + - *174 - *60 responses: '200': @@ -26904,7 +26915,7 @@ paths: application/json: schema: *61 examples: - default: *199 + default: *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26925,7 +26936,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: - - *173 + - *174 - *60 responses: '204': @@ -26951,7 +26962,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: - - *173 + - *174 - *60 responses: '200': *66 @@ -26976,7 +26987,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: - - *173 + - *174 - *60 requestBody: required: true @@ -27025,7 +27036,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: - - *173 + - *174 - *60 requestBody: required: true @@ -27075,10 +27086,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: - - *173 + - *174 - *60 responses: - '200': *200 + '200': *201 '404': *6 x-github: githubCloudOnly: false @@ -27105,9 +27116,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: - - *173 + - *174 - *60 - - *201 + - *202 responses: '200': *66 '404': *6 @@ -27134,7 +27145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-organization-secrets parameters: - - *173 + - *174 - *17 - *19 responses: @@ -27152,7 +27163,7 @@ paths: type: integer secrets: type: array - items: &202 + items: &203 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -27225,13 +27236,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-public-key parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &398 + schema: &399 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -27260,7 +27271,7 @@ paths: - key_id - key examples: - default: &399 + default: &400 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27285,8 +27296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - - *173 - - &203 + - *174 + - &204 name: secret_name description: The name of the secret. in: path @@ -27298,7 +27309,7 @@ paths: description: Response content: application/json: - schema: *202 + schema: *203 examples: default: value: @@ -27328,8 +27339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -27384,7 +27395,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -27410,8 +27421,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -27437,8 +27448,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: - - *173 - - *203 + - *174 + - *204 - *19 - *17 responses: @@ -27456,9 +27467,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: &207 + default: &208 value: total_count: 1 repositories: @@ -27550,8 +27561,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -27603,8 +27614,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -27637,8 +27648,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -27670,8 +27681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - - *173 - - &383 + - *174 + - &384 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)." @@ -27695,7 +27706,7 @@ paths: type: integer variables: type: array - items: &205 + items: &206 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -27780,7 +27791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-organization-variable parameters: - - *173 + - *174 requestBody: required: true content: @@ -27828,7 +27839,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -27853,8 +27864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - - *173 - - &206 + - *174 + - &207 name: name description: The name of the variable. in: path @@ -27866,7 +27877,7 @@ paths: description: Response content: application/json: - schema: *205 + schema: *206 examples: default: value: @@ -27896,8 +27907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - - *173 - - *206 + - *174 + - *207 requestBody: required: true content: @@ -27959,8 +27970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - - *173 - - *206 + - *174 + - *207 responses: '204': description: Response @@ -27986,8 +27997,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: - - *173 - - *206 + - *174 + - *207 - *19 - *17 responses: @@ -28005,9 +28016,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *207 + default: *208 '409': description: Response when the visibility of the variable is not set to `selected` @@ -28033,8 +28044,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: - - *173 - - *206 + - *174 + - *207 requestBody: required: true content: @@ -28083,8 +28094,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: - - *173 - - *206 + - *174 + - *207 - name: repository_id in: path required: true @@ -28118,8 +28129,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: - - *173 - - *206 + - *174 + - *207 - name: repository_id in: path required: true @@ -28150,7 +28161,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#get-announcement-banner-for-organization parameters: - - *173 + - *174 responses: '200': description: Response @@ -28177,11 +28188,11 @@ paths: required: true content: application/json: - schema: *208 + schema: *209 examples: default: *69 parameters: - - *173 + - *174 responses: '200': description: Response @@ -28205,7 +28216,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/announcement-banners/organizations#remove-announcement-banner-from-organization parameters: - - *173 + - *174 responses: '204': description: Response @@ -28233,7 +28244,7 @@ paths: - *17 - *82 - *83 - - *173 + - *174 - name: subject_digest description: The parameter should be set to the attestation's subject's SHA256 digest, in the form `sha256:HEX_DIGEST`. @@ -28276,7 +28287,7 @@ paths: bundle_url: type: string examples: - default: &412 + default: &413 value: attestations: - bundle: @@ -28394,7 +28405,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: - - *173 + - *174 - 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). @@ -28402,10 +28413,10 @@ paths: required: false schema: type: string - - *209 - *210 - *211 - *212 + - *213 - *17 responses: '200': @@ -28414,9 +28425,9 @@ paths: application/json: schema: type: array - items: *213 + items: *214 examples: - default: *214 + default: *215 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -28433,7 +28444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#list-users-blocked-by-an-organization parameters: - - *173 + - *174 - *17 - *19 responses: @@ -28445,7 +28456,7 @@ paths: type: array items: *4 examples: - default: &277 + default: &278 value: - login: octocat id: 1 @@ -28483,8 +28494,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: - - *173 - - &215 + - *174 + - &216 name: username description: The handle for the GitHub user account. in: path @@ -28515,8 +28526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -28536,8 +28547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -28563,14 +28574,14 @@ paths: category: orgs subcategory: bypass-requests parameters: - - *173 - - &314 + - *174 + - &315 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - &429 + - &430 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -28578,7 +28589,7 @@ paths: required: false schema: type: string - - &430 + - &431 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -28586,7 +28597,7 @@ paths: required: false schema: type: string - - &315 + - &316 name: time_period description: |- The time period to filter by. @@ -28602,7 +28613,7 @@ paths: - week - month default: day - - &431 + - &432 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -28627,7 +28638,7 @@ paths: application/json: schema: type: array - items: &432 + items: &433 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -28782,7 +28793,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &433 + default: &434 value: - id: 21 number: 42 @@ -28868,9 +28879,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: - - *173 - - *216 + - *174 - *217 + - *218 - *82 - *83 - *19 @@ -28881,7 +28892,7 @@ paths: be returned. in: query required: false - schema: *218 + schema: *219 - name: sort description: The property by which to sort the results. in: query @@ -28897,7 +28908,7 @@ paths: be returned. in: query required: false - schema: &444 + schema: &445 type: string description: Severity of a code scanning alert. enum: @@ -28915,13 +28926,13 @@ paths: application/json: schema: type: array - items: *219 + items: *220 examples: - default: *220 + default: *221 headers: Link: *39 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28943,7 +28954,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: - - *173 + - *174 - name: target_type in: query description: The target type of the code security configuration @@ -29050,7 +29061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#create-a-code-security-configuration parameters: - - *173 + - *174 requestBody: required: true content: @@ -29225,7 +29236,7 @@ paths: application/json: schema: *88 examples: - default: *221 + default: *222 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29247,15 +29258,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-default-code-security-configurations parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *222 + schema: *223 examples: - default: *223 + default: *224 '304': *37 '403': *29 '404': *6 @@ -29281,7 +29292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#detach-configurations-from-repositories parameters: - - *173 + - *174 requestBody: required: true content: @@ -29304,7 +29315,7 @@ paths: - 32 - 91 responses: - '204': *115 + '204': *116 '400': *14 '403': *29 '404': *6 @@ -29330,7 +29341,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-a-code-security-configuration parameters: - - *173 + - *174 - *90 responses: '200': @@ -29339,7 +29350,7 @@ paths: application/json: schema: *88 examples: - default: *221 + default: *222 '304': *37 '403': *29 '404': *6 @@ -29363,7 +29374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#update-a-code-security-configuration parameters: - - *173 + - *174 - *90 requestBody: required: true @@ -29571,10 +29582,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#delete-a-code-security-configuration parameters: - - *173 + - *174 - *90 responses: - '204': *115 + '204': *116 '400': *14 '403': *29 '404': *6 @@ -29602,7 +29613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#attach-a-configuration-to-repositories parameters: - - *173 + - *174 - *90 requestBody: required: true @@ -29666,7 +29677,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: - - *173 + - *174 - *90 requestBody: required: true @@ -29712,7 +29723,7 @@ paths: default: value: default_for_new_repos: all - configuration: *221 + configuration: *222 '403': *29 '404': *6 x-github: @@ -29736,7 +29747,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: - - *173 + - *174 - *90 - name: per_page description: The number of results per page (max 100). For more information, @@ -29765,13 +29776,13 @@ paths: application/json: schema: type: array - items: *224 + items: *225 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *225 + repository: *226 '403': *29 '404': *6 x-github: @@ -29795,7 +29806,7 @@ paths: parameters: - *17 - *19 - - *173 + - *174 responses: '200': description: Response @@ -29811,7 +29822,7 @@ paths: type: integer codespaces: type: array - items: &278 + items: &279 type: object title: Codespace description: A codespace. @@ -29836,12 +29847,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *193 + repository: *194 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &473 + properties: &474 name: type: string description: The name of the machine. @@ -29883,7 +29894,7 @@ paths: - ready - in_progress nullable: true - required: &474 + required: &475 - name - display_name - operating_system @@ -30088,7 +30099,7 @@ paths: - pulls_url - recent_folders examples: - default: &279 + default: &280 value: total_count: 3 codespaces: @@ -30520,7 +30531,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces parameters: - - *173 + - *174 deprecated: true requestBody: required: true @@ -30587,7 +30598,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: - - *173 + - *174 deprecated: true requestBody: required: true @@ -30642,7 +30653,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization deprecated: true parameters: - - *173 + - *174 requestBody: required: true content: @@ -30694,7 +30705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets parameters: - - *173 + - *174 - *17 - *19 responses: @@ -30712,7 +30723,7 @@ paths: type: integer secrets: type: array - items: &226 + items: &227 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -30751,7 +30762,7 @@ paths: - updated_at - visibility examples: - default: &475 + default: &476 value: total_count: 2 secrets: @@ -30783,13 +30794,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &476 + schema: &477 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -30818,7 +30829,7 @@ paths: - key_id - key examples: - default: &477 + default: &478 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30841,16 +30852,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '200': description: Response content: application/json: - schema: *226 + schema: *227 examples: - default: &479 + default: &480 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -30877,8 +30888,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -30933,7 +30944,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -30959,8 +30970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -30985,8 +30996,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: - - *173 - - *203 + - *174 + - *204 - *19 - *17 responses: @@ -31004,9 +31015,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *207 + default: *208 '404': *6 x-github: githubCloudOnly: false @@ -31028,8 +31039,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -31079,8 +31090,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -31113,8 +31124,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -31153,7 +31164,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: - - *173 + - *174 responses: '200': description: OK @@ -31296,7 +31307,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: - - *173 + - *174 - *19 - name: per_page description: The number of results per page (max 100). For more information, @@ -31319,9 +31330,9 @@ paths: currently being billed. seats: type: array - items: *227 + items: *228 examples: - default: *228 + default: *229 headers: Link: *39 '500': *97 @@ -31357,7 +31368,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: - - *173 + - *174 requestBody: content: application/json: @@ -31435,7 +31446,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: - - *173 + - *174 requestBody: content: application/json: @@ -31515,7 +31526,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: - - *173 + - *174 requestBody: content: application/json: @@ -31592,7 +31603,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: - - *173 + - *174 requestBody: content: application/json: @@ -31673,7 +31684,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: - - *173 + - *174 - 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`). @@ -31705,13 +31716,13 @@ paths: application/json: schema: type: array - items: *130 + items: *131 examples: - default: *131 + default: *132 '500': *97 '403': *29 '404': *6 - '422': *132 + '422': *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -31742,7 +31753,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: - - *173 + - *174 - 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`). @@ -31774,9 +31785,9 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *229 + default: *230 '500': *97 '401': *25 '403': *29 @@ -31802,7 +31813,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: - - *173 + - *174 - *17 - name: page description: Page token @@ -31946,7 +31957,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: - - *173 + - *174 - name: credential_id in: path required: true @@ -31977,7 +31988,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: - - *173 + - *174 responses: '200': description: Response - list of custom role names @@ -31992,7 +32003,7 @@ paths: type: integer custom_roles: type: array - items: *230 + items: *231 examples: default: value: @@ -32079,12 +32090,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role parameters: - - *173 + - *174 requestBody: required: true content: application/json: - schema: &233 + schema: &234 type: object properties: name: @@ -32125,9 +32136,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32151,8 +32162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - - *173 - - &232 + - *174 + - &233 name: role_id description: The unique identifier of the role. in: path @@ -32164,9 +32175,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: true @@ -32188,13 +32199,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - - *173 - - *232 + - *174 + - *233 requestBody: required: true content: application/json: - schema: &234 + schema: &235 type: object properties: name: @@ -32232,9 +32243,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32258,8 +32269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - - *173 - - *232 + - *174 + - *233 responses: '204': description: Response @@ -32287,12 +32298,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: - - *173 + - *174 requestBody: required: true content: application/json: - schema: *233 + schema: *234 examples: default: value: @@ -32306,9 +32317,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32338,16 +32349,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: - - *173 - - *232 + - *174 + - *233 responses: '200': description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: true @@ -32375,13 +32386,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: - - *173 - - *232 + - *174 + - *233 requestBody: required: true content: application/json: - schema: *234 + schema: *235 examples: default: value: @@ -32396,9 +32407,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '422': *15 '404': *6 x-github: @@ -32428,8 +32439,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: - - *173 - - *232 + - *174 + - *233 responses: '204': description: Response @@ -32457,19 +32468,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - - *173 - - *235 + - *174 - *236 - *237 - *238 - *239 - *240 - *241 + - *242 - *84 - *82 - *83 - - *242 - *243 + - *244 - *17 responses: '200': @@ -32478,9 +32489,9 @@ paths: application/json: schema: type: array - items: *244 + items: *245 examples: - default: *245 + default: *246 '304': *37 '400': *14 '403': *29 @@ -32506,7 +32517,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-organization-secrets parameters: - - *173 + - *174 - *17 - *19 responses: @@ -32524,7 +32535,7 @@ paths: type: integer secrets: type: array - items: &246 + items: &247 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -32595,13 +32606,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-public-key parameters: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: &506 + schema: &507 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -32618,7 +32629,7 @@ paths: - key_id - key examples: - default: &507 + default: &508 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -32641,14 +32652,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: default: value: @@ -32676,8 +32687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -32732,7 +32743,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -32756,8 +32767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -32781,8 +32792,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: - - *173 - - *203 + - *174 + - *204 - *19 - *17 responses: @@ -32800,9 +32811,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *207 + default: *208 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32823,8 +32834,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -32874,8 +32885,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -32906,8 +32917,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: - - *173 - - *203 + - *174 + - *204 - name: repository_id in: path required: true @@ -32937,7 +32948,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: - - *173 + - *174 responses: '200': description: Response @@ -32945,7 +32956,7 @@ paths: application/json: schema: type: array - items: &290 + items: &291 title: Package description: A software package type: object @@ -32995,8 +33006,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *247 - required: *248 + properties: *248 + required: *249 nullable: true created_at: type: string @@ -33015,7 +33026,7 @@ paths: - created_at - updated_at examples: - default: &291 + default: &292 value: - id: 197 name: hello_docker @@ -33093,7 +33104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-organization-events parameters: - - *173 + - *174 - *17 - *19 responses: @@ -33103,7 +33114,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: 200-response: value: @@ -33173,7 +33184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#get-an-external-group parameters: - - *173 + - *174 - name: group_id description: The unique identifier of the group. in: path @@ -33199,7 +33210,7 @@ paths: description: Response content: application/json: - schema: &354 + schema: &355 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -33280,7 +33291,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &355 + default: &356 value: group_id: '123' group_name: Octocat admins @@ -33318,7 +33329,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: - - *173 + - *174 - *17 - name: page description: Page token @@ -33335,7 +33346,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &353 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -33372,7 +33383,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &353 + default: &354 value: groups: - group_id: '123' @@ -33406,7 +33417,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-failed-organization-invitations parameters: - - *173 + - *174 - *17 - *19 responses: @@ -33416,7 +33427,7 @@ paths: application/json: schema: type: array - items: &271 + items: &272 title: Organization Invitation description: Organization Invitation type: object @@ -33463,7 +33474,7 @@ paths: - invitation_teams_url - node_id examples: - default: &272 + default: &273 value: - id: 1 login: monalisa @@ -33522,7 +33533,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: - - *173 + - *174 responses: '200': description: Response @@ -33530,7 +33541,7 @@ paths: application/json: schema: type: array - items: &311 + items: &312 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -33544,7 +33555,7 @@ paths: - name - description examples: - default: &312 + default: &313 value: - name: add_assignee description: Assign or remove a user @@ -33575,7 +33586,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-organization-webhooks parameters: - - *173 + - *174 - *17 - *19 responses: @@ -33585,7 +33596,7 @@ paths: application/json: schema: type: array - items: &249 + items: &250 title: Org Hook description: Org Hook type: object @@ -33694,7 +33705,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#create-an-organization-webhook parameters: - - *173 + - *174 requestBody: required: true content: @@ -33754,9 +33765,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: &250 + default: &251 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -33800,8 +33811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - - *173 - - &251 + - *174 + - &252 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. @@ -33814,9 +33825,9 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: - default: *250 + default: *251 '404': *6 x-github: githubCloudOnly: false @@ -33837,8 +33848,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - - *173 - - *251 + - *174 + - *252 requestBody: required: false content: @@ -33883,7 +33894,7 @@ paths: description: Response content: application/json: - schema: *249 + schema: *250 examples: default: value: @@ -33922,8 +33933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - - *173 - - *251 + - *174 + - *252 responses: '204': description: Response @@ -33948,8 +33959,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: - - *173 - - *251 + - *174 + - *252 responses: '200': description: Response @@ -33977,8 +33988,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: - - *173 - - *251 + - *174 + - *252 requestBody: required: false content: @@ -34026,10 +34037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - - *173 - - *251 - - *17 + - *174 - *252 + - *17 + - *253 responses: '200': description: Response @@ -34037,9 +34048,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 '400': *14 '422': *15 x-github: @@ -34062,17 +34073,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: - - *173 - - *251 + - *174 + - *252 - *16 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '400': *14 '422': *15 x-github: @@ -34095,8 +34106,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: - - *173 - - *251 + - *174 + - *252 - *16 responses: '202': *93 @@ -34122,8 +34133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - - *173 - - *251 + - *174 + - *252 responses: '204': description: Response @@ -34145,8 +34156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - - *173 - - &261 + - *174 + - &262 name: actor_type in: path description: The type of the actor @@ -34159,14 +34170,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &262 + - &263 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &257 + - &258 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`.' @@ -34174,7 +34185,7 @@ paths: required: true schema: type: string - - &258 + - &259 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) @@ -34267,13 +34278,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - - *173 - - *257 + - *174 - *258 + - *259 - *19 - *17 - *84 - - &267 + - &268 name: sort description: The property to sort the results by. in: query @@ -34351,15 +34362,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - - *173 - - *257 + - *174 - *258 + - *259 responses: '200': description: Response content: application/json: - schema: &259 + schema: &260 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -34375,7 +34386,7 @@ paths: type: integer format: int64 examples: - default: &260 + default: &261 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -34395,24 +34406,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - - *173 - - &263 + - *174 + - &264 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *257 - *258 + - *259 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: enabledForGitHubApps: true category: orgs @@ -34430,19 +34441,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - - *173 - - *257 + - *174 - *258 - - *261 + - *259 - *262 + - *263 responses: '200': description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 x-github: enabledForGitHubApps: true category: orgs @@ -34459,10 +34470,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - - *173 - - *257 + - *174 - *258 - - &264 + - *259 + - &265 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -34475,7 +34486,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &266 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -34491,7 +34502,7 @@ paths: type: integer format: int64 examples: - default: &266 + default: &267 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -34527,19 +34538,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - - *173 - - *263 - - *257 - - *258 + - *174 - *264 + - *258 + - *259 + - *265 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: enabledForGitHubApps: true category: orgs @@ -34556,20 +34567,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - - *173 - - *261 + - *174 - *262 - - *257 + - *263 - *258 - - *264 + - *259 + - *265 responses: '200': description: Response content: application/json: - schema: *265 + schema: *266 examples: - default: *266 + default: *267 x-github: enabledForGitHubApps: true category: orgs @@ -34586,14 +34597,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - - *173 - - *263 - - *257 + - *174 + - *264 - *258 + - *259 - *19 - *17 - *84 - - *267 + - *268 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -34666,7 +34677,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: - - *173 + - *174 responses: '200': description: Response @@ -34674,7 +34685,7 @@ paths: application/json: schema: *22 examples: - default: &545 + default: &546 value: id: 1 account: @@ -34743,7 +34754,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-app-installations-for-an-organization parameters: - - *173 + - *174 - *17 - *19 responses: @@ -34832,7 +34843,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#get-interaction-restrictions-for-an-organization parameters: - - *173 + - *174 responses: '200': description: Response @@ -34840,12 +34851,12 @@ paths: application/json: schema: anyOf: - - &269 + - &270 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &268 + limit: &269 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -34870,7 +34881,7 @@ paths: properties: {} additionalProperties: false examples: - default: &270 + default: &271 value: limit: collaborators_only origin: organization @@ -34894,18 +34905,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#set-interaction-restrictions-for-an-organization parameters: - - *173 + - *174 requestBody: required: true content: application/json: - schema: &546 + schema: &547 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *268 + limit: *269 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -34929,9 +34940,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *270 + default: *271 '422': *15 x-github: githubCloudOnly: false @@ -34949,7 +34960,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/orgs#remove-interaction-restrictions-for-an-organization parameters: - - *173 + - *174 responses: '204': description: Response @@ -34975,7 +34986,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-pending-organization-invitations parameters: - - *173 + - *174 - *17 - *19 - name: role @@ -35009,9 +35020,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *39 '404': *6 @@ -35035,7 +35046,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#create-an-organization-invitation parameters: - - *173 + - *174 requestBody: required: false content: @@ -35089,7 +35100,7 @@ paths: description: Response content: application/json: - schema: *271 + schema: *272 examples: default: value: @@ -35145,8 +35156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - - *173 - - &273 + - *174 + - &274 name: invitation_id description: The unique identifier of the invitation. in: path @@ -35179,8 +35190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - - *173 - - *273 + - *174 + - *274 - *17 - *19 responses: @@ -35190,9 +35201,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: &289 + default: &290 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -35237,7 +35248,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: - - *173 + - *174 - name: filter description: Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means @@ -35267,7 +35278,7 @@ paths: - closed - all default: open - - *275 + - *276 - name: sort description: What to sort results by. in: query @@ -35280,7 +35291,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - *17 - *19 responses: @@ -35290,9 +35301,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *276 + default: *277 headers: Link: *39 '404': *6 @@ -35314,7 +35325,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-members parameters: - - *173 + - *174 - 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) @@ -35350,7 +35361,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '422': *15 @@ -35370,8 +35381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response if requester is an organization member and user is @@ -35402,8 +35413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -35429,8 +35440,8 @@ paths: parameters: - *17 - *19 - - *173 - - *215 + - *174 + - *216 responses: '200': description: Response @@ -35446,9 +35457,9 @@ paths: type: integer codespaces: type: array - items: *278 + items: *279 examples: - default: *279 + default: *280 '304': *37 '500': *97 '401': *25 @@ -35473,9 +35484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - - *173 - - *215 - - &280 + - *174 + - *216 + - &281 name: codespace_name in: path required: true @@ -35508,17 +35519,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: - - *173 - - *215 - - *280 + - *174 + - *216 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: &472 + default: &473 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -35691,14 +35702,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: - - *173 - - *215 + - *174 + - *216 responses: '200': description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *227 + schema: *228 examples: default: value: @@ -35766,14 +35777,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 responses: '200': description: Response content: application/json: - schema: &281 + schema: &282 title: Org Membership description: Org Membership type: object @@ -35825,7 +35836,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &282 + response-if-user-has-an-active-admin-membership-with-organization: &283 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -35893,8 +35904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 requestBody: required: false content: @@ -35922,9 +35933,9 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: - response-if-user-already-had-membership-with-organization: *282 + response-if-user-already-had-membership-with-organization: *283 '422': *15 '403': *29 x-github: @@ -35945,8 +35956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -35971,7 +35982,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-organization-migrations parameters: - - *173 + - *174 - *17 - *19 - name: exclude @@ -35992,7 +36003,7 @@ paths: application/json: schema: type: array - items: &283 + items: &284 title: Migration description: A migration. type: object @@ -36245,7 +36256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#start-an-organization-migration parameters: - - *173 + - *174 requestBody: required: true content: @@ -36321,7 +36332,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -36499,8 +36510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - - *173 - - &284 + - *174 + - &285 name: migration_id description: The unique identifier of the migration. in: path @@ -36527,7 +36538,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -36696,8 +36707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - - *173 - - *284 + - *174 + - *285 responses: '302': description: Response @@ -36718,8 +36729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - - *173 - - *284 + - *174 + - *285 responses: '204': description: Response @@ -36742,9 +36753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - - *173 - - *284 - - &716 + - *174 + - *285 + - &717 name: repo_name description: repo_name parameter in: path @@ -36771,8 +36782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - - *173 - - *284 + - *174 + - *285 - *17 - *19 responses: @@ -36782,9 +36793,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: &296 + default: &297 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36923,7 +36934,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: - - *173 + - *174 responses: '200': description: Response @@ -36977,7 +36988,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: - - *173 + - *174 responses: '200': description: Response - list of organization roles @@ -36993,7 +37004,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &285 + items: &286 title: Organization Role description: Organization roles type: object @@ -37153,7 +37164,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#create-a-custom-organization-role parameters: - - *173 + - *174 requestBody: required: true content: @@ -37200,7 +37211,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -37251,8 +37262,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: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -37277,9 +37288,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: - - *173 - - *286 - - *232 + - *174 + - *287 + - *233 responses: '204': description: Response @@ -37308,9 +37319,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: - - *173 - - *286 - - *232 + - *174 + - *287 + - *233 responses: '204': description: Response @@ -37335,8 +37346,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -37361,9 +37372,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: - - *173 - - *215 - - *232 + - *174 + - *216 + - *233 responses: '204': description: Response @@ -37393,9 +37404,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: - - *173 - - *215 - - *232 + - *174 + - *216 + - *233 responses: '204': description: Response @@ -37423,14 +37434,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - - *173 - - *232 + - *174 + - *233 responses: '200': description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -37487,8 +37498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - - *173 - - *232 + - *174 + - *233 requestBody: required: true content: @@ -37527,7 +37538,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *286 examples: default: value: @@ -37580,8 +37591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - - *173 - - *232 + - *174 + - *233 responses: '204': description: Response @@ -37606,8 +37617,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: - - *173 - - *232 + - *174 + - *233 - *17 - *19 responses: @@ -37685,8 +37696,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *287 - required: *288 + properties: *288 + required: *289 nullable: true required: - id @@ -37701,7 +37712,7 @@ paths: - slug - parent examples: - default: *289 + default: *290 headers: Link: *39 '404': @@ -37730,8 +37741,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: - - *173 - - *232 + - *174 + - *233 - *17 - *19 responses: @@ -37759,13 +37770,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &327 + items: &328 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *287 - required: *288 + properties: *288 + required: *289 name: nullable: true type: string @@ -37860,7 +37871,7 @@ paths: - type - url examples: - default: *277 + default: *278 headers: Link: *39 '404': @@ -37884,7 +37895,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: - - *173 + - *174 - 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) @@ -37908,7 +37919,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -37933,8 +37944,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: - - *173 - - *215 + - *174 + - *216 requestBody: required: false content: @@ -37991,8 +38002,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -38049,8 +38060,8 @@ paths: - docker - nuget - container - - *173 - - &718 + - *174 + - &719 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -38086,12 +38097,12 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *291 + default: *292 '403': *29 '401': *25 - '400': &720 + '400': &721 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -38113,7 +38124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &292 + - &293 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 @@ -38131,20 +38142,20 @@ paths: - docker - nuget - container - - &293 + - &294 name: package_name description: The name of the package. in: path required: true schema: type: string - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: default: value: @@ -38196,9 +38207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *292 - *293 - - *173 + - *294 + - *174 responses: '204': description: Response @@ -38230,9 +38241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *292 - *293 - - *173 + - *294 + - *174 - name: token description: package token schema: @@ -38264,9 +38275,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: - - *292 - *293 - - *173 + - *294 + - *174 - *19 - *17 - name: state @@ -38286,7 +38297,7 @@ paths: application/json: schema: type: array - items: &294 + items: &295 title: Package Version description: A version of a software package type: object @@ -38411,10 +38422,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: - - *292 - *293 - - *173 - - &295 + - *294 + - *174 + - &296 name: package_version_id description: Unique identifier of the package version. in: path @@ -38426,7 +38437,7 @@ paths: description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -38462,10 +38473,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *292 - *293 - - *173 - - *295 + - *294 + - *174 + - *296 responses: '204': description: Response @@ -38497,10 +38508,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *292 - *293 - - *173 - - *295 + - *294 + - *174 + - *296 responses: '204': description: Response @@ -38527,10 +38538,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: - - *173 + - *174 - *17 - *19 - - &297 + - &298 name: sort description: The property by which to sort the results. in: query @@ -38541,7 +38552,7 @@ paths: - created_at default: created_at - *84 - - &298 + - &299 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -38552,7 +38563,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &299 + - &300 name: repository description: The name of the repository to use to filter the results. in: query @@ -38560,7 +38571,7 @@ paths: schema: type: string example: Hello-World - - &300 + - &301 name: permission description: The permission to use to filter the results. in: query @@ -38568,7 +38579,7 @@ paths: schema: type: string example: issues_read - - &301 + - &302 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) @@ -38578,7 +38589,7 @@ paths: schema: type: string format: date-time - - &302 + - &303 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) @@ -38741,7 +38752,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: - - *173 + - *174 requestBody: required: true content: @@ -38807,7 +38818,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: - - *173 + - *174 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38847,7 +38858,7 @@ paths: '422': *15 '404': *6 '403': *29 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38868,7 +38879,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: - - *173 + - *174 - name: pat_request_id in: path description: Unique identifier of the request for access via fine-grained @@ -38888,9 +38899,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -38913,16 +38924,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: - - *173 + - *174 - *17 - *19 - - *297 - - *84 - *298 + - *84 - *299 - *300 - *301 - *302 + - *303 responses: '500': *97 '422': *15 @@ -39071,7 +39082,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: - - *173 + - *174 requestBody: required: true content: @@ -39131,7 +39142,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: - - *173 + - *174 - name: pat_id description: The unique identifier of the fine-grained personal access token. in: path @@ -39161,7 +39172,7 @@ paths: responses: '500': *97 '404': *6 - '204': *115 + '204': *116 '403': *29 '422': *15 x-github: @@ -39183,7 +39194,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: - - *173 + - *174 - name: pat_id in: path description: Unique identifier of the fine-grained personal access token. @@ -39202,9 +39213,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -39230,7 +39241,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: - - *173 + - *174 - *17 - *19 responses: @@ -39248,7 +39259,7 @@ paths: type: integer configurations: type: array - items: &303 + items: &304 title: Organization private registry description: Private registry configuration for an organization type: object @@ -39324,7 +39335,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: - - *173 + - *174 requestBody: required: true content: @@ -39454,7 +39465,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &304 + org-private-registry-with-selected-visibility: &305 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -39497,7 +39508,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: - - *173 + - *174 responses: '200': description: Response @@ -39547,16 +39558,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: - - *173 - - *203 + - *174 + - *204 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 '404': *6 x-github: githubCloudOnly: false @@ -39579,8 +39590,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: - - *173 - - *203 + - *174 + - *204 requestBody: required: true content: @@ -39659,8 +39670,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: - - *173 - - *203 + - *174 + - *204 responses: '204': description: Response @@ -39685,7 +39696,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-organization-projects parameters: - - *173 + - *174 - name: state description: Indicates the state of the projects to return. in: query @@ -39706,7 +39717,7 @@ paths: application/json: schema: type: array - items: &305 + items: &306 title: Project description: Projects are a way to organize columns and cards of work. @@ -39850,7 +39861,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-an-organization-project parameters: - - *173 + - *174 requestBody: required: true content: @@ -39876,7 +39887,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -39914,7 +39925,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': &370 + '410': &371 description: Gone content: application/json: @@ -39938,7 +39949,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: - - *173 + - *174 responses: '200': description: Response @@ -39946,9 +39957,9 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 '403': *29 '404': *6 x-github: @@ -39971,7 +39982,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: - - *173 + - *174 requestBody: required: true content: @@ -39982,7 +39993,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *111 + items: *112 minItems: 1 maxItems: 100 required: @@ -40012,9 +40023,9 @@ paths: application/json: schema: type: array - items: *111 + items: *112 examples: - default: *112 + default: *113 '403': *29 '404': *6 x-github: @@ -40035,16 +40046,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: - - *173 - - *113 + - *174 + - *114 responses: '200': description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: *114 + default: *115 '403': *29 '404': *6 x-github: @@ -40067,13 +40078,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: - - *173 - - *113 + - *174 + - *114 requestBody: required: true content: application/json: - schema: *306 + schema: *307 examples: default: value: @@ -40089,9 +40100,9 @@ paths: description: Response content: application/json: - schema: *111 + schema: *112 examples: - default: *114 + default: *115 '403': *29 '404': *6 x-github: @@ -40114,10 +40125,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: - - *173 - - *113 + - *174 + - *114 responses: - '204': *115 + '204': *116 '403': *29 '404': *6 x-github: @@ -40138,7 +40149,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: - - *173 + - *174 - *17 - *19 - name: repository_query @@ -40176,7 +40187,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &307 + items: &308 title: Custom Property Value description: Custom property name and associated value type: object @@ -40243,7 +40254,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: - - *173 + - *174 requestBody: required: true content: @@ -40263,7 +40274,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *307 + items: *308 required: - repository_names - properties @@ -40304,7 +40315,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-public-organization-members parameters: - - *173 + - *174 - *17 - *19 responses: @@ -40316,7 +40327,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -40335,8 +40346,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response if user is a public member @@ -40360,8 +40371,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -40382,8 +40393,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: - - *173 - - *215 + - *174 + - *216 responses: '204': description: Response @@ -40407,7 +40418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-organization-repositories parameters: - - *173 + - *174 - 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 @@ -40454,9 +40465,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -40477,7 +40488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-organization-repository parameters: - - *173 + - *174 requestBody: required: true content: @@ -40659,7 +40670,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Full Repository description: Full Repository type: object @@ -40936,8 +40947,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *308 - required: *309 + properties: *309 + required: *310 nullable: true temp_clone_token: type: string @@ -41024,8 +41035,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true organization: title: Simple User @@ -41052,7 +41063,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &494 + properties: &495 url: type: string format: uri @@ -41068,12 +41079,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &495 + required: &496 - url - key - name - html_url - security_and_analysis: *310 + security_and_analysis: *311 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -41157,7 +41168,7 @@ paths: - network_count - subscribers_count examples: - default: &374 + default: &375 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41675,7 +41686,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: - - *173 + - *174 responses: '200': description: Response @@ -41683,9 +41694,9 @@ paths: application/json: schema: type: array - items: *311 + items: *312 examples: - default: *312 + default: *313 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -41707,10 +41718,10 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - *17 - *19 - - &630 + - &631 name: targets description: | A comma-separated list of rule targets to filter by. @@ -41728,7 +41739,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -41775,7 +41786,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 requestBody: description: Request body required: true @@ -41796,16 +41807,16 @@ paths: - push - repository default: branch - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *313 + items: *124 + conditions: *314 rules: type: array description: An array of rules within the ruleset. - items: *124 + items: *125 required: - name - enforcement @@ -41843,9 +41854,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: &316 + default: &317 value: id: 21 name: super cool ruleset @@ -41899,8 +41910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - - *173 - - &631 + - *174 + - &632 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 @@ -41910,16 +41921,16 @@ paths: schema: type: string x-multi-segment: true - - *314 - *315 - - &632 + - *316 + - &633 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 - - &633 + - &634 name: rule_suite_result description: The rule results to filter on. When specified, only suites with this result will be returned. @@ -41939,7 +41950,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 title: Rule Suites description: Response type: array @@ -41994,7 +42005,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &635 + default: &636 value: - id: 21 actor_id: 12 @@ -42037,8 +42048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - - *173 - - &636 + - *174 + - &637 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -42054,7 +42065,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Rule Suite description: Response type: object @@ -42153,7 +42164,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &638 + default: &639 value: id: 21 actor_id: 12 @@ -42214,7 +42225,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - name: ruleset_id description: The ID of the ruleset. in: path @@ -42226,9 +42237,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *316 + default: *317 '404': *6 '500': *97 put: @@ -42246,7 +42257,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - name: ruleset_id description: The ID of the ruleset. in: path @@ -42272,16 +42283,16 @@ paths: - tag - push - repository - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *313 + items: *124 + conditions: *314 rules: description: An array of rules within the ruleset. type: array - items: *124 + items: *125 examples: default: value: @@ -42316,9 +42327,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *316 + default: *317 '404': *6 '500': *97 delete: @@ -42336,7 +42347,7 @@ paths: category: orgs subcategory: rules parameters: - - *173 + - *174 - name: ruleset_id description: The ID of the ruleset. in: path @@ -42364,15 +42375,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: - - *173 - - *317 + - *174 - *318 - *319 - *320 + - *321 - *84 - *19 - *17 - - &640 + - &641 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 @@ -42382,7 +42393,7 @@ paths: required: false schema: type: string - - &641 + - &642 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 @@ -42392,9 +42403,9 @@ paths: required: false schema: type: string - - *321 - *322 - *323 + - *324 responses: '200': description: Response @@ -42402,13 +42413,13 @@ paths: application/json: schema: type: array - items: *324 + items: *325 examples: - default: *325 + default: *326 headers: Link: *39 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42430,7 +42441,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: - - *173 + - *174 - *84 - name: sort description: The property to sort the results by. @@ -42474,7 +42485,7 @@ paths: application/json: schema: type: array - items: &648 + items: &649 description: A repository security advisory. type: object properties: @@ -42694,7 +42705,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *327 credits_detailed: type: array nullable: true @@ -42704,7 +42715,7 @@ paths: type: object properties: user: *4 - type: *326 + type: *327 state: type: string description: The state of the user's acceptance of the @@ -42728,7 +42739,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *274 + items: *275 private_fork: readOnly: true nullable: true @@ -42765,7 +42776,7 @@ paths: - private_fork additionalProperties: false examples: - default: &649 + default: &650 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -43144,7 +43155,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#list-security-manager-teams parameters: - - *173 + - *174 responses: '200': description: Response @@ -43152,9 +43163,9 @@ paths: application/json: schema: type: array - items: *327 + items: *328 examples: - default: *289 + default: *290 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43177,8 +43188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -43203,8 +43214,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -43233,15 +43244,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43265,7 +43276,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: - - *173 + - *174 - *17 - *19 responses: @@ -43273,9 +43284,9 @@ paths: description: Success content: application/json: - schema: *330 + schema: *331 examples: - default: *331 + default: *332 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -43297,15 +43308,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43327,15 +43338,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -43353,9 +43364,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: - - *173 + - *174 - *17 - *19 responses: @@ -43373,15 +43384,15 @@ paths: type: integer network_configurations: type: array - items: *108 + items: *109 examples: - default: *336 + default: *337 headers: Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations post: summary: Create a hosted compute network configuration for an organization @@ -43394,9 +43405,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: - - *173 + - *174 requestBody: required: true content: @@ -43438,13 +43449,13 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -43458,24 +43469,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: - - *173 - - *110 + - *174 + - *111 responses: '200': description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 headers: Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations patch: summary: Update a hosted compute network configuration for an organization @@ -43488,10 +43499,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: - - *173 - - *110 + - *174 + - *111 requestBody: required: true content: @@ -43530,13 +43541,13 @@ paths: description: Response content: application/json: - schema: *108 + schema: *109 examples: - default: *109 + default: *110 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations delete: summary: Delete a hosted compute network configuration from an organization @@ -43549,17 +43560,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: - - *173 - - *110 + - *174 + - *111 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: @@ -43573,24 +43584,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: - - *173 - - *337 + - *174 + - *338 responses: '200': description: Response content: application/json: - schema: *338 + schema: *339 examples: - default: *339 + default: *340 headers: Link: *39 x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -43603,7 +43614,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: - - *173 + - *174 - *17 - name: page description: Page token @@ -43622,7 +43633,7 @@ paths: description: Response content: application/json: - schema: &361 + schema: &362 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -43668,7 +43679,7 @@ paths: type: string nullable: true examples: - default: &362 + default: &363 value: groups: - group_id: '123' @@ -43713,8 +43724,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: - - *173 - - *286 + - *174 + - *287 - 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`). @@ -43746,13 +43757,13 @@ paths: application/json: schema: type: array - items: *130 + items: *131 examples: - default: *131 + default: *132 '500': *97 '403': *29 '404': *6 - '422': *132 + '422': *133 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43786,8 +43797,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: - - *173 - - *286 + - *174 + - *287 - 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`). @@ -43819,9 +43830,9 @@ paths: application/json: schema: type: array - items: *133 + items: *134 examples: - default: *229 + default: *230 '500': *97 '401': *25 '403': *29 @@ -43843,7 +43854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-teams parameters: - - *173 + - *174 - *17 - *19 responses: @@ -43853,9 +43864,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 headers: Link: *39 '403': *29 @@ -43877,7 +43888,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#create-a-team parameters: - - *173 + - *174 requestBody: required: true content: @@ -43949,7 +43960,7 @@ paths: description: Response content: application/json: - schema: &340 + schema: &341 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -44012,8 +44023,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *287 - required: *288 + properties: *288 + required: *289 nullable: true members_count: type: integer @@ -44259,7 +44270,7 @@ paths: - repos_count - organization examples: - default: &341 + default: &342 value: id: 1 node_id: MDQ6VGVhbTE= @@ -44329,16 +44340,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - - *173 - - *286 + - *174 + - *287 responses: '200': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 x-github: githubCloudOnly: false @@ -44359,8 +44370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - - *173 - - *286 + - *174 + - *287 requestBody: required: false content: @@ -44422,16 +44433,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '422': *15 '403': *29 @@ -44456,8 +44467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -44483,8 +44494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - - *173 - - *286 + - *174 + - *287 - *84 - *17 - *19 @@ -44501,7 +44512,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -44580,7 +44591,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *138 + reactions: *139 required: - author - body @@ -44600,7 +44611,7 @@ paths: - updated_at - url examples: - default: &689 + default: &690 value: - author: login: octocat @@ -44674,8 +44685,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - - *173 - - *286 + - *174 + - *287 requestBody: required: true content: @@ -44709,9 +44720,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: author: login: octocat @@ -44783,9 +44794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - - *173 - - *286 - - &344 + - *174 + - *287 + - &345 name: discussion_number description: The number that identifies the discussion. in: path @@ -44797,9 +44808,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44821,9 +44832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 requestBody: required: false content: @@ -44846,9 +44857,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &690 + default: &691 value: author: login: octocat @@ -44918,9 +44929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 responses: '204': description: Response @@ -44946,9 +44957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 - *84 - *17 - *19 @@ -44959,7 +44970,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -45016,7 +45027,7 @@ paths: type: string format: uri example: https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *138 + reactions: *139 required: - author - body @@ -45031,7 +45042,7 @@ paths: - updated_at - url examples: - default: &691 + default: &692 value: - author: login: octocat @@ -45099,9 +45110,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 requestBody: required: true content: @@ -45123,9 +45134,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &346 + default: &347 value: author: login: octocat @@ -45191,10 +45202,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - - *173 - - *286 - - *344 - - &347 + - *174 + - *287 + - *345 + - &348 name: comment_number description: The number that identifies the comment. in: path @@ -45206,9 +45217,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45230,10 +45241,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 requestBody: required: true content: @@ -45255,9 +45266,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: &692 + default: &693 value: author: login: octocat @@ -45321,10 +45332,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 responses: '204': description: Response @@ -45350,10 +45361,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: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 - 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. @@ -45379,7 +45390,7 @@ paths: application/json: schema: type: array - items: &348 + items: &349 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -45422,7 +45433,7 @@ paths: - content - created_at examples: - default: &350 + default: &351 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -45472,10 +45483,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: - - *173 - - *286 - - *344 - - *347 + - *174 + - *287 + - *345 + - *348 requestBody: required: true content: @@ -45508,9 +45519,9 @@ paths: team discussion comment content: application/json: - schema: *348 + schema: *349 examples: - default: &349 + default: &350 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -45539,9 +45550,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45564,11 +45575,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - - *173 - - *286 - - *344 - - *347 - - &351 + - *174 + - *287 + - *345 + - *348 + - &352 name: reaction_id description: The unique identifier of the reaction. in: path @@ -45600,9 +45611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 - 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. @@ -45628,9 +45639,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -45656,9 +45667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - - *173 - - *286 - - *344 + - *174 + - *287 + - *345 requestBody: required: true content: @@ -45690,16 +45701,16 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -45722,10 +45733,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - - *173 - - *286 - - *344 - - *351 + - *174 + - *287 + - *345 + - *352 responses: '204': description: Response @@ -45748,16 +45759,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: - - *173 - - *286 + - *174 + - *287 responses: '200': description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -45776,8 +45787,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: - - *173 - - *286 + - *174 + - *287 requestBody: required: true content: @@ -45800,9 +45811,9 @@ paths: description: Response content: application/json: - schema: *354 + schema: *355 examples: - default: *355 + default: *356 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -45821,8 +45832,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: - - *173 - - *286 + - *174 + - *287 responses: '204': description: Response @@ -45846,8 +45857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -45857,9 +45868,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *39 x-github: @@ -45881,8 +45892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - - *173 - - *286 + - *174 + - *287 - name: role description: Filters members returned by their role in the team. in: query @@ -45905,7 +45916,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -45935,15 +45946,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - - *173 - - *286 - - *215 + - *174 + - *287 + - *216 responses: '200': description: Response content: application/json: - schema: &356 + schema: &357 title: Team Membership description: Team Membership type: object @@ -45970,7 +45981,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &693 + response-if-user-is-a-team-maintainer: &694 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -46006,9 +46017,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: - - *173 - - *286 - - *215 + - *174 + - *287 + - *216 requestBody: required: false content: @@ -46033,9 +46044,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: &694 + response-if-users-membership-with-team-is-now-pending: &695 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -46070,9 +46081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - - *173 - - *286 - - *215 + - *174 + - *287 + - *216 responses: '204': description: Response @@ -46098,8 +46109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -46109,7 +46120,7 @@ paths: application/json: schema: type: array - items: &357 + items: &358 title: Team Project description: A team's access to a project. type: object @@ -46177,7 +46188,7 @@ paths: - updated_at - permissions examples: - default: &695 + default: &696 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46238,9 +46249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - - *173 - - *286 - - &358 + - *174 + - *287 + - &359 name: project_id description: The unique identifier of the project. in: path @@ -46252,9 +46263,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: &696 + default: &697 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -46314,9 +46325,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - - *173 - - *286 - - *358 + - *174 + - *287 + - *359 requestBody: required: false content: @@ -46380,9 +46391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - - *173 - - *286 - - *358 + - *174 + - *287 + - *359 responses: '204': description: Response @@ -46406,8 +46417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -46417,9 +46428,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -46448,16 +46459,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - - *173 - - *286 - - *359 + - *174 + - *287 - *360 + - *361 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &697 + schema: &698 title: Team Repository description: A team's access to a repository. type: object @@ -46480,8 +46491,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true forks: type: integer @@ -47026,10 +47037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - - *173 - - *286 - - *359 + - *174 + - *287 - *360 + - *361 requestBody: required: false content: @@ -47074,10 +47085,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - - *173 - - *286 - - *359 + - *174 + - *287 - *360 + - *361 responses: '204': description: Response @@ -47103,16 +47114,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: - - *173 - - *286 + - *174 + - *287 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -47134,8 +47145,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: - - *173 - - *286 + - *174 + - *287 requestBody: required: true content: @@ -47178,7 +47189,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -47210,8 +47221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - - *173 - - *286 + - *174 + - *287 - *17 - *19 responses: @@ -47221,9 +47232,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - response-if-child-teams-exist: &698 + response-if-child-teams-exist: &699 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -47276,7 +47287,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: - - *173 + - *174 - name: security_product in: path description: The security feature to enable or disable. @@ -47347,7 +47358,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &363 + - &364 name: card_id description: The unique identifier of the card. in: path @@ -47359,7 +47370,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &365 title: Project Card description: Project cards represent a scope of work. type: object @@ -47426,7 +47437,7 @@ paths: - created_at - updated_at examples: - default: &365 + default: &366 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -47476,7 +47487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *363 + - *364 requestBody: required: false content: @@ -47503,9 +47514,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '304': *37 '403': *29 '401': *25 @@ -47526,7 +47537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *363 + - *364 responses: '204': description: Response @@ -47564,7 +47575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *363 + - *364 requestBody: required: true content: @@ -47669,7 +47680,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &366 + - &367 name: column_id description: The unique identifier of the column. in: path @@ -47681,7 +47692,7 @@ paths: description: Response content: application/json: - schema: &367 + schema: &368 title: Project Column description: Project columns contain cards of work. type: object @@ -47727,7 +47738,7 @@ paths: - created_at - updated_at examples: - default: &368 + default: &369 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -47756,7 +47767,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *366 + - *367 requestBody: required: true content: @@ -47780,9 +47791,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: - default: *368 + default: *369 '304': *37 '403': *29 '401': *25 @@ -47801,7 +47812,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *366 + - *367 responses: '204': description: Response @@ -47824,7 +47835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *366 + - *367 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -47845,7 +47856,7 @@ paths: application/json: schema: type: array - items: *364 + items: *365 examples: default: value: @@ -47898,7 +47909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *366 + - *367 requestBody: required: true content: @@ -47938,9 +47949,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: - default: *365 + default: *366 '304': *37 '403': *29 '401': *25 @@ -47950,8 +47961,8 @@ paths: application/json: schema: oneOf: - - *176 - *177 + - *178 '503': description: Response content: @@ -47990,7 +48001,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *366 + - *367 requestBody: required: true content: @@ -48046,15 +48057,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: &369 + default: &370 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -48107,7 +48118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *358 + - *359 requestBody: required: false content: @@ -48153,9 +48164,9 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *369 + default: *370 '404': description: Not Found if the authenticated user does not have access to the project @@ -48176,7 +48187,7 @@ paths: items: type: string '401': *25 - '410': *370 + '410': *371 '422': *7 x-github: githubCloudOnly: false @@ -48194,7 +48205,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *358 + - *359 responses: '204': description: Delete Success @@ -48215,7 +48226,7 @@ paths: items: type: string '401': *25 - '410': *370 + '410': *371 '404': *6 x-github: githubCloudOnly: false @@ -48238,7 +48249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *358 + - *359 - 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 @@ -48265,7 +48276,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '404': *6 @@ -48290,8 +48301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *358 - - *215 + - *359 + - *216 requestBody: required: false content: @@ -48338,8 +48349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *358 - - *215 + - *359 + - *216 responses: '204': description: Response @@ -48367,8 +48378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *358 - - *215 + - *359 + - *216 responses: '200': description: Response @@ -48435,7 +48446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *358 + - *359 - *17 - *19 responses: @@ -48445,7 +48456,7 @@ paths: application/json: schema: type: array - items: *367 + items: *368 examples: default: value: @@ -48477,7 +48488,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *358 + - *359 requestBody: required: true content: @@ -48500,7 +48511,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -48561,7 +48572,7 @@ paths: resources: type: object properties: - core: &371 + core: &372 title: Rate Limit type: object properties: @@ -48578,20 +48589,20 @@ paths: - remaining - reset - used - graphql: *371 - search: *371 - code_search: *371 - source_import: *371 - integration_manifest: *371 - code_scanning_upload: *371 - actions_runner_registration: *371 - scim: *371 - dependency_snapshots: *371 - code_scanning_autofix: *371 + graphql: *372 + search: *372 + code_search: *372 + source_import: *372 + integration_manifest: *372 + code_scanning_upload: *372 + actions_runner_registration: *372 + scim: *372 + dependency_snapshots: *372 + code_scanning_autofix: *372 required: - core - search - rate: *371 + rate: *372 required: - rate - resources @@ -48695,14 +48706,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: default-response: summary: Default response @@ -49207,7 +49218,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *373 + '301': *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49225,8 +49236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -49472,10 +49483,10 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 - '307': &375 + default: *375 + '307': &376 description: Temporary Redirect content: application/json: @@ -49504,8 +49515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -49527,7 +49538,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': *375 + '307': *376 '404': *6 x-github: githubCloudOnly: false @@ -49550,11 +49561,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 - - &390 + - &391 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -49577,7 +49588,7 @@ paths: type: integer artifacts: type: array - items: &376 + items: &377 title: Artifact description: An artifact type: object @@ -49648,7 +49659,7 @@ paths: - expires_at - updated_at examples: - default: &391 + default: &392 value: total_count: 2 artifacts: @@ -49707,9 +49718,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *359 - *360 - - &377 + - *361 + - &378 name: artifact_id description: The unique identifier of the artifact. in: path @@ -49721,7 +49732,7 @@ paths: description: Response content: application/json: - schema: *376 + schema: *377 examples: default: value: @@ -49758,9 +49769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *359 - *360 - - *377 + - *361 + - *378 responses: '204': description: Response @@ -49784,9 +49795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *359 - *360 - - *377 + - *361 + - *378 - name: archive_format in: path required: true @@ -49800,7 +49811,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': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49823,14 +49834,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: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *378 + schema: *379 examples: default: value: @@ -49856,11 +49867,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: - - *359 - *360 + - *361 - *17 - *19 - - &379 + - &380 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 @@ -49894,7 +49905,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 title: Repository actions caches description: Repository actions caches type: object @@ -49936,7 +49947,7 @@ paths: - total_count - actions_caches examples: - default: &381 + default: &382 value: total_count: 1 actions_caches: @@ -49968,23 +49979,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: - - *359 - *360 + - *361 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *379 + - *380 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: - default: *381 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50004,8 +50015,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: - - *359 - *360 + - *361 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -50036,9 +50047,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: - - *359 - *360 - - &382 + - *361 + - &383 name: job_id description: The unique identifier of the job. in: path @@ -50050,7 +50061,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &395 title: Job description: Information of a job execution in a workflow run type: object @@ -50357,9 +50368,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: - - *359 - *360 - - *382 + - *361 + - *383 responses: '302': description: Response @@ -50387,9 +50398,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: - - *359 - *360 - - *382 + - *361 + - *383 requestBody: required: false content: @@ -50410,7 +50421,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -50434,8 +50445,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: - - *359 - *360 + - *361 responses: '200': description: Status response @@ -50485,8 +50496,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -50520,7 +50531,7 @@ paths: description: Empty response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -50549,8 +50560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -50568,7 +50579,7 @@ paths: type: integer secrets: type: array - items: &396 + items: &397 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -50588,7 +50599,7 @@ paths: - created_at - updated_at examples: - default: &397 + default: &398 value: total_count: 2 secrets: @@ -50621,9 +50632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *359 - *360 - - *383 + - *361 + - *384 - *19 responses: '200': @@ -50640,7 +50651,7 @@ paths: type: integer variables: type: array - items: &400 + items: &401 title: Actions Variable type: object properties: @@ -50670,7 +50681,7 @@ paths: - created_at - updated_at examples: - default: &401 + default: &402 value: total_count: 2 variables: @@ -50703,8 +50714,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -50713,11 +50724,11 @@ paths: schema: type: object properties: - enabled: &384 + enabled: &385 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *48 - selected_actions_url: *186 + selected_actions_url: *187 required: - enabled examples: @@ -50746,8 +50757,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -50758,7 +50769,7 @@ paths: schema: type: object properties: - enabled: *384 + enabled: *385 allowed_actions: *48 required: - enabled @@ -50789,14 +50800,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: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 type: object properties: access_level: @@ -50814,7 +50825,7 @@ paths: required: - access_level examples: - default: &386 + default: &387 value: access_level: organization x-github: @@ -50839,15 +50850,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: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 responses: '204': description: Response @@ -50871,8 +50882,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -50903,8 +50914,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -50936,14 +50947,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: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *189 + schema: *190 examples: default: *54 x-github: @@ -50966,8 +50977,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: - - *359 - *360 + - *361 responses: '204': description: Success response @@ -50978,7 +50989,7 @@ paths: required: true content: application/json: - schema: *190 + schema: *191 examples: default: *54 x-github: @@ -51007,8 +51018,8 @@ paths: in: query schema: type: string - - *359 - *360 + - *361 - *17 - *19 responses: @@ -51052,8 +51063,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -51061,9 +51072,9 @@ paths: application/json: schema: type: array - items: *194 + items: *195 examples: - default: *195 + default: *196 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51085,8 +51096,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -51129,7 +51140,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *196 + '201': *197 '404': *6 '422': *7 x-github: @@ -51159,8 +51170,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: - - *359 - *360 + - *361 responses: '201': description: Response @@ -51168,7 +51179,7 @@ paths: application/json: schema: *64 examples: - default: *197 + default: *198 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51196,8 +51207,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: - - *359 - *360 + - *361 responses: '201': description: Response @@ -51205,7 +51216,7 @@ paths: application/json: schema: *64 examples: - default: *198 + default: *199 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51227,8 +51238,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: - - *359 - *360 + - *361 - *60 responses: '200': @@ -51237,7 +51248,7 @@ paths: application/json: schema: *61 examples: - default: *199 + default: *200 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51258,8 +51269,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: - - *359 - *360 + - *361 - *60 responses: '204': @@ -51285,8 +51296,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: - - *359 - *360 + - *361 - *60 responses: '200': *66 @@ -51311,8 +51322,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: - - *359 - *360 + - *361 - *60 requestBody: required: true @@ -51361,8 +51372,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: - - *359 - *360 + - *361 - *60 requestBody: required: true @@ -51412,11 +51423,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: - - *359 - *360 + - *361 - *60 responses: - '200': *200 + '200': *201 '404': *6 x-github: githubCloudOnly: false @@ -51443,10 +51454,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: - - *359 - *360 + - *361 - *60 - - *201 + - *202 responses: '200': *66 '404': *6 @@ -51474,9 +51485,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: - - *359 - *360 - - &404 + - *361 + - &405 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. @@ -51484,7 +51495,7 @@ paths: required: false schema: type: string - - &405 + - &406 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -51492,7 +51503,7 @@ paths: required: false schema: type: string - - &406 + - &407 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -51501,7 +51512,7 @@ paths: required: false schema: type: string - - &407 + - &408 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 @@ -51528,7 +51539,7 @@ paths: - pending - *17 - *19 - - &408 + - &409 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)." @@ -51537,7 +51548,7 @@ paths: schema: type: string format: date-time - - &387 + - &388 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -51546,13 +51557,13 @@ paths: schema: type: boolean default: false - - &409 + - &410 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &410 + - &411 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -51575,7 +51586,7 @@ paths: type: integer workflow_runs: type: array - items: &388 + items: &389 title: Workflow Run description: An invocation of a workflow type: object @@ -51670,7 +51681,7 @@ paths: that triggered the run. type: array nullable: true - items: &434 + items: &435 title: Pull Request Minimal type: object properties: @@ -51789,7 +51800,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &438 + properties: &439 id: type: string description: SHA for the commit @@ -51840,7 +51851,7 @@ paths: - name - email nullable: true - required: &439 + required: &440 - id - tree_id - message @@ -51848,8 +51859,8 @@ paths: - author - committer nullable: true - repository: *193 - head_repository: *193 + repository: *194 + head_repository: *194 head_repository_id: type: integer example: 5 @@ -51887,7 +51898,7 @@ paths: - workflow_url - pull_requests examples: - default: &411 + default: &412 value: total_count: 1 workflow_runs: @@ -52123,24 +52134,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *359 - *360 - - &389 + - *361 + - &390 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *387 + - *388 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: &392 + default: &393 value: id: 30433642 name: Build @@ -52381,9 +52392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '204': description: Response @@ -52406,9 +52417,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: - - *359 - *360 - - *389 + - *361 + - *390 responses: '200': description: Response @@ -52527,15 +52538,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: - - *359 - *360 - - *389 + - *361 + - *390 responses: '201': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -52562,12 +52573,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *359 - *360 - - *389 + - *361 + - *390 - *17 - *19 - - *390 + - *391 responses: '200': description: Response @@ -52583,9 +52594,9 @@ paths: type: integer artifacts: type: array - items: *376 + items: *377 examples: - default: *391 + default: *392 headers: Link: *39 x-github: @@ -52609,25 +52620,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *359 - *360 - - *389 - - &393 + - *361 + - *390 + - &394 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *387 + - *388 responses: '200': description: Response content: application/json: - schema: *388 + schema: *389 examples: - default: *392 + default: *393 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52650,10 +52661,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: - - *359 - *360 - - *389 - - *393 + - *361 + - *390 + - *394 - *17 - *19 responses: @@ -52671,9 +52682,9 @@ paths: type: integer jobs: type: array - items: *394 + items: *395 examples: - default: &395 + default: &396 value: total_count: 1 jobs: @@ -52786,10 +52797,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *359 - *360 - - *389 - - *393 + - *361 + - *390 + - *394 responses: '302': description: Response @@ -52817,15 +52828,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '202': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -52852,9 +52863,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: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: true content: @@ -52921,15 +52932,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '202': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -52956,9 +52967,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: - - *359 - *360 - - *389 + - *361 + - *390 - 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 @@ -52988,9 +52999,9 @@ paths: type: integer jobs: type: array - items: *394 + items: *395 examples: - default: *395 + default: *396 headers: Link: *39 x-github: @@ -53015,9 +53026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '302': description: Response @@ -53044,9 +53055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '204': description: Response @@ -53073,9 +53084,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: - - *359 - *360 - - *389 + - *361 + - *390 responses: '200': description: Response @@ -53135,7 +53146,7 @@ paths: items: type: object properties: - type: &515 + type: &516 type: string description: The type of reviewer. enum: @@ -53145,7 +53156,7 @@ paths: reviewer: anyOf: - *4 - - *274 + - *275 required: - environment - wait_timer @@ -53220,9 +53231,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: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: true content: @@ -53269,7 +53280,7 @@ paths: application/json: schema: type: array - items: &510 + items: &511 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -53357,8 +53368,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -53375,7 +53386,7 @@ paths: - created_at - updated_at examples: - default: &511 + default: &512 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -53431,9 +53442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: false content: @@ -53454,7 +53465,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53477,9 +53488,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: - - *359 - *360 - - *389 + - *361 + - *390 requestBody: required: false content: @@ -53500,7 +53511,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53525,9 +53536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *359 - *360 - - *389 + - *361 + - *390 responses: '200': description: Response @@ -53664,8 +53675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -53683,9 +53694,9 @@ paths: type: integer secrets: type: array - items: *396 + items: *397 examples: - default: *397 + default: *398 headers: Link: *39 x-github: @@ -53710,16 +53721,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53741,17 +53752,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: &528 + default: &529 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -53777,9 +53788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 requestBody: required: true content: @@ -53807,7 +53818,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53833,9 +53844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '204': description: Response @@ -53860,9 +53871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *359 - *360 - - *383 + - *361 + - *384 - *19 responses: '200': @@ -53879,9 +53890,9 @@ paths: type: integer variables: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *39 x-github: @@ -53904,8 +53915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -53932,7 +53943,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -53957,17 +53968,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *359 - *360 - - *206 + - *361 + - *207 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: &529 + default: &530 value: name: USERNAME value: octocat @@ -53993,9 +54004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *359 - *360 - - *206 + - *361 + - *207 requestBody: required: true content: @@ -54037,9 +54048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *359 - *360 - - *206 + - *361 + - *207 responses: '204': description: Response @@ -54064,8 +54075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -54083,7 +54094,7 @@ paths: type: integer workflows: type: array - items: &402 + items: &403 title: Workflow description: A GitHub Actions workflow type: object @@ -54190,9 +54201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *359 - *360 - - &403 + - *361 + - &404 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -54207,7 +54218,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *403 examples: default: value: @@ -54240,9 +54251,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '204': description: Response @@ -54267,9 +54278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '204': description: Response @@ -54320,9 +54331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '204': description: Response @@ -54349,19 +54360,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: - - *359 - *360 - - *403 + - *361 - *404 - *405 - *406 - *407 + - *408 - *17 - *19 - - *408 - - *387 - *409 + - *388 - *410 + - *411 responses: '200': description: Response @@ -54377,9 +54388,9 @@ paths: type: integer workflow_runs: type: array - items: *388 + items: *389 examples: - default: *411 + default: *412 headers: Link: *39 x-github: @@ -54405,9 +54416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *359 - *360 - - *403 + - *361 + - *404 responses: '200': description: Response @@ -54468,8 +54479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *359 - *360 + - *361 - *84 - *17 - *82 @@ -54633,8 +54644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -54646,7 +54657,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '404': *6 @@ -54671,8 +54682,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: - - *359 - *360 + - *361 - name: assignee in: path required: true @@ -54708,8 +54719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -54821,8 +54832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *359 - *360 + - *361 - *17 - *82 - *83 @@ -54868,7 +54879,7 @@ paths: bundle_url: type: string examples: - default: *412 + default: *413 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54888,8 +54899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -54897,7 +54908,7 @@ paths: application/json: schema: type: array - items: &413 + items: &414 title: Autolink reference description: An autolink reference. type: object @@ -54947,8 +54958,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -54987,9 +54998,9 @@ paths: description: response content: application/json: - schema: *413 + schema: *414 examples: - default: &414 + default: &415 value: id: 1 key_prefix: TICKET- @@ -55020,9 +55031,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: - - *359 - *360 - - &415 + - *361 + - &416 name: autolink_id description: The unique identifier of the autolink. in: path @@ -55034,9 +55045,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *414 examples: - default: *414 + default: *415 '404': *6 x-github: githubCloudOnly: false @@ -55056,9 +55067,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: - - *359 - *360 - - *415 + - *361 + - *416 responses: '204': description: Response @@ -55082,8 +55093,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: - - *359 - *360 + - *361 responses: '200': description: Response if Dependabot is enabled @@ -55131,8 +55142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -55153,8 +55164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -55174,8 +55185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *359 - *360 + - *361 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -55213,7 +55224,7 @@ paths: - url protected: type: boolean - protection: &417 + protection: &418 title: Branch Protection description: Branch Protection type: object @@ -55255,7 +55266,7 @@ paths: required: - contexts - checks - enforce_admins: &420 + enforce_admins: &421 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -55270,7 +55281,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &422 + required_pull_request_reviews: &423 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -55291,7 +55302,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *274 + items: *275 apps: description: The list of apps with review dismissal access. @@ -55320,7 +55331,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *274 + items: *275 apps: description: The list of apps allowed to bypass pull request requirements. @@ -55346,7 +55357,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &419 + restrictions: &420 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -55653,9 +55664,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *359 - *360 - - &418 + - *361 + - &419 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). @@ -55669,14 +55680,14 @@ paths: description: Response content: application/json: - schema: &428 + schema: &429 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &483 + commit: &484 title: Commit description: Commit type: object @@ -55710,7 +55721,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &416 + properties: &417 name: type: string example: '"Chris Wanstrath"' @@ -55725,7 +55736,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *416 + properties: *417 nullable: true message: type: string @@ -55746,7 +55757,7 @@ paths: required: - sha - url - verification: &535 + verification: &536 title: Verification type: object properties: @@ -55779,12 +55790,12 @@ paths: nullable: true oneOf: - *4 - - *204 + - *205 committer: nullable: true oneOf: - *4 - - *204 + - *205 parents: type: array items: @@ -55815,7 +55826,7 @@ paths: type: integer files: type: array - items: &498 + items: &499 title: Diff Entry description: Diff Entry type: object @@ -55898,7 +55909,7 @@ paths: - self protected: type: boolean - protection: *417 + protection: *418 protection_url: type: string format: uri @@ -56005,7 +56016,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *373 + '301': *374 '404': *6 x-github: githubCloudOnly: false @@ -56027,15 +56038,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *417 + schema: *418 examples: default: value: @@ -56229,9 +56240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -56486,7 +56497,7 @@ paths: url: type: string format: uri - required_status_checks: &425 + required_status_checks: &426 title: Status Check Policy description: Status Check Policy type: object @@ -56562,7 +56573,7 @@ paths: items: *4 teams: type: array - items: *274 + items: *275 apps: type: array items: *5 @@ -56580,7 +56591,7 @@ paths: items: *4 teams: type: array - items: *274 + items: *275 apps: type: array items: *5 @@ -56638,7 +56649,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *419 + restrictions: *420 required_conversation_resolution: type: object properties: @@ -56750,9 +56761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -56777,17 +56788,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -56809,17 +56820,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56838,9 +56849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -56865,17 +56876,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: &423 + default: &424 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -56971,9 +56982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57071,9 +57082,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *423 examples: - default: *423 + default: *424 '422': *15 x-github: githubCloudOnly: false @@ -57094,9 +57105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57123,17 +57134,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &424 + default: &425 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -57156,17 +57167,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *424 + default: *425 '404': *6 x-github: githubCloudOnly: false @@ -57186,9 +57197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57213,17 +57224,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -57249,9 +57260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57303,9 +57314,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 '404': *6 '422': *15 x-github: @@ -57327,9 +57338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57353,9 +57364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -57389,9 +57400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57458,9 +57469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -57524,9 +57535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: content: application/json: @@ -57592,15 +57603,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response content: application/json: - schema: *419 + schema: *420 examples: default: value: @@ -57691,9 +57702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 responses: '204': description: Response @@ -57716,9 +57727,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: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -57728,7 +57739,7 @@ paths: type: array items: *5 examples: - default: &427 + default: &428 value: - id: 1 slug: octoapp @@ -57785,9 +57796,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -57821,7 +57832,7 @@ paths: type: array items: *5 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -57842,9 +57853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -57878,7 +57889,7 @@ paths: type: array items: *5 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -57899,9 +57910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -57935,7 +57946,7 @@ paths: type: array items: *5 examples: - default: *427 + default: *428 '422': *15 x-github: githubCloudOnly: false @@ -57957,9 +57968,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: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -57967,9 +57978,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '404': *6 x-github: githubCloudOnly: false @@ -57989,9 +58000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -58027,9 +58038,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -58050,9 +58061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: false content: @@ -58088,9 +58099,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -58111,9 +58122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: content: application/json: @@ -58148,9 +58159,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 '422': *15 x-github: githubCloudOnly: false @@ -58172,9 +58183,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: - - *359 - *360 - - *418 + - *361 + - *419 responses: '200': description: Response @@ -58184,7 +58195,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '404': *6 x-github: githubCloudOnly: false @@ -58208,9 +58219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58243,7 +58254,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -58268,9 +58279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58303,7 +58314,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -58328,9 +58339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58363,7 +58374,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '422': *15 x-github: githubCloudOnly: false @@ -58390,9 +58401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *359 - *360 - - *418 + - *361 + - *419 requestBody: required: true content: @@ -58414,7 +58425,7 @@ paths: description: Response content: application/json: - schema: *428 + schema: *429 examples: default: value: @@ -58528,12 +58539,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *359 - *360 - - *429 + - *361 - *430 - - *315 - *431 + - *316 + - *432 - *17 - *19 responses: @@ -58543,9 +58554,9 @@ paths: application/json: schema: type: array - items: *432 + items: *433 examples: - default: *433 + default: *434 '404': *6 '500': *97 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -58565,8 +58576,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *359 - *360 + - *361 - name: bypass_request_number in: path required: true @@ -58580,7 +58591,7 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: default: value: @@ -58638,8 +58649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -58918,7 +58929,7 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: CheckRun description: A check performed on the code of a given code change type: object @@ -59029,16 +59040,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *434 - deployment: &749 + items: *435 + deployment: &750 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -59105,8 +59116,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -59318,9 +59329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *359 - *360 - - &436 + - *361 + - &437 name: check_run_id description: The unique identifier of the check run. in: path @@ -59332,9 +59343,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: &437 + default: &438 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -59434,9 +59445,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *359 - *360 - - *436 + - *361 + - *437 requestBody: required: true content: @@ -59676,9 +59687,9 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: - default: *437 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59698,9 +59709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *359 - *360 - - *436 + - *361 + - *437 - *17 - *19 responses: @@ -59797,15 +59808,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *359 - *360 - - *436 + - *361 + - *437 responses: '201': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -59843,8 +59854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -59866,7 +59877,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &440 + schema: &441 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -59930,7 +59941,7 @@ paths: nullable: true pull_requests: type: array - items: *434 + items: *435 nullable: true app: title: GitHub app @@ -59941,9 +59952,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - repository: *193 + properties: *136 + required: *137 + repository: *194 created_at: type: string format: date-time @@ -59952,12 +59963,12 @@ paths: type: string format: date-time nullable: true - head_commit: &775 + head_commit: &776 title: Simple Commit description: A commit. type: object - properties: *438 - required: *439 + properties: *439 + required: *440 latest_check_runs_count: type: integer check_runs_url: @@ -59985,7 +59996,7 @@ paths: - check_runs_url - pull_requests examples: - default: &441 + default: &442 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -60276,9 +60287,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60297,8 +60308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -60359,7 +60370,7 @@ paths: required: - app_id - setting - repository: *193 + repository: *194 examples: default: value: @@ -60607,9 +60618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *359 - *360 - - &442 + - *361 + - &443 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -60621,9 +60632,9 @@ paths: description: Response content: application/json: - schema: *440 + schema: *441 examples: - default: *441 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60646,17 +60657,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: - - *359 - *360 - - *442 - - &491 + - *361 + - *443 + - &492 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &492 + - &493 name: status description: Returns check runs with the specified `status`. in: query @@ -60695,9 +60706,9 @@ paths: type: integer check_runs: type: array - items: *435 + items: *436 examples: - default: &493 + default: &494 value: total_count: 1 check_runs: @@ -60799,15 +60810,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *359 - *360 - - *442 + - *361 + - *443 responses: '201': description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -60834,21 +60845,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: - - *359 - *360 - - *216 + - *361 - *217 + - *218 - *19 - *17 - - &458 + - &459 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: *443 - - &459 + schema: *444 + - &460 name: pr description: The number of the pull request for the results you want to list. in: query @@ -60873,13 +60884,13 @@ paths: be returned. in: query required: false - schema: *218 + schema: *219 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *444 + schema: *445 responses: '200': description: Response @@ -60891,13 +60902,13 @@ paths: type: object properties: number: *98 - created_at: *104 - updated_at: *105 - url: *102 - html_url: *103 - instances_url: *445 + created_at: *105 + updated_at: *106 + url: *103 + html_url: *104 + instances_url: *446 state: *87 - fixed_at: *107 + fixed_at: *108 dismissed_by: title: Simple User description: A GitHub user. @@ -60905,12 +60916,12 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *106 - dismissed_reason: *446 - dismissed_comment: *447 - rule: *448 - tool: *449 - most_recent_instance: *450 + dismissed_at: *107 + dismissed_reason: *447 + dismissed_comment: *448 + rule: *449 + tool: *450 + most_recent_instance: *451 required: - number - created_at @@ -61026,14 +61037,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &451 + '403': &452 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61053,9 +61064,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: - - *359 - *360 - - &452 + - *361 + - &453 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -61069,17 +61080,17 @@ paths: description: Response content: application/json: - schema: &453 + schema: &454 type: object properties: number: *98 - created_at: *104 - updated_at: *105 - url: *102 - html_url: *103 - instances_url: *445 + created_at: *105 + updated_at: *106 + url: *103 + html_url: *104 + instances_url: *446 state: *87 - fixed_at: *107 + fixed_at: *108 dismissed_by: title: Simple User description: A GitHub user. @@ -61087,9 +61098,9 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *106 - dismissed_reason: *446 - dismissed_comment: *447 + dismissed_at: *107 + dismissed_reason: *447 + dismissed_comment: *448 rule: type: object properties: @@ -61143,8 +61154,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *449 - most_recent_instance: *450 + tool: *450 + most_recent_instance: *451 required: - number - created_at @@ -61233,9 +61244,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61253,9 +61264,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: - - *359 - *360 - - *452 + - *361 + - *453 requestBody: required: true content: @@ -61270,8 +61281,8 @@ paths: enum: - open - dismissed - dismissed_reason: *446 - dismissed_comment: *447 + dismissed_reason: *447 + dismissed_comment: *448 required: - state examples: @@ -61286,7 +61297,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *454 examples: default: value: @@ -61361,14 +61372,14 @@ paths: classifications: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances - '403': &457 + '403': &458 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': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -61388,15 +61399,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: - - *359 - *360 - - *452 + - *361 + - *453 responses: '200': description: Response content: application/json: - schema: &454 + schema: &455 type: object properties: status: @@ -61422,13 +61433,13 @@ paths: - description - started_at examples: - default: &455 + default: &456 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &456 + '400': &457 description: Bad Request content: application/json: @@ -61439,9 +61450,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': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61464,29 +61475,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: - - *359 - *360 - - *452 + - *361 + - *453 responses: '200': description: OK content: application/json: - schema: *454 + schema: *455 examples: - default: *455 + default: *456 '202': description: Accepted content: application/json: - schema: *454 + schema: *455 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *456 + '400': *457 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -61496,7 +61507,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61518,9 +61529,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: - - *359 - *360 - - *452 + - *361 + - *453 requestBody: required: false content: @@ -61565,12 +61576,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *456 - '403': *457 + '400': *457 + '403': *458 '404': *6 '422': description: Unprocessable Entity - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61590,13 +61601,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: - - *359 - *360 - - *452 + - *361 + - *453 - *19 - *17 - - *458 - *459 + - *460 responses: '200': description: Response @@ -61604,7 +61615,7 @@ paths: application/json: schema: type: array - items: *450 + items: *451 examples: default: value: @@ -61643,9 +61654,9 @@ paths: end_column: 50 classifications: - source - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61677,25 +61688,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: - - *359 - *360 - - *216 + - *361 - *217 + - *218 - *19 - *17 - - *459 + - *460 - 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: *443 + schema: *444 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &462 + schema: &463 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -61716,23 +61727,23 @@ paths: application/json: schema: type: array - items: &463 + items: &464 type: object properties: - ref: *443 - commit_sha: &471 + ref: *444 + commit_sha: &472 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: *460 + analysis_key: *461 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *461 + category: *462 error: type: string example: error reading field xyz @@ -61756,8 +61767,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *462 - tool: *449 + sarif_id: *463 + tool: *450 deletable: type: boolean warning: @@ -61818,9 +61829,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -61854,8 +61865,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: - - *359 - *360 + - *361 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -61868,7 +61879,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *464 examples: response: summary: application/json response @@ -61922,9 +61933,9 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62004,8 +62015,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: - - *359 - *360 + - *361 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -62058,9 +62069,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': *457 + '403': *458 '404': *6 - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -62080,8 +62091,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -62089,7 +62100,7 @@ paths: application/json: schema: type: array - items: &464 + items: &465 title: CodeQL Database description: A CodeQL database. type: object @@ -62200,9 +62211,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': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62229,8 +62240,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: - - *359 - *360 + - *361 - name: language in: path description: The language of the CodeQL database. @@ -62242,7 +62253,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *465 examples: default: value: @@ -62274,11 +62285,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': &500 + '302': &501 description: Found - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62298,8 +62309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *359 - *360 + - *361 - name: language in: path description: The language of the CodeQL database. @@ -62309,9 +62320,9 @@ paths: responses: '204': description: Response - '403': *457 + '403': *458 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62337,8 +62348,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -62347,7 +62358,7 @@ paths: type: object additionalProperties: false properties: - language: &465 + language: &466 type: string description: The language targeted by the CodeQL query enum: @@ -62425,7 +62436,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &469 + schema: &470 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -62435,7 +62446,7 @@ paths: description: The ID of the variant analysis. controller_repo: *94 actor: *4 - query_language: *465 + query_language: *466 query_pack_url: type: string description: The download url for the query pack. @@ -62482,7 +62493,7 @@ paths: items: type: object properties: - repository: &466 + repository: &467 title: Repository Identifier description: Repository Identifier type: object @@ -62518,7 +62529,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &470 + analysis_status: &471 type: string description: The new status of the CodeQL variant analysis repository task. @@ -62550,7 +62561,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &467 + access_mismatch_repos: &468 type: object properties: repository_count: @@ -62564,7 +62575,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: *466 + items: *467 required: - repository_count - repositories @@ -62586,8 +62597,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *467 - over_limit_repos: *467 + no_codeql_db_repos: *468 + over_limit_repos: *468 required: - access_mismatch_repos - not_found_repos @@ -62603,7 +62614,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &468 + value: &469 summary: Default response value: id: 1 @@ -62755,17 +62766,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *468 + value: *469 repository_lists: summary: Response for a successful variant analysis submission - value: *468 + value: *469 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62786,8 +62797,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: - - *359 - *360 + - *361 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -62799,11 +62810,11 @@ paths: description: Response content: application/json: - schema: *469 + schema: *470 examples: - default: *468 + default: *469 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62824,7 +62835,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: - - *359 + - *360 - name: repo in: path description: The name of the controller repository. @@ -62859,7 +62870,7 @@ paths: type: object properties: repository: *94 - analysis_status: *470 + analysis_status: *471 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -62963,7 +62974,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62984,8 +62995,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -63059,9 +63070,9 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *451 + '403': *452 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63080,8 +63091,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -63138,7 +63149,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -63163,7 +63174,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *457 + '403': *458 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -63171,7 +63182,7 @@ paths: content: application/json: schema: *3 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63228,8 +63239,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -63237,7 +63248,7 @@ paths: schema: type: object properties: - commit_sha: *471 + commit_sha: *472 ref: type: string description: |- @@ -63295,7 +63306,7 @@ paths: schema: type: object properties: - id: *462 + id: *463 url: type: string description: The REST API URL for checking the status of the upload. @@ -63309,11 +63320,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': *457 + '403': *458 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63332,8 +63343,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: - - *359 - *360 + - *361 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -63379,10 +63390,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': *451 + '403': *452 '404': description: Not Found if the sarif id does not match any upload - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -63404,8 +63415,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -63458,7 +63469,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': *115 + '204': *116 '304': *37 '403': *29 '404': *6 @@ -63483,8 +63494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *359 - *360 + - *361 - 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 @@ -63604,8 +63615,8 @@ paths: parameters: - *17 - *19 - - *359 - *360 + - *361 responses: '200': description: Response @@ -63621,7 +63632,7 @@ paths: type: integer codespaces: type: array - items: *278 + items: *279 examples: default: value: @@ -63919,8 +63930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -63983,22 +63994,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '400': *14 '401': *25 '403': *29 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -64022,8 +64033,8 @@ paths: parameters: - *17 - *19 - - *359 - *360 + - *361 responses: '200': description: Response @@ -64087,8 +64098,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: - - *359 - *360 + - *361 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -64123,14 +64134,14 @@ paths: type: integer machines: type: array - items: &705 + items: &706 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *473 - required: *474 + properties: *474 + required: *475 examples: - default: &706 + default: &707 value: total_count: 2 machines: @@ -64170,8 +64181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *359 - *360 + - *361 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -64255,8 +64266,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: - - *359 - *360 + - *361 - 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 @@ -64301,7 +64312,7 @@ paths: '403': *29 '404': *6 '422': *15 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64322,8 +64333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -64341,7 +64352,7 @@ paths: type: integer secrets: type: array - items: &478 + items: &479 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -64361,7 +64372,7 @@ paths: - created_at - updated_at examples: - default: *475 + default: *476 headers: Link: *39 x-github: @@ -64384,16 +64395,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *476 + schema: *477 examples: - default: *477 + default: *478 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -64413,17 +64424,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '200': description: Response content: application/json: - schema: *478 + schema: *479 examples: - default: *479 + default: *480 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64443,9 +64454,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: - - *359 - *360 - - *203 + - *361 + - *204 requestBody: required: true content: @@ -64473,7 +64484,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -64497,9 +64508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '204': description: Response @@ -64527,8 +64538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *359 - *360 + - *361 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -64570,7 +64581,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &480 + properties: &481 login: type: string example: octocat @@ -64663,7 +64674,7 @@ paths: user_view_type: type: string example: public - required: &481 + required: &482 - avatar_url - events_url - followers_url @@ -64737,9 +64748,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: - - *359 - *360 - - *215 + - *361 + - *216 responses: '204': description: Response if user is a collaborator @@ -64781,9 +64792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *359 - *360 - - *215 + - *361 + - *216 requestBody: required: false content: @@ -64809,7 +64820,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &548 + schema: &549 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -64820,7 +64831,7 @@ paths: example: 42 type: integer format: int64 - repository: *193 + repository: *194 invitee: title: Simple User description: A GitHub user. @@ -65031,9 +65042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *359 - *360 - - *215 + - *361 + - *216 responses: '204': description: No Content when collaborator was removed from the repository. @@ -65062,9 +65073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *359 - *360 - - *215 + - *361 + - *216 responses: '200': description: if user has admin permissions @@ -65084,8 +65095,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *480 - required: *481 + properties: *481 + required: *482 nullable: true required: - permission @@ -65140,8 +65151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -65151,7 +65162,7 @@ paths: application/json: schema: type: array - items: &482 + items: &483 title: Commit Comment description: Commit Comment type: object @@ -65192,8 +65203,8 @@ paths: updated_at: type: string format: date-time - author_association: *137 - reactions: *138 + author_association: *138 + reactions: *139 required: - url - html_url @@ -65209,7 +65220,7 @@ paths: - created_at - updated_at examples: - default: &485 + default: &486 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65268,17 +65279,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '200': description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: &486 + default: &487 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65335,9 +65346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -65359,7 +65370,7 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: default: value: @@ -65410,9 +65421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '204': description: Response @@ -65433,9 +65444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 - 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. @@ -65461,9 +65472,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -65484,9 +65495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -65518,16 +65529,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -65549,10 +65560,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *359 - *360 - - *149 - - *351 + - *361 + - *150 + - *352 responses: '204': description: Response @@ -65601,8 +65612,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *359 - *360 + - *361 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -65658,9 +65669,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: &599 + default: &600 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -65754,9 +65765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *359 - *360 - - &484 + - *361 + - &485 name: commit_sha description: The SHA of the commit. in: path @@ -65828,9 +65839,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *359 - *360 - - *484 + - *361 + - *485 - *17 - *19 responses: @@ -65840,9 +65851,9 @@ paths: application/json: schema: type: array - items: *482 + items: *483 examples: - default: *485 + default: *486 headers: Link: *39 x-github: @@ -65870,9 +65881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *359 - *360 - - *484 + - *361 + - *485 requestBody: required: true content: @@ -65907,9 +65918,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *483 examples: - default: *486 + default: *487 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -65937,9 +65948,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: - - *359 - *360 - - *484 + - *361 + - *485 - *17 - *19 responses: @@ -65949,7 +65960,7 @@ paths: application/json: schema: type: array - items: &590 + items: &591 title: Pull Request Simple description: Pull Request Simple type: object @@ -66055,8 +66066,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 nullable: true active_lock_reason: type: string @@ -66101,7 +66112,7 @@ paths: nullable: true requested_teams: type: array - items: *274 + items: *275 nullable: true head: type: object @@ -66152,7 +66163,7 @@ paths: _links: type: object properties: - comments: &489 + comments: &490 title: Link description: Hypermedia Link type: object @@ -66161,13 +66172,13 @@ paths: type: string required: - href - commits: *489 - statuses: *489 - html: *489 - issue: *489 - review_comments: *489 - review_comment: *489 - self: *489 + commits: *490 + statuses: *490 + html: *490 + issue: *490 + review_comments: *490 + review_comment: *490 + self: *490 required: - comments - commits @@ -66177,8 +66188,8 @@ paths: - review_comments - review_comment - self - author_association: *137 - auto_merge: &592 + author_association: *138 + auto_merge: &593 title: Auto merge description: The status of auto merging a pull request. type: object @@ -66241,7 +66252,7 @@ paths: - author_association - auto_merge examples: - default: &591 + default: &592 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -66778,11 +66789,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *359 - *360 + - *361 - *19 - *17 - - &490 + - &491 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)" @@ -66797,9 +66808,9 @@ paths: description: Response content: application/json: - schema: *483 + schema: *484 examples: - default: &577 + default: &578 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -66886,7 +66897,7 @@ paths: '422': *15 '404': *6 '500': *97 - '503': *128 + '503': *129 '409': *92 x-github: githubCloudOnly: false @@ -66912,11 +66923,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: - - *359 - *360 - - *490 + - *361 - *491 - *492 + - *493 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -66950,9 +66961,9 @@ paths: type: integer check_runs: type: array - items: *435 + items: *436 examples: - default: *493 + default: *494 headers: Link: *39 x-github: @@ -66977,9 +66988,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: - - *359 - *360 - - *490 + - *361 + - *491 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -66987,7 +66998,7 @@ paths: schema: type: integer example: 1 - - *491 + - *492 - *17 - *19 responses: @@ -67005,7 +67016,7 @@ paths: type: integer check_suites: type: array - items: *440 + items: *441 examples: default: value: @@ -67205,9 +67216,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: - - *359 - *360 - - *490 + - *361 + - *491 - *17 - *19 responses: @@ -67274,7 +67285,7 @@ paths: type: string total_count: type: integer - repository: *193 + repository: *194 commit_url: type: string format: uri @@ -67405,9 +67416,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *359 - *360 - - *490 + - *361 + - *491 - *17 - *19 responses: @@ -67417,7 +67428,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Status description: The status of a commit. type: object @@ -67498,7 +67509,7 @@ paths: site_admin: false headers: Link: *39 - '301': *373 + '301': *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67526,8 +67537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -67556,20 +67567,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *494 - required: *495 + properties: *495 + required: *496 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &496 + properties: &497 url: type: string format: uri html_url: type: string format: uri - required: &497 + required: &498 - url - html_url nullable: true @@ -67577,32 +67588,32 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true contributing: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true readme: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true issue_template: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true pull_request_template: title: Community Health File type: object - properties: *496 - required: *497 + properties: *497 + required: *498 nullable: true required: - code_of_conduct @@ -67729,8 +67740,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *359 - *360 + - *361 - *19 - *17 - name: basehead @@ -67773,8 +67784,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *483 - merge_base_commit: *483 + base_commit: *484 + merge_base_commit: *484 status: type: string enum: @@ -67794,10 +67805,10 @@ paths: example: 6 commits: type: array - items: *483 + items: *484 files: type: array - items: *498 + items: *499 required: - url - html_url @@ -68041,7 +68052,7 @@ paths: module Test" '404': *6 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68083,8 +68094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -68225,7 +68236,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &499 + response-if-content-is-a-file: &500 summary: Response if content is a file value: type: file @@ -68357,7 +68368,7 @@ paths: - size - type - url - - &604 + - &605 title: Content File description: Content File type: object @@ -68558,7 +68569,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *499 + response-if-content-is-a-file: *500 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -68627,7 +68638,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *500 + '302': *501 '304': *37 x-github: githubCloudOnly: false @@ -68650,8 +68661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -68744,7 +68755,7 @@ paths: description: Response content: application/json: - schema: &501 + schema: &502 title: File Commit description: File Commit type: object @@ -68896,7 +68907,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: example-for-creating-a-file: value: @@ -68950,7 +68961,7 @@ paths: schema: oneOf: - *3 - - &530 + - &531 description: Repository rule violation was detected type: object properties: @@ -68971,7 +68982,7 @@ paths: items: type: object properties: - placeholder_id: &645 + placeholder_id: &646 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -69003,8 +69014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -69065,7 +69076,7 @@ paths: description: Response content: application/json: - schema: *501 + schema: *502 examples: default: value: @@ -69100,7 +69111,7 @@ paths: '422': *15 '404': *6 '409': *92 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69120,8 +69131,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *359 - *360 + - *361 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -69244,21 +69255,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *359 - *360 - - *235 + - *361 - *236 - *237 - *238 + - *239 - 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 - - *239 - *240 - *241 + - *242 - *84 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -69278,8 +69289,8 @@ paths: default: 30 - *82 - *83 - - *242 - *243 + - *244 responses: '200': description: Response @@ -69287,7 +69298,7 @@ paths: application/json: schema: type: array - items: &504 + items: &505 type: object description: A Dependabot alert. properties: @@ -69320,13 +69331,13 @@ paths: enum: - development - runtime - security_advisory: *502 - security_vulnerability: *101 - url: *102 - html_url: *103 - created_at: *104 - updated_at: *105 - dismissed_at: *106 + security_advisory: *503 + security_vulnerability: *102 + url: *103 + html_url: *104 + created_at: *105 + updated_at: *106 + dismissed_at: *107 dismissed_by: title: Simple User description: A GitHub user. @@ -69350,8 +69361,8 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *107 - auto_dismissed_at: *503 + fixed_at: *108 + auto_dismissed_at: *504 required: - number - state @@ -69417,6 +69428,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 @@ -69578,9 +69592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *359 - *360 - - &505 + - *361 + - &506 name: alert_number in: path description: |- @@ -69595,7 +69609,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -69651,6 +69665,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 @@ -69705,9 +69722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *359 - *360 - - *505 + - *361 + - *506 requestBody: required: true content: @@ -69752,7 +69769,7 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: default: value: @@ -69881,8 +69898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -69900,7 +69917,7 @@ paths: type: integer secrets: type: array - items: &508 + items: &509 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -69953,16 +69970,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *506 + schema: *507 examples: - default: *507 + default: *508 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69982,15 +69999,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '200': description: Response content: application/json: - schema: *508 + schema: *509 examples: default: value: @@ -70016,9 +70033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 requestBody: required: true content: @@ -70046,7 +70063,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -70070,9 +70087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *359 - *360 - - *203 + - *361 + - *204 responses: '204': description: Response @@ -70094,8 +70111,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: - - *359 - *360 + - *361 - 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 @@ -70255,8 +70272,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -70495,8 +70512,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -70571,7 +70588,7 @@ paths: - version - url additionalProperties: false - metadata: &509 + metadata: &510 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -70604,7 +70621,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *509 + metadata: *510 resolved: type: object description: A collection of resolved package dependencies. @@ -70617,7 +70634,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *509 + metadata: *510 relationship: type: string description: A notation of whether a dependency is requested @@ -70746,8 +70763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *359 - *360 + - *361 - name: sha description: The SHA recorded at creation time. in: query @@ -70787,9 +70804,9 @@ paths: application/json: schema: type: array - items: *510 + items: *511 examples: - default: *511 + default: *512 headers: Link: *39 x-github: @@ -70855,8 +70872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -70937,7 +70954,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: simple-example: summary: Simple example @@ -71010,9 +71027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *359 - *360 - - &512 + - *361 + - &513 name: deployment_id description: deployment_id parameter in: path @@ -71024,7 +71041,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -71089,9 +71106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *359 - *360 - - *512 + - *361 + - *513 responses: '204': description: Response @@ -71113,9 +71130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *359 - *360 - - *512 + - *361 + - *513 - *17 - *19 responses: @@ -71125,7 +71142,7 @@ paths: application/json: schema: type: array - items: &513 + items: &514 title: Deployment Status description: The status of a deployment. type: object @@ -71216,8 +71233,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -71286,9 +71303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *359 - *360 - - *512 + - *361 + - *513 requestBody: required: true content: @@ -71363,9 +71380,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: &514 + default: &515 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -71421,9 +71438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *359 - *360 - - *512 + - *361 + - *513 - name: status_id in: path required: true @@ -71434,9 +71451,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '404': *6 x-github: githubCloudOnly: false @@ -71461,8 +71478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -71519,8 +71536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -71537,7 +71554,7 @@ paths: type: integer environments: type: array - items: &516 + items: &517 title: Environment description: Details of a deployment environment type: object @@ -71589,7 +71606,7 @@ paths: type: type: string example: wait_timer - wait_timer: &518 + wait_timer: &519 type: integer example: 30 description: The amount of time to delay a job after @@ -71626,11 +71643,11 @@ paths: items: type: object properties: - type: *515 + type: *516 reviewer: anyOf: - *4 - - *274 + - *275 required: - id - node_id @@ -71650,7 +71667,7 @@ paths: - id - node_id - type - deployment_branch_policy: &519 + deployment_branch_policy: &520 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -71766,9 +71783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *359 - *360 - - &517 + - *361 + - &518 name: environment_name in: path required: true @@ -71781,9 +71798,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: &520 + default: &521 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -71867,9 +71884,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *359 - *360 - - *517 + - *361 + - *518 requestBody: required: false content: @@ -71878,7 +71895,7 @@ paths: type: object nullable: true properties: - wait_timer: *518 + wait_timer: *519 prevent_self_review: type: boolean example: false @@ -71895,13 +71912,13 @@ paths: items: type: object properties: - type: *515 + type: *516 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *519 + deployment_branch_policy: *520 additionalProperties: false examples: default: @@ -71921,9 +71938,9 @@ paths: description: Response content: application/json: - schema: *516 + schema: *517 examples: - default: *520 + default: *521 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -71947,9 +71964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *359 - *360 - - *517 + - *361 + - *518 responses: '204': description: Default response @@ -71974,9 +71991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *359 - *360 - - *517 + - *361 + - *518 - *17 - *19 responses: @@ -71994,7 +72011,7 @@ paths: example: 2 branch_policies: type: array - items: &521 + items: &522 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -72051,9 +72068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 + - *361 + - *518 requestBody: required: true content: @@ -72099,9 +72116,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - example-wildcard: &522 + example-wildcard: &523 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -72143,10 +72160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 - - &523 + - *361 + - *518 + - &524 name: branch_policy_id in: path required: true @@ -72158,9 +72175,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72179,10 +72196,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 - - *523 + - *361 + - *518 + - *524 requestBody: required: true content: @@ -72210,9 +72227,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: - default: *522 + default: *523 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72231,10 +72248,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *359 - *360 - - *517 - - *523 + - *361 + - *518 + - *524 responses: '204': description: Response @@ -72259,9 +72276,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: - - *517 + - *518 + - *361 - *360 - - *359 responses: '200': description: List of deployment protection rules @@ -72277,7 +72294,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &524 + items: &525 title: Deployment protection rule description: Deployment protection rule type: object @@ -72296,7 +72313,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &525 + app: &526 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -72395,9 +72412,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: - - *517 + - *518 + - *361 - *360 - - *359 requestBody: content: application/json: @@ -72418,9 +72435,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *524 + schema: *525 examples: - default: &526 + default: &527 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -72455,9 +72472,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: - - *517 + - *518 + - *361 - *360 - - *359 - *19 - *17 responses: @@ -72476,7 +72493,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *525 + items: *526 examples: default: value: @@ -72511,10 +72528,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: - - *359 - *360 - - *517 - - &527 + - *361 + - *518 + - &528 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -72526,9 +72543,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72549,10 +72566,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: - - *517 + - *518 + - *361 - *360 - - *359 - - *527 + - *528 responses: '204': description: Response @@ -72578,9 +72595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *359 - *360 - - *517 + - *361 + - *518 - *17 - *19 responses: @@ -72598,9 +72615,9 @@ paths: type: integer secrets: type: array - items: *396 + items: *397 examples: - default: *397 + default: *398 headers: Link: *39 x-github: @@ -72625,17 +72642,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *359 - *360 - - *517 + - *361 + - *518 responses: '200': description: Response content: application/json: - schema: *398 + schema: *399 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72657,18 +72674,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *359 - *360 - - *517 - - *203 + - *361 + - *518 + - *204 responses: '200': description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *528 + default: *529 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72690,10 +72707,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *359 - *360 - - *517 - - *203 + - *361 + - *518 + - *204 requestBody: required: true content: @@ -72724,7 +72741,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -72750,10 +72767,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *359 - *360 - - *517 - - *203 + - *361 + - *518 + - *204 responses: '204': description: Default response @@ -72778,10 +72795,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *359 - *360 - - *517 - - *383 + - *361 + - *518 + - *384 - *19 responses: '200': @@ -72798,9 +72815,9 @@ paths: type: integer variables: type: array - items: *400 + items: *401 examples: - default: *401 + default: *402 headers: Link: *39 x-github: @@ -72823,9 +72840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *359 - *360 - - *517 + - *361 + - *518 requestBody: required: true content: @@ -72852,7 +72869,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -72877,18 +72894,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *359 - *360 - - *517 - - *206 + - *361 + - *518 + - *207 responses: '200': description: Response content: application/json: - schema: *400 + schema: *401 examples: - default: *529 + default: *530 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72909,10 +72926,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *359 - *360 - - *206 - - *517 + - *361 + - *207 + - *518 requestBody: required: true content: @@ -72954,10 +72971,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *359 - *360 - - *206 - - *517 + - *361 + - *207 + - *518 responses: '204': description: Response @@ -72979,8 +72996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -72990,7 +73007,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: 200-response: value: @@ -73057,8 +73074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *359 - *360 + - *361 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -73080,7 +73097,7 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: default: value: @@ -73217,8 +73234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -73250,9 +73267,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 '400': *14 '422': *15 '403': *29 @@ -73273,8 +73290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -73333,8 +73350,8 @@ paths: application/json: schema: oneOf: - - *176 - - *530 + - *177 + - *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73359,8 +73376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *359 - *360 + - *361 - name: file_sha in: path required: true @@ -73459,8 +73476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -73569,7 +73586,7 @@ paths: description: Response content: application/json: - schema: &531 + schema: &532 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -73782,15 +73799,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *359 - *360 - - *484 + - *361 + - *485 responses: '200': description: Response content: application/json: - schema: *531 + schema: *532 examples: default: value: @@ -73846,9 +73863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *359 - *360 - - &532 + - *361 + - &533 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. @@ -73865,7 +73882,7 @@ paths: application/json: schema: type: array - items: &533 + items: &534 title: Git Reference description: Git references within a repository type: object @@ -73940,17 +73957,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *359 - *360 - - *532 + - *361 + - *533 responses: '200': description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: &534 + default: &535 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -73979,8 +73996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74009,9 +74026,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -74037,9 +74054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *359 - *360 - - *532 + - *361 + - *533 requestBody: required: true content: @@ -74068,9 +74085,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 '422': *15 '409': *92 x-github: @@ -74088,9 +74105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *359 - *360 - - *532 + - *361 + - *533 responses: '204': description: Response @@ -74143,8 +74160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74211,7 +74228,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &537 title: Git Tag description: Metadata for a Git tag type: object @@ -74262,7 +74279,7 @@ paths: - sha - type - url - verification: *535 + verification: *536 required: - sha - url @@ -74272,7 +74289,7 @@ paths: - tag - message examples: - default: &537 + default: &538 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -74345,8 +74362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *359 - *360 + - *361 - name: tag_sha in: path required: true @@ -74357,9 +74374,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *537 + default: *538 '404': *6 '409': *92 x-github: @@ -74383,8 +74400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74457,7 +74474,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -74569,8 +74586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *359 - *360 + - *361 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -74593,7 +74610,7 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: default-response: summary: Default response @@ -74652,8 +74669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -74663,7 +74680,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Webhook description: Webhooks for repositories. type: object @@ -74717,7 +74734,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &783 + last_response: &784 title: Hook Response type: object properties: @@ -74791,8 +74808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -74844,9 +74861,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: &540 + default: &541 value: type: Repository id: 12345678 @@ -74894,17 +74911,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '200': description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '404': *6 x-github: githubCloudOnly: false @@ -74924,9 +74941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 requestBody: required: true content: @@ -74971,9 +74988,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: - default: *540 + default: *541 '422': *15 '404': *6 x-github: @@ -74994,9 +75011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '204': description: Response @@ -75020,9 +75037,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: - - *359 - *360 - - *251 + - *361 + - *252 responses: '200': description: Response @@ -75049,9 +75066,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: - - *359 - *360 - - *251 + - *361 + - *252 requestBody: required: false content: @@ -75095,11 +75112,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *359 - *360 - - *251 - - *17 + - *361 - *252 + - *17 + - *253 responses: '200': description: Response @@ -75107,9 +75124,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 '400': *14 '422': *15 x-github: @@ -75128,18 +75145,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: - - *359 - *360 - - *251 + - *361 + - *252 - *16 responses: '200': description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '400': *14 '422': *15 x-github: @@ -75158,9 +75175,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: - - *359 - *360 - - *251 + - *361 + - *252 - *16 responses: '202': *93 @@ -75183,9 +75200,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '204': description: Response @@ -75210,9 +75227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *359 - *360 - - *251 + - *361 + - *252 responses: '204': description: Response @@ -75270,14 +75287,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &541 + schema: &542 title: Import description: A repository import from an external source. type: object @@ -75376,7 +75393,7 @@ paths: - html_url - authors_url examples: - default: &544 + default: &545 value: vcs: subversion use_lfs: true @@ -75392,7 +75409,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': &542 + '503': &543 description: Unavailable due to service under maintenance. content: application/json: @@ -75421,8 +75438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -75470,7 +75487,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -75495,7 +75512,7 @@ paths: type: string '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75523,8 +75540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -75573,7 +75590,7 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: example-1: summary: Example 1 @@ -75621,7 +75638,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75644,12 +75661,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *359 - *360 + - *361 responses: '204': description: Response - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75675,9 +75692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *359 - *360 - - &729 + - *361 + - &730 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -75691,7 +75708,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Porter Author description: Porter Author type: object @@ -75745,7 +75762,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': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75770,8 +75787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *359 - *360 + - *361 - name: author_id in: path required: true @@ -75801,7 +75818,7 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -75814,7 +75831,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75838,8 +75855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -75880,7 +75897,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75908,8 +75925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -75936,11 +75953,11 @@ paths: description: Response content: application/json: - schema: *541 + schema: *542 examples: - default: *544 + default: *545 '422': *15 - '503': *542 + '503': *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75963,8 +75980,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -75972,8 +75989,8 @@ paths: application/json: schema: *22 examples: - default: *545 - '301': *373 + default: *546 + '301': *374 '404': *6 x-github: githubCloudOnly: false @@ -75993,8 +76010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -76002,12 +76019,12 @@ paths: application/json: schema: anyOf: - - *269 + - *270 - type: object properties: {} additionalProperties: false examples: - default: &547 + default: &548 value: limit: collaborators_only origin: repository @@ -76032,13 +76049,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: default: summary: Example request body @@ -76050,9 +76067,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: - default: *547 + default: *548 '409': description: Response x-github: @@ -76074,8 +76091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -76098,8 +76115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -76109,9 +76126,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: &722 + default: &723 value: - id: 1 repository: @@ -76242,9 +76259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *359 - *360 - - *273 + - *361 + - *274 requestBody: required: false content: @@ -76273,7 +76290,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default: value: @@ -76404,9 +76421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *359 - *360 - - *273 + - *361 + - *274 responses: '204': description: Response @@ -76437,8 +76454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *359 - *360 + - *361 - 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 @@ -76478,7 +76495,7 @@ paths: required: false schema: type: string - - *275 + - *276 - name: sort description: What to sort results by. in: query @@ -76491,7 +76508,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - *17 - *19 responses: @@ -76501,9 +76518,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: &559 + default: &560 value: - id: 1 node_id: MDU6SXNzdWUx @@ -76651,7 +76668,7 @@ paths: state_reason: completed headers: Link: *39 - '301': *373 + '301': *374 '422': *15 '404': *6 x-github: @@ -76680,8 +76697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -76756,9 +76773,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: &554 + default: &555 value: id: 1 node_id: MDU6SXNzdWUx @@ -76912,9 +76929,9 @@ paths: '400': *14 '403': *29 '422': *15 - '503': *128 + '503': *129 '404': *6 - '410': *370 + '410': *371 x-github: triggersNotification: true githubCloudOnly: false @@ -76942,9 +76959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *359 - *360 - - *160 + - *361 + - *161 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -76954,7 +76971,7 @@ paths: enum: - asc - desc - - *140 + - *141 - *17 - *19 responses: @@ -76964,9 +76981,9 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: &556 + default: &557 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77024,17 +77041,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -77088,9 +77105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -77112,9 +77129,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -77132,9 +77149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 responses: '204': description: Response @@ -77154,9 +77171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 - 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. @@ -77182,9 +77199,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -77205,9 +77222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -77239,16 +77256,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -77270,10 +77287,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *359 - *360 - - *149 - - *351 + - *361 + - *150 + - *352 responses: '204': description: Response @@ -77293,8 +77310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -77304,7 +77321,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Issue Event description: Issue Event type: object @@ -77347,8 +77364,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *551 - required: *552 + properties: *552 + required: *553 nullable: true label: title: Issue Event Label @@ -77392,7 +77409,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *274 + requested_team: *275 dismissed_review: title: Issue Event Dismissed Review type: object @@ -77457,7 +77474,7 @@ paths: required: - from - to - author_association: *137 + author_association: *138 lock_reason: type: string nullable: true @@ -77470,8 +77487,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 required: - id - node_id @@ -77655,8 +77672,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *359 - *360 + - *361 - name: event_id in: path required: true @@ -77667,7 +77684,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -77860,7 +77877,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *370 + '410': *371 '403': *29 x-github: githubCloudOnly: false @@ -77894,9 +77911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *359 - *360 - - &555 + - *361 + - &556 name: issue_number description: The number that identifies the issue. in: path @@ -77908,12 +77925,12 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 - '301': *373 + default: *555 + '301': *374 '404': *6 - '410': *370 + '410': *371 '304': *37 x-github: githubCloudOnly: false @@ -77938,9 +77955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -78035,15 +78052,15 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 '422': *15 - '503': *128 + '503': *129 '403': *29 - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78061,9 +78078,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -78089,9 +78106,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78107,9 +78124,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: content: application/json: @@ -78134,9 +78151,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78158,9 +78175,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: - - *359 - *360 - - *555 + - *361 + - *556 - name: assignee in: path required: true @@ -78200,10 +78217,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *359 - *360 - - *555 - - *140 + - *361 + - *556 + - *141 - *17 - *19 responses: @@ -78213,13 +78230,13 @@ paths: application/json: schema: type: array - items: *549 + items: *550 examples: - default: *556 + default: *557 headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78248,9 +78265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -78272,16 +78289,16 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *370 + '410': *371 '422': *15 '404': *6 x-github: @@ -78301,9 +78318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -78317,7 +78334,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &560 + - &561 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -78348,8 +78365,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 label: type: object properties: @@ -78371,7 +78388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &561 + - &562 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -78402,8 +78419,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 label: type: object properties: @@ -78491,8 +78508,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 assignee: *4 assigner: *4 required: @@ -78507,7 +78524,7 @@ paths: - performed_via_github_app - assignee - assigner - - &562 + - &563 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -78538,8 +78555,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 milestone: type: object properties: @@ -78558,7 +78575,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &563 + - &564 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -78589,8 +78606,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 milestone: type: object properties: @@ -78609,7 +78626,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &564 + - &565 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -78640,8 +78657,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 rename: type: object properties: @@ -78663,7 +78680,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &565 + - &566 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -78694,10 +78711,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 review_requester: *4 - requested_team: *274 + requested_team: *275 requested_reviewer: *4 required: - review_requester @@ -78710,7 +78727,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &566 + - &567 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -78741,10 +78758,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 review_requester: *4 - requested_team: *274 + requested_team: *275 requested_reviewer: *4 required: - review_requester @@ -78757,7 +78774,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &567 + - &568 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -78788,8 +78805,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 dismissed_review: type: object properties: @@ -78817,7 +78834,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &568 + - &569 title: Locked Issue Event description: Locked Issue Event type: object @@ -78848,8 +78865,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 lock_reason: type: string example: '"off-topic"' @@ -78865,7 +78882,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &569 + - &570 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -78896,8 +78913,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 project_card: type: object properties: @@ -78931,7 +78948,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &571 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -78962,8 +78979,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 project_card: type: object properties: @@ -78997,7 +79014,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &571 + - &572 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -79028,8 +79045,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 project_card: type: object properties: @@ -79063,7 +79080,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &573 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -79154,7 +79171,7 @@ paths: color: red headers: Link: *39 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79171,9 +79188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -79183,7 +79200,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -79230,7 +79247,7 @@ paths: - color - default examples: - default: &558 + default: &559 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -79248,9 +79265,9 @@ paths: default: false headers: Link: *39 - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79267,9 +79284,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -79328,12 +79345,12 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 - '301': *373 + default: *559 + '301': *374 '404': *6 - '410': *370 + '410': *371 '422': *15 x-github: githubCloudOnly: false @@ -79350,9 +79367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -79412,12 +79429,12 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 - '301': *373 + default: *559 + '301': *374 '404': *6 - '410': *370 + '410': *371 '422': *15 x-github: githubCloudOnly: false @@ -79434,15 +79451,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 responses: '204': description: Response - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79461,9 +79478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - name: name in: path required: true @@ -79476,7 +79493,7 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: default: value: @@ -79487,9 +79504,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *373 + '301': *374 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79509,9 +79526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: false content: @@ -79539,7 +79556,7 @@ paths: '204': description: Response '403': *29 - '410': *370 + '410': *371 '404': *6 '422': *15 x-github: @@ -79557,9 +79574,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 responses: '204': description: Response @@ -79581,9 +79598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - 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. @@ -79609,13 +79626,13 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79633,9 +79650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79667,16 +79684,16 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -79698,10 +79715,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *359 - *360 - - *555 - - *351 + - *361 + - *556 + - *352 responses: '204': description: Response @@ -79730,9 +79747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79754,9 +79771,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -79789,9 +79806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -79801,13 +79818,13 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *559 + default: *560 headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79835,9 +79852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79864,16 +79881,16 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *370 + '410': *371 '422': *15 '404': *6 x-github: @@ -79893,9 +79910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 requestBody: required: true content: @@ -79926,13 +79943,13 @@ paths: description: Response content: application/json: - schema: *150 + schema: *151 examples: - default: *554 + default: *555 '403': *29 '404': *6 '422': *7 - '503': *128 + '503': *129 x-github: triggersNotification: true githubCloudOnly: false @@ -79950,9 +79967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *359 - *360 - - *555 + - *361 + - *556 - *17 - *19 responses: @@ -79967,7 +79984,6 @@ paths: description: Timeline Event type: object anyOf: - - *560 - *561 - *562 - *563 @@ -79980,6 +79996,7 @@ paths: - *570 - *571 - *572 + - *573 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -80022,7 +80039,7 @@ paths: issue_url: type: string format: uri - author_association: *137 + author_association: *138 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -80032,9 +80049,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - reactions: *138 + properties: *136 + required: *137 + reactions: *139 required: - event - actor @@ -80065,7 +80082,7 @@ paths: properties: type: type: string - issue: *150 + issue: *151 required: - event - created_at @@ -80260,7 +80277,7 @@ paths: type: string body_text: type: string - author_association: *137 + author_association: *138 required: - event - id @@ -80283,7 +80300,7 @@ paths: type: string comments: type: array - items: &593 + items: &594 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -80372,7 +80389,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *137 + author_association: *138 _links: type: object properties: @@ -80456,7 +80473,7 @@ paths: enum: - line - file - reactions: *138 + reactions: *139 body_html: type: string example: '"

comment body

"' @@ -80492,7 +80509,7 @@ paths: type: string comments: type: array - items: *482 + items: *483 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -80523,8 +80540,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 assignee: *4 required: - id @@ -80567,8 +80584,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 assignee: *4 required: - id @@ -80611,8 +80628,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 state_reason: type: string nullable: true @@ -80781,7 +80798,7 @@ paths: headers: Link: *39 '404': *6 - '410': *370 + '410': *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80798,8 +80815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -80809,7 +80826,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -80874,8 +80891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -80911,9 +80928,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: id: 1 key: ssh-rsa AAA... @@ -80947,9 +80964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *359 - *360 - - &575 + - *361 + - &576 name: key_id description: The unique identifier of the key. in: path @@ -80961,9 +80978,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *6 x-github: githubCloudOnly: false @@ -80981,9 +80998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *359 - *360 - - *575 + - *361 + - *576 responses: '204': description: Response @@ -81003,8 +81020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -81014,9 +81031,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 headers: Link: *39 '404': *6 @@ -81037,8 +81054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81074,9 +81091,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: &576 + default: &577 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -81108,8 +81125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -81120,9 +81137,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *576 + default: *577 '404': *6 x-github: githubCloudOnly: false @@ -81139,8 +81156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -81179,7 +81196,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: default: value: @@ -81205,8 +81222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -81232,8 +81249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -81269,8 +81286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *359 - *360 + - *361 responses: '202': *93 '403': @@ -81298,8 +81315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -81325,9 +81342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *359 - *360 - - *458 + - *361 + - *459 responses: '200': description: Response @@ -81389,8 +81406,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true required: - _links @@ -81472,8 +81489,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81538,8 +81555,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81573,9 +81590,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *483 + schema: *484 examples: - default: *577 + default: *578 '204': description: Response when already merged '404': @@ -81600,8 +81617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *359 - *360 + - *361 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -81642,12 +81659,12 @@ paths: application/json: schema: type: array - items: &578 + items: &579 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 examples: default: value: @@ -81703,8 +81720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -81744,9 +81761,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: &579 + default: &580 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -81805,9 +81822,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *359 - *360 - - &580 + - *361 + - &581 name: milestone_number description: The number that identifies the milestone. in: path @@ -81819,9 +81836,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 '404': *6 x-github: githubCloudOnly: false @@ -81838,9 +81855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *359 - *360 - - *580 + - *361 + - *581 requestBody: required: false content: @@ -81878,9 +81895,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81896,9 +81913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *359 - *360 - - *580 + - *361 + - *581 responses: '204': description: Response @@ -81919,9 +81936,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: - - *359 - *360 - - *580 + - *361 + - *581 - *17 - *19 responses: @@ -81931,9 +81948,9 @@ paths: application/json: schema: type: array - items: *557 + items: *558 examples: - default: *558 + default: *559 headers: Link: *39 x-github: @@ -81952,12 +81969,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: - - *359 - *360 - - *581 + - *361 - *582 - - *140 - *583 + - *141 + - *584 - *17 - *19 responses: @@ -81967,9 +81984,9 @@ paths: application/json: schema: type: array - items: *163 + items: *164 examples: - default: *584 + default: *585 headers: Link: *39 x-github: @@ -81993,8 +82010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -82052,14 +82069,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &585 + schema: &586 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -82184,7 +82201,7 @@ paths: - custom_404 - public examples: - default: &586 + default: &587 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -82225,8 +82242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82280,9 +82297,9 @@ paths: description: Response content: application/json: - schema: *585 + schema: *586 examples: - default: *586 + default: *587 '422': *15 '409': *92 x-github: @@ -82305,8 +82322,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82413,8 +82430,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -82440,8 +82457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -82451,7 +82468,7 @@ paths: application/json: schema: type: array - items: &587 + items: &588 title: Page Build description: Page Build type: object @@ -82545,8 +82562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *359 - *360 + - *361 responses: '201': description: Response @@ -82591,16 +82608,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: &588 + default: &589 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -82648,8 +82665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *359 - *360 + - *361 - name: build_id in: path required: true @@ -82660,9 +82677,9 @@ paths: description: Response content: application/json: - schema: *587 + schema: *588 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82682,8 +82699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82789,9 +82806,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: - - *359 - *360 - - &589 + - *361 + - &590 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -82849,11 +82866,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *359 - *360 - - *589 + - *361 + - *590 responses: - '204': *115 + '204': *116 '404': *6 x-github: githubCloudOnly: false @@ -82878,8 +82895,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -83110,7 +83127,7 @@ paths: description: Empty response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -83137,8 +83154,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: - - *359 - *360 + - *361 responses: '200': description: Private vulnerability reporting status @@ -83175,10 +83192,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: - - *359 - *360 + - *361 responses: - '204': *115 + '204': *116 '422': *14 x-github: githubCloudOnly: false @@ -83197,10 +83214,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: - - *359 - *360 + - *361 responses: - '204': *115 + '204': *116 '422': *14 x-github: githubCloudOnly: false @@ -83221,8 +83238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *359 - *360 + - *361 - name: state description: Indicates the state of the projects to return. in: query @@ -83243,7 +83260,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -83283,7 +83300,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *370 + '410': *371 '422': *7 x-github: githubCloudOnly: false @@ -83303,8 +83320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83330,13 +83347,13 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: - default: *369 + default: *370 '401': *25 '403': *29 '404': *6 - '410': *370 + '410': *371 '422': *7 x-github: githubCloudOnly: false @@ -83356,8 +83373,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -83365,7 +83382,7 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: default: value: @@ -83396,8 +83413,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83409,7 +83426,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *307 + items: *308 required: - properties examples: @@ -83459,8 +83476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *359 - *360 + - *361 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -83520,9 +83537,9 @@ paths: application/json: schema: type: array - items: *590 + items: *591 examples: - default: *591 + default: *592 headers: Link: *39 '304': *37 @@ -83554,8 +83571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83620,7 +83637,7 @@ paths: description: Response content: application/json: - schema: &595 + schema: &596 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -83731,8 +83748,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 nullable: true active_lock_reason: type: string @@ -83777,7 +83794,7 @@ paths: nullable: true requested_teams: type: array - items: *327 + items: *328 nullable: true head: type: object @@ -83816,14 +83833,14 @@ paths: _links: type: object properties: - comments: *489 - commits: *489 - statuses: *489 - html: *489 - issue: *489 - review_comments: *489 - review_comment: *489 - self: *489 + comments: *490 + commits: *490 + statuses: *490 + html: *490 + issue: *490 + review_comments: *490 + review_comment: *490 + self: *490 required: - comments - commits @@ -83833,8 +83850,8 @@ paths: - review_comments - review_comment - self - author_association: *137 - auto_merge: *592 + author_association: *138 + auto_merge: *593 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -83926,7 +83943,7 @@ paths: - merged_by - review_comments examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84453,8 +84470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *359 - *360 + - *361 - name: sort in: query required: false @@ -84473,7 +84490,7 @@ paths: enum: - asc - desc - - *140 + - *141 - *17 - *19 responses: @@ -84483,9 +84500,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: &598 + default: &599 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -84562,17 +84579,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: - - *359 - *360 - - *149 + - *361 + - *150 responses: '200': description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &594 + default: &595 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -84647,9 +84664,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: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -84671,9 +84688,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *594 + default: *595 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84689,9 +84706,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: - - *359 - *360 - - *149 + - *361 + - *150 responses: '204': description: Response @@ -84712,9 +84729,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: - - *359 - *360 - - *149 + - *361 + - *150 - 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. @@ -84740,9 +84757,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -84763,9 +84780,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: - - *359 - *360 - - *149 + - *361 + - *150 requestBody: required: true content: @@ -84797,16 +84814,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -84828,10 +84845,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *359 - *360 - - *149 - - *351 + - *361 + - *150 + - *352 responses: '204': description: Response @@ -84874,9 +84891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *359 - *360 - - &597 + - *361 + - &598 name: pull_number description: The number that identifies the pull request. in: path @@ -84889,9 +84906,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '304': *37 '404': *6 '406': @@ -84900,7 +84917,7 @@ paths: application/json: schema: *3 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84926,9 +84943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -84970,9 +84987,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '422': *15 '403': *29 x-github: @@ -84994,9 +85011,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: true content: @@ -85056,21 +85073,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '401': *25 '403': *29 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85096,10 +85113,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: - - *359 - *360 - - *597 - - *160 + - *361 + - *598 + - *161 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -85109,7 +85126,7 @@ paths: enum: - asc - desc - - *140 + - *141 - *17 - *19 responses: @@ -85119,9 +85136,9 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: - default: *598 + default: *599 headers: Link: *39 x-github: @@ -85154,9 +85171,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: true content: @@ -85261,7 +85278,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: example-for-a-multi-line-comment: value: @@ -85349,10 +85366,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: - - *359 - *360 - - *597 - - *149 + - *361 + - *598 + - *150 requestBody: required: true content: @@ -85374,7 +85391,7 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: default: value: @@ -85460,9 +85477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 - *17 - *19 responses: @@ -85472,9 +85489,9 @@ paths: application/json: schema: type: array - items: *483 + items: *484 examples: - default: *599 + default: *600 headers: Link: *39 x-github: @@ -85504,9 +85521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *359 - *360 - - *597 + - *361 + - *598 - *17 - *19 responses: @@ -85516,7 +85533,7 @@ paths: application/json: schema: type: array - items: *498 + items: *499 examples: default: value: @@ -85535,7 +85552,7 @@ paths: Link: *39 '422': *15 '500': *97 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85554,9 +85571,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: - - *359 - *360 - - *597 + - *361 + - *598 responses: '204': description: Response if pull request has been merged @@ -85579,9 +85596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -85692,9 +85709,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: - - *359 - *360 - - *597 + - *361 + - *598 responses: '200': description: Response @@ -85710,7 +85727,7 @@ paths: items: *4 teams: type: array - items: *274 + items: *275 required: - users - teams @@ -85769,9 +85786,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -85808,7 +85825,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -86344,9 +86361,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: true content: @@ -86380,7 +86397,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: default: value: @@ -86885,9 +86902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *359 - *360 - - *597 + - *361 + - *598 - *17 - *19 responses: @@ -86897,7 +86914,7 @@ paths: application/json: schema: type: array - items: &600 + items: &601 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -86966,7 +86983,7 @@ paths: type: string body_text: type: string - author_association: *137 + author_association: *138 required: - id - node_id @@ -87048,9 +87065,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: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -87136,9 +87153,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &602 + default: &603 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87201,10 +87218,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: - - *359 - *360 - - *597 - - &601 + - *361 + - *598 + - &602 name: review_id description: The unique identifier of the review. in: path @@ -87216,9 +87233,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: &603 + default: &604 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -87277,10 +87294,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 requestBody: required: true content: @@ -87303,7 +87320,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -87365,18 +87382,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 responses: '200': description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *602 + default: *603 '422': *7 '404': *6 x-github: @@ -87403,10 +87420,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 - *17 - *19 responses: @@ -87485,13 +87502,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *137 + author_association: *138 _links: type: object properties: - self: *489 - html: *489 - pull_request: *489 + self: *490 + html: *490 + pull_request: *490 required: - self - html @@ -87500,7 +87517,7 @@ paths: type: string body_html: type: string - reactions: *138 + reactions: *139 side: description: The side of the first line of the range for a multi-line comment. @@ -87634,10 +87651,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 requestBody: required: true content: @@ -87665,7 +87682,7 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: default: value: @@ -87728,10 +87745,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: - - *359 - *360 - - *597 - - *601 + - *361 + - *598 + - *602 requestBody: required: true content: @@ -87766,9 +87783,9 @@ paths: description: Response content: application/json: - schema: *600 + schema: *601 examples: - default: *603 + default: *604 '404': *6 '422': *7 '403': *29 @@ -87790,9 +87807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *359 - *360 - - *597 + - *361 + - *598 requestBody: required: false content: @@ -87855,8 +87872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *359 - *360 + - *361 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -87869,9 +87886,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: &605 + default: &606 value: type: file encoding: base64 @@ -87913,8 +87930,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: - - *359 - *360 + - *361 - name: dir description: The alternate path to look for a README file in: path @@ -87934,9 +87951,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *605 examples: - default: *605 + default: *606 '404': *6 '422': *15 x-github: @@ -87958,8 +87975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -87969,7 +87986,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Release description: A release. type: object @@ -88032,7 +88049,7 @@ paths: author: *4 assets: type: array - items: &607 + items: &608 title: Release Asset description: Data related to a release. type: object @@ -88103,7 +88120,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *138 + reactions: *139 required: - assets_url - upload_url @@ -88213,8 +88230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -88290,9 +88307,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &610 + default: &611 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -88395,9 +88412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *359 - *360 - - &608 + - *361 + - &609 name: asset_id description: The unique identifier of the asset. in: path @@ -88409,9 +88426,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: &609 + default: &610 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 @@ -88445,7 +88462,7 @@ paths: type: User site_admin: false '404': *6 - '302': *500 + '302': *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88461,9 +88478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *359 - *360 - - *608 + - *361 + - *609 requestBody: required: false content: @@ -88491,9 +88508,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *609 + default: *610 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88509,9 +88526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *359 - *360 - - *608 + - *361 + - *609 responses: '204': description: Response @@ -88535,8 +88552,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -88621,16 +88638,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *610 + default: *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88647,8 +88664,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *359 - *360 + - *361 - name: tag description: tag parameter in: path @@ -88661,9 +88678,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *610 + default: *611 '404': *6 x-github: githubCloudOnly: false @@ -88685,9 +88702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *359 - *360 - - &611 + - *361 + - &612 name: release_id description: The unique identifier of the release. in: path @@ -88701,9 +88718,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: *606 + schema: *607 examples: - default: *610 + default: *611 '401': description: Unauthorized x-github: @@ -88721,9 +88738,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 requestBody: required: false content: @@ -88787,9 +88804,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *610 + default: *611 '404': description: Not Found if the discussion category name is invalid content: @@ -88810,9 +88827,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 responses: '204': description: Response @@ -88832,9 +88849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *359 - *360 - - *611 + - *361 + - *612 - *17 - *19 responses: @@ -88844,7 +88861,7 @@ paths: application/json: schema: type: array - items: *607 + items: *608 examples: default: value: @@ -88925,9 +88942,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: - - *359 - *360 - - *611 + - *361 + - *612 - name: name in: query required: true @@ -88953,7 +88970,7 @@ paths: description: Response for successful upload content: application/json: - schema: *607 + schema: *608 examples: response-for-successful-upload: value: @@ -89007,9 +89024,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 - 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. @@ -89033,9 +89050,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 '404': *6 @@ -89056,9 +89073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *359 - *360 - - *611 + - *361 + - *612 requestBody: required: true content: @@ -89088,16 +89105,16 @@ paths: description: Reaction exists content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '201': description: Reaction created content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 '422': *15 x-github: githubCloudOnly: false @@ -89119,10 +89136,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *359 - *360 - - *611 - - *351 + - *361 + - *612 + - *352 responses: '204': description: Response @@ -89146,9 +89163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *359 - *360 - - *418 + - *361 + - *419 - *17 - *19 responses: @@ -89164,8 +89181,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *612 - - &614 + - *613 + - &615 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89185,53 +89202,53 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *613 - *614 - - allOf: - *615 - - *614 - allOf: - *616 - - *614 + - *615 - allOf: - *617 - - *614 + - *615 - allOf: - *618 - - *614 + - *615 - allOf: - *619 - - *614 + - *615 - allOf: - *620 - - *614 + - *615 - allOf: - *621 - - *614 + - *615 - allOf: - *622 - - *614 + - *615 - allOf: - *623 - - *614 + - *615 - allOf: - *624 - - *614 + - *615 - allOf: - *625 - - *614 + - *615 - allOf: - *626 - - *614 + - *615 - allOf: - *627 - - *614 + - *615 - allOf: - *628 - - *614 + - *615 - allOf: - *629 - - *614 + - *615 + - allOf: + - *630 + - *615 examples: default: value: @@ -89270,8 +89287,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - *17 - *19 - name: includes_parents @@ -89282,7 +89299,7 @@ paths: schema: type: boolean default: true - - *630 + - *631 responses: '200': description: Response @@ -89290,7 +89307,7 @@ paths: application/json: schema: type: array - items: *125 + items: *126 examples: default: value: @@ -89337,8 +89354,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 requestBody: description: Request body required: true @@ -89358,16 +89375,16 @@ paths: - tag - push default: branch - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *118 + items: *124 + conditions: *119 rules: type: array description: An array of rules within the ruleset. - items: *124 + items: *125 required: - name - enforcement @@ -89398,9 +89415,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: &639 + default: &640 value: id: 42 name: super cool ruleset @@ -89447,12 +89464,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *359 - *360 - - *631 - - *315 + - *361 - *632 + - *316 - *633 + - *634 - *17 - *19 responses: @@ -89460,9 +89477,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '404': *6 '500': *97 x-github: @@ -89483,17 +89500,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *359 - *360 - - *636 + - *361 + - *637 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '500': *97 x-github: @@ -89521,8 +89538,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89542,9 +89559,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *639 + default: *640 '404': *6 '500': *97 put: @@ -89562,8 +89579,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89588,16 +89605,16 @@ paths: - branch - tag - push - enforcement: *122 + enforcement: *123 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *123 - conditions: *118 + items: *124 + conditions: *119 rules: description: An array of rules within the ruleset. type: array - items: *124 + items: *125 examples: default: value: @@ -89625,9 +89642,9 @@ paths: description: Response content: application/json: - schema: *125 + schema: *126 examples: - default: *639 + default: *640 '404': *6 '500': *97 delete: @@ -89645,8 +89662,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -89674,20 +89691,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: - - *359 - *360 - - *317 + - *361 - *318 - *319 - *320 + - *321 - *84 - *19 - *17 - - *640 - *641 - - *321 + - *642 - *322 - *323 + - *324 responses: '200': description: Response @@ -89695,11 +89712,11 @@ paths: application/json: schema: type: array - items: &644 + items: &645 type: object properties: number: *98 - created_at: *104 + created_at: *105 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -89707,15 +89724,15 @@ paths: format: date-time readOnly: true nullable: true - url: *102 - html_url: *103 + url: *103 + html_url: *104 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolved_at: type: string format: date-time @@ -89906,7 +89923,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89928,15 +89945,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: - - *359 - *360 - - *452 + - *361 + - *453 responses: '200': description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -89967,7 +89984,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89988,9 +90005,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: - - *359 - *360 - - *452 + - *361 + - *453 requestBody: required: true content: @@ -89998,8 +90015,8 @@ paths: schema: type: object properties: - state: *642 - resolution: *643 + state: *643 + resolution: *644 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -90017,7 +90034,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: default: value: @@ -90070,7 +90087,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -90092,9 +90109,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: - - *359 - *360 - - *452 + - *361 + - *453 - *19 - *17 responses: @@ -90105,7 +90122,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &804 + items: &805 type: object properties: type: @@ -90442,7 +90459,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90464,8 +90481,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -90473,14 +90490,14 @@ paths: schema: type: object properties: - reason: &646 + reason: &647 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *645 + placeholder_id: *646 required: - reason - placeholder_id @@ -90497,7 +90514,7 @@ paths: schema: type: object properties: - reason: *646 + reason: *647 expire_at: type: string format: date-time @@ -90520,7 +90537,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *128 + '503': *129 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -90540,13 +90557,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: - - *359 - *360 + - *361 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *128 + '503': *129 '200': description: Response content: @@ -90556,7 +90573,7 @@ paths: properties: incremental_scans: type: array - items: &647 + items: &648 description: Information on a single scan performed by secret scanning on the repository type: object @@ -90582,15 +90599,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *647 + items: *648 backfill_scans: type: array - items: *647 + items: *648 custom_pattern_backfill_scans: type: array items: allOf: - - *647 + - *648 - type: object properties: pattern_name: @@ -90660,8 +90677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *359 - *360 + - *361 - *84 - name: sort description: The property to sort the results by. @@ -90705,9 +90722,9 @@ paths: application/json: schema: type: array - items: *648 + items: *649 examples: - default: *649 + default: *650 '400': *14 '404': *6 x-github: @@ -90730,8 +90747,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -90804,7 +90821,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *327 required: - login - type @@ -90891,9 +90908,9 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: &651 + default: &652 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -91126,8 +91143,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -91231,7 +91248,7 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: default: value: @@ -91378,17 +91395,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: - - *359 - *360 - - *650 + - *361 + - *651 responses: '200': description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 + default: *652 '403': *29 '404': *6 x-github: @@ -91412,9 +91429,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: - - *359 - *360 - - *650 + - *361 + - *651 requestBody: required: true content: @@ -91487,7 +91504,7 @@ paths: login: type: string description: The username of the user credited. - type: *326 + type: *327 required: - login - type @@ -91573,17 +91590,17 @@ paths: description: Response content: application/json: - schema: *648 + schema: *649 examples: - default: *651 - add_credit: *651 + default: *652 + add_credit: *652 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *176 + schema: *177 examples: invalid_state_transition: value: @@ -91614,9 +91631,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: - - *359 - *360 - - *650 + - *361 + - *651 responses: '202': *93 '400': *14 @@ -91643,17 +91660,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: - - *359 - *360 - - *650 + - *361 + - *651 responses: '202': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 '400': *14 '422': *15 '403': *29 @@ -91679,8 +91696,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -91779,8 +91796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -91789,7 +91806,7 @@ paths: application/json: schema: type: array - items: &652 + items: &653 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -91802,7 +91819,7 @@ paths: - 1124 - -435 '202': *93 - '204': *115 + '204': *116 '422': description: Repository contains more than 10,000 commits x-github: @@ -91822,8 +91839,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -91872,7 +91889,7 @@ paths: total: 89 week: 1336280400 '202': *93 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91899,8 +91916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -91974,7 +91991,7 @@ paths: d: 77 c: 10 '202': *93 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91996,8 +92013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *359 - *360 + - *361 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -92151,8 +92168,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: - - *359 - *360 + - *361 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -92162,7 +92179,7 @@ paths: application/json: schema: type: array - items: *652 + items: *653 examples: default: value: @@ -92175,7 +92192,7 @@ paths: - - 0 - 2 - 21 - '204': *115 + '204': *116 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92195,8 +92212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *359 - *360 + - *361 - name: sha in: path required: true @@ -92250,7 +92267,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -92304,8 +92321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -92317,7 +92334,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -92337,14 +92354,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *359 - *360 + - *361 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &654 + schema: &655 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -92412,8 +92429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -92439,7 +92456,7 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: default: value: @@ -92466,8 +92483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -92487,8 +92504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -92567,8 +92584,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: - - *359 - *360 + - *361 responses: '200': description: Response @@ -92576,7 +92593,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Tag protection description: Tag protection type: object @@ -92628,8 +92645,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: - - *359 - *360 + - *361 requestBody: required: true content: @@ -92652,7 +92669,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -92683,8 +92700,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: - - *359 - *360 + - *361 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -92721,8 +92738,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *359 - *360 + - *361 - name: ref in: path required: true @@ -92758,8 +92775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -92769,9 +92786,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - default: *289 + default: *290 headers: Link: *39 '404': *6 @@ -92791,8 +92808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *359 - *360 + - *361 - *19 - *17 responses: @@ -92800,7 +92817,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -92812,7 +92829,7 @@ paths: required: - names examples: - default: &657 + default: &658 value: names: - octocat @@ -92835,8 +92852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -92867,9 +92884,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '422': *7 x-github: @@ -92890,9 +92907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *359 - *360 - - &658 + - *361 + - &659 name: per description: The time frame to display results for. in: query @@ -92921,7 +92938,7 @@ paths: example: 128 clones: type: array - items: &659 + items: &660 title: Traffic type: object properties: @@ -93008,8 +93025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -93099,8 +93116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -93160,9 +93177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *359 - *360 - - *658 + - *361 + - *659 responses: '200': description: Response @@ -93181,7 +93198,7 @@ paths: example: 3782 views: type: array - items: *659 + items: *660 required: - uniques - count @@ -93258,8 +93275,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -93295,7 +93312,7 @@ paths: description: Response content: application/json: - schema: *193 + schema: *194 examples: default: value: @@ -93533,8 +93550,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: - - *359 - *360 + - *361 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -93557,8 +93574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -93580,8 +93597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -93607,8 +93624,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *359 - *360 + - *361 - name: ref in: path required: true @@ -93700,9 +93717,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -93743,7 +93760,7 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: default: value: @@ -93853,7 +93870,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &667 + - &668 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -93862,7 +93879,7 @@ paths: schema: type: string example: members - - &672 + - &673 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -93873,7 +93890,7 @@ paths: default: 1 format: int32 example: 1 - - &673 + - &674 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -93915,7 +93932,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &661 + items: &662 allOf: - type: object required: @@ -93990,7 +94007,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: &674 + meta: &675 type: object description: The metadata associated with the creation/updates to the user. @@ -94050,31 +94067,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &662 + '400': &663 description: Bad request content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '401': &663 + schema: *661 + '401': &664 description: Authorization failure - '403': &664 + '403': &665 description: Permission denied - '429': &665 + '429': &666 description: Too many requests content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '500': &666 + schema: *661 + '500': &667 description: Internal server error content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 + schema: *661 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94098,7 +94115,7 @@ paths: required: true content: application/json: - schema: &670 + schema: &671 type: object required: - schemas @@ -94154,9 +94171,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *661 + schema: *662 examples: - group: &668 + group: &669 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -94175,13 +94192,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': *662 - '401': *663 - '403': *664 - '409': &671 + '400': *663 + '401': *664 + '403': *665 + '409': &672 description: Duplicate record detected - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94198,7 +94215,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: - - &669 + - &670 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -94206,22 +94223,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *667 + - *668 - *40 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *661 + schema: *662 examples: - default: *668 - '400': *662 - '401': *663 - '403': *664 + default: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94240,13 +94257,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: - - *669 + - *670 - *40 requestBody: required: true content: application/json: - schema: *670 + schema: *671 examples: group: summary: Group @@ -94272,17 +94289,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - group: *668 - groupWithMembers: *668 - '400': *662 - '401': *663 - '403': *664 + group: *669 + groupWithMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94306,13 +94323,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: - - *669 + - *670 - *40 requestBody: required: true content: application/json: - schema: &681 + schema: &682 type: object required: - Operations @@ -94372,17 +94389,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *661 + schema: *662 examples: - updateGroup: *668 - addMembers: *668 - '400': *662 - '401': *663 - '403': *664 + updateGroup: *669 + addMembers: *669 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94398,17 +94415,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: - - *669 + - *670 - *40 responses: '204': description: Group was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94442,8 +94459,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *672 - *673 + - *674 - *40 responses: '200': @@ -94476,7 +94493,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &676 + items: &677 allOf: - type: object required: @@ -94555,7 +94572,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &675 + roles: &676 type: array description: The roles assigned to the user. items: @@ -94611,7 +94628,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *674 + meta: *675 startIndex: type: integer description: A starting index for the returned page @@ -94648,11 +94665,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *662 - '401': *663 - '403': *664 - '429': *665 - '500': *666 + '400': *663 + '401': *664 + '403': *665 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94676,7 +94693,7 @@ paths: required: true content: application/json: - schema: &679 + schema: &680 type: object required: - schemas @@ -94758,9 +94775,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *675 + roles: *676 examples: - user: &680 + user: &681 summary: User value: schemas: @@ -94807,9 +94824,9 @@ paths: description: User has been created content: application/scim+json: - schema: *676 + schema: *677 examples: - user: &677 + user: &678 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -94835,13 +94852,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: *677 - '400': *662 - '401': *663 - '403': *664 - '409': *671 - '429': *665 - '500': *666 + enterpriseOwner: *678 + '400': *663 + '401': *664 + '403': *665 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94858,7 +94875,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: - - &678 + - &679 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -94871,15 +94888,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *676 + schema: *677 examples: - default: *677 - '400': *662 - '401': *663 - '403': *664 + default: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94901,30 +94918,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: *679 + schema: *680 examples: - user: *680 + user: *681 responses: '200': description: User was updated content: application/scim+json: - schema: *676 + schema: *677 examples: - user: *677 - '400': *662 - '401': *663 - '403': *664 + user: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -94959,13 +94976,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: - - *678 + - *679 - *40 requestBody: required: true content: application/json: - schema: *681 + schema: *682 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -95005,18 +95022,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *676 - examples: - userMultiValuedProperties: *677 - userSingleValuedProperties: *677 - disableUser: *677 - '400': *662 - '401': *663 - '403': *664 + schema: *677 + examples: + userMultiValuedProperties: *678 + userSingleValuedProperties: *678 + disableUser: *678 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '409': *671 - '429': *665 - '500': *666 + '409': *672 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95036,17 +95053,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: - - *678 + - *679 - *40 responses: '204': description: User was deleted, no content - '400': *662 - '401': *663 - '403': *664 + '400': *663 + '401': *664 + '403': *665 '404': *6 - '429': *665 - '500': *666 + '429': *666 + '500': *667 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -95079,7 +95096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#list-scim-provisioned-identities parameters: - - *173 + - *174 - name: startIndex description: 'Used for pagination: the index of the first result to return.' in: query @@ -95133,7 +95150,7 @@ paths: example: 1 Resources: type: array - items: &682 + items: &683 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -95364,22 +95381,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': *37 - '404': &683 + '404': &684 description: Resource not found content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '403': &684 + schema: *661 + '403': &685 description: Forbidden content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 - '429': *665 + schema: *661 + '400': *663 + '429': *666 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -95399,15 +95416,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#provision-and-invite-a-scim-user parameters: - - *173 + - *174 responses: '201': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: &685 + default: &686 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -95430,17 +95447,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': *37 - '404': *683 - '403': *684 - '500': *666 + '404': *684 + '403': *685 + '500': *667 '409': description: Conflict content: application/json: - schema: *660 + schema: *661 application/scim+json: - schema: *660 - '400': *662 + schema: *661 + '400': *663 requestBody: required: true content: @@ -95532,18 +95549,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: - - *173 - - *678 + - *174 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 - '404': *683 - '403': *684 + default: *686 + '404': *684 + '403': *685 '304': *37 x-github: githubCloudOnly: true @@ -95566,19 +95583,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - - *173 - - *678 + - *174 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *37 - '404': *683 - '403': *684 + '404': *684 + '403': *685 requestBody: required: true content: @@ -95686,20 +95703,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: - - *173 - - *678 + - *174 + - *679 responses: '200': description: Response content: application/scim+json: - schema: *682 + schema: *683 examples: - default: *685 + default: *686 '304': *37 - '404': *683 - '403': *684 - '400': *662 + '404': *684 + '403': *685 + '400': *663 '429': description: Response content: @@ -95789,13 +95806,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: - - *173 - - *678 + - *174 + - *679 responses: '204': description: Response - '404': *683 - '403': *684 + '404': *684 + '403': *685 '304': *37 x-github: githubCloudOnly: true @@ -95910,7 +95927,7 @@ paths: html_url: type: string format: uri - repository: *193 + repository: *194 score: type: number file_size: @@ -95928,7 +95945,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &686 + text_matches: &687 title: Search Result Text Matches type: array items: @@ -96042,7 +96059,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *37 - '503': *128 + '503': *129 '422': *15 '403': *29 x-github: @@ -96091,7 +96108,7 @@ paths: enum: - author-date - committer-date - - &687 + - &688 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 @@ -96162,7 +96179,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *416 + properties: *417 nullable: true comment_count: type: integer @@ -96182,7 +96199,7 @@ paths: url: type: string format: uri - verification: *535 + verification: *536 required: - author - committer @@ -96201,7 +96218,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *416 + properties: *417 nullable: true parents: type: array @@ -96214,12 +96231,12 @@ paths: type: string sha: type: string - repository: *193 + repository: *194 score: type: number node_id: type: string - text_matches: *686 + text_matches: *687 required: - sha - node_id @@ -96412,7 +96429,7 @@ paths: - interactions - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -96531,8 +96548,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *487 - required: *488 + properties: *488 + required: *489 nullable: true comments: type: integer @@ -96546,7 +96563,7 @@ paths: type: string format: date-time nullable: true - text_matches: *686 + text_matches: *687 pull_request: type: object properties: @@ -96579,7 +96596,7 @@ paths: type: string score: type: number - author_association: *137 + author_association: *138 draft: type: boolean repository: *63 @@ -96599,9 +96616,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 - reactions: *138 + properties: *136 + required: *137 + reactions: *139 required: - assignee - closed_at @@ -96717,7 +96734,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *128 + '503': *129 '422': *15 '304': *37 '403': *29 @@ -96770,7 +96787,7 @@ paths: enum: - created - updated - - *687 + - *688 - *17 - *19 responses: @@ -96814,7 +96831,7 @@ paths: nullable: true score: type: number - text_matches: *686 + text_matches: *687 required: - id - node_id @@ -96900,7 +96917,7 @@ paths: - forks - help-wanted-issues - updated - - *687 + - *688 - *17 - *19 responses: @@ -97119,8 +97136,8 @@ paths: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true permissions: type: object @@ -97139,7 +97156,7 @@ paths: - admin - pull - push - text_matches: *686 + text_matches: *687 temp_clone_token: type: string allow_merge_commit: @@ -97341,7 +97358,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *128 + '503': *129 '422': *15 '304': *37 x-github: @@ -97440,7 +97457,7 @@ paths: type: string format: uri nullable: true - text_matches: *686 + text_matches: *687 related: type: array nullable: true @@ -97633,7 +97650,7 @@ paths: - followers - repositories - joined - - *687 + - *688 - *17 - *19 responses: @@ -97737,7 +97754,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *686 + text_matches: *687 blog: type: string nullable: true @@ -97796,7 +97813,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *37 - '503': *128 + '503': *129 '422': *15 x-github: githubCloudOnly: false @@ -97816,7 +97833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &688 + - &689 name: team_id description: The unique identifier of the team. in: path @@ -97828,9 +97845,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 x-github: githubCloudOnly: false @@ -97857,7 +97874,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -97920,16 +97937,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '201': description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '422': *15 '403': *29 @@ -97957,7 +97974,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *688 + - *689 responses: '204': description: Response @@ -97988,7 +98005,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *688 + - *689 - *84 - *17 - *19 @@ -97999,9 +98016,9 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: - default: *689 + default: *690 headers: Link: *39 x-github: @@ -98030,7 +98047,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *688 + - *689 requestBody: required: true content: @@ -98064,9 +98081,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: triggersNotification: true githubCloudOnly: false @@ -98093,16 +98110,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *688 - - *344 + - *689 + - *345 responses: '200': description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98127,8 +98144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *688 - - *344 + - *689 + - *345 requestBody: required: false content: @@ -98151,9 +98168,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *690 + default: *691 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98178,8 +98195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *688 - - *344 + - *689 + - *345 responses: '204': description: Response @@ -98208,8 +98225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *688 - - *344 + - *689 + - *345 - *84 - *17 - *19 @@ -98220,9 +98237,9 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: - default: *691 + default: *692 headers: Link: *39 x-github: @@ -98251,8 +98268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *688 - - *344 + - *689 + - *345 requestBody: required: true content: @@ -98274,9 +98291,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: triggersNotification: true githubCloudOnly: false @@ -98303,17 +98320,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 responses: '200': description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *346 + default: *347 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98338,9 +98355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 requestBody: required: true content: @@ -98362,9 +98379,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *346 examples: - default: *692 + default: *693 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98389,9 +98406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 responses: '204': description: Response @@ -98420,9 +98437,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: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 - 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. @@ -98448,9 +98465,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -98479,9 +98496,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: - - *688 - - *344 - - *347 + - *689 + - *345 + - *348 requestBody: required: true content: @@ -98513,9 +98530,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98541,8 +98558,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: - - *688 - - *344 + - *689 + - *345 - 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. @@ -98568,9 +98585,9 @@ paths: application/json: schema: type: array - items: *348 + items: *349 examples: - default: *350 + default: *351 headers: Link: *39 x-github: @@ -98599,8 +98616,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: - - *688 - - *344 + - *689 + - *345 requestBody: required: true content: @@ -98632,9 +98649,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *349 examples: - default: *349 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -98658,7 +98675,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -98668,9 +98685,9 @@ paths: application/json: schema: type: array - items: *271 + items: *272 examples: - default: *272 + default: *273 headers: Link: *39 x-github: @@ -98696,7 +98713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *688 + - *689 - name: role description: Filters members returned by their role in the team. in: query @@ -98719,7 +98736,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '404': *6 @@ -98747,8 +98764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *688 - - *215 + - *689 + - *216 responses: '204': description: if user is a member @@ -98784,8 +98801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *688 - - *215 + - *689 + - *216 responses: '204': description: Response @@ -98824,8 +98841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *688 - - *215 + - *689 + - *216 responses: '204': description: Response @@ -98861,16 +98878,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: - - *688 - - *215 + - *689 + - *216 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-user-is-a-team-maintainer: *693 + response-if-user-is-a-team-maintainer: *694 '404': *6 x-github: githubCloudOnly: false @@ -98903,8 +98920,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: - - *688 - - *215 + - *689 + - *216 requestBody: required: false content: @@ -98929,9 +98946,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: *694 + response-if-users-membership-with-team-is-now-pending: *695 '403': description: Forbidden if team synchronization is set up '422': @@ -98965,8 +98982,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: - - *688 - - *215 + - *689 + - *216 responses: '204': description: Response @@ -98995,7 +99012,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -99005,9 +99022,9 @@ paths: application/json: schema: type: array - items: *357 + items: *358 examples: - default: *695 + default: *696 headers: Link: *39 '404': *6 @@ -99034,16 +99051,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: - - *688 - - *358 + - *689 + - *359 responses: '200': description: Response content: application/json: - schema: *357 + schema: *358 examples: - default: *696 + default: *697 '404': description: Not Found if project is not managed by this team x-github: @@ -99068,8 +99085,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: - - *688 - - *358 + - *689 + - *359 requestBody: required: false content: @@ -99137,8 +99154,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: - - *688 - - *358 + - *689 + - *359 responses: '204': description: Response @@ -99165,7 +99182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -99175,9 +99192,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 '404': *6 @@ -99207,15 +99224,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: - - *688 - - *359 + - *689 - *360 + - *361 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *697 + schema: *698 examples: alternative-response-with-extra-repository-information: value: @@ -99366,9 +99383,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: - - *688 - - *359 + - *689 - *360 + - *361 requestBody: required: false content: @@ -99418,9 +99435,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: - - *688 - - *359 + - *689 - *360 + - *361 responses: '204': description: Response @@ -99449,15 +99466,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: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *361 + schema: *362 examples: - default: *362 + default: *363 '403': *29 '404': *6 x-github: @@ -99484,7 +99501,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: - - *688 + - *689 requestBody: required: true content: @@ -99541,7 +99558,7 @@ paths: description: Response content: application/json: - schema: *361 + schema: *362 examples: default: value: @@ -99572,7 +99589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *688 + - *689 - *17 - *19 responses: @@ -99582,9 +99599,9 @@ paths: application/json: schema: type: array - items: *274 + items: *275 examples: - response-if-child-teams-exist: *698 + response-if-child-teams-exist: *699 headers: Link: *39 '404': *6 @@ -99617,7 +99634,7 @@ paths: application/json: schema: oneOf: - - &700 + - &701 title: Private User description: Private User type: object @@ -99820,7 +99837,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *699 + - *700 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -99973,7 +99990,7 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: default: value: @@ -100052,7 +100069,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 '304': *37 '404': *6 '403': *29 @@ -100075,7 +100092,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: - - *215 + - *216 responses: '204': description: If the user is blocked @@ -100103,7 +100120,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -100127,7 +100144,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -100176,9 +100193,9 @@ paths: type: integer codespaces: type: array - items: *278 + items: *279 examples: - default: *279 + default: *280 '304': *37 '500': *97 '401': *25 @@ -100317,21 +100334,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '401': *25 '403': *29 '404': *6 - '503': *128 + '503': *129 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -100371,7 +100388,7 @@ paths: type: integer secrets: type: array - items: &701 + items: &702 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -100411,7 +100428,7 @@ paths: - visibility - selected_repositories_url examples: - default: *475 + default: *476 headers: Link: *39 x-github: @@ -100481,13 +100498,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: - - *203 + - *204 responses: '200': description: Response content: application/json: - schema: *701 + schema: *702 examples: default: value: @@ -100517,7 +100534,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: - - *203 + - *204 requestBody: required: true content: @@ -100562,7 +100579,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -100590,7 +100607,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: - - *203 + - *204 responses: '204': description: Response @@ -100615,7 +100632,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: - - *203 + - *204 responses: '200': description: Response @@ -100631,9 +100648,9 @@ paths: type: integer repositories: type: array - items: *193 + items: *194 examples: - default: *702 + default: *703 '401': *25 '403': *29 '404': *6 @@ -100658,7 +100675,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: - - *203 + - *204 requestBody: required: true content: @@ -100712,7 +100729,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: - - *203 + - *204 - name: repository_id in: path required: true @@ -100745,7 +100762,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: - - *203 + - *204 - name: repository_id in: path required: true @@ -100777,15 +100794,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: - - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '304': *37 '500': *97 '401': *25 @@ -100811,7 +100828,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: - - *280 + - *281 requestBody: required: false content: @@ -100841,9 +100858,9 @@ paths: description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '401': *25 '403': *29 '404': *6 @@ -100865,7 +100882,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: - - *280 + - *281 responses: '202': *93 '304': *37 @@ -100894,13 +100911,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: - - *280 + - *281 responses: '202': description: Response content: application/json: - schema: &703 + schema: &704 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -100941,7 +100958,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &704 + default: &705 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -100973,7 +100990,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *280 + - *281 - name: export_id in: path required: true @@ -100986,9 +101003,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -101009,7 +101026,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *280 + - *281 responses: '200': description: Response @@ -101025,9 +101042,9 @@ paths: type: integer machines: type: array - items: *705 + items: *706 examples: - default: *706 + default: *707 '304': *37 '500': *97 '401': *25 @@ -101056,7 +101073,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: - - *280 + - *281 requestBody: required: true content: @@ -101106,13 +101123,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *372 + repository: *373 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *473 - required: *474 + properties: *474 + required: *475 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -101886,15 +101903,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: - - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '304': *37 '500': *97 '400': *14 @@ -101926,15 +101943,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: - - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *278 + schema: *279 examples: - default: *472 + default: *473 '500': *97 '401': *25 '403': *29 @@ -101964,9 +101981,9 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: &719 + default: &720 value: - id: 197 name: hello_docker @@ -102067,7 +102084,7 @@ paths: application/json: schema: type: array - items: &707 + items: &708 title: Email description: Email type: object @@ -102132,9 +102149,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: &721 + default: &722 value: - email: octocat@github.com verified: true @@ -102209,7 +102226,7 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: default: value: @@ -102319,7 +102336,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '304': *37 @@ -102352,7 +102369,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 '304': *37 @@ -102374,7 +102391,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: - - *215 + - *216 responses: '204': description: if the person is followed by the authenticated user @@ -102404,7 +102421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -102429,7 +102446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *215 + - *216 responses: '204': description: Response @@ -102465,7 +102482,7 @@ paths: application/json: schema: type: array - items: &708 + items: &709 title: GPG Key description: A unique encryption key type: object @@ -102596,7 +102613,7 @@ paths: - subkeys - revoked examples: - default: &732 + default: &733 value: - id: 3 name: Octocat's GPG Key @@ -102681,9 +102698,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: &709 + default: &710 value: id: 3 name: Octocat's GPG Key @@ -102740,7 +102757,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: - - &710 + - &711 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -102752,9 +102769,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '404': *6 '304': *37 '403': *29 @@ -102777,7 +102794,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: - - *710 + - *711 responses: '204': description: Response @@ -102968,7 +102985,7 @@ paths: type: array items: *63 examples: - default: *711 + default: *712 headers: Link: *39 '404': *6 @@ -102993,7 +103010,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *188 + - *189 responses: '204': description: Response @@ -103019,7 +103036,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *188 + - *189 responses: '204': description: Response @@ -103053,12 +103070,12 @@ paths: application/json: schema: anyOf: - - *269 + - *270 - type: object properties: {} additionalProperties: false examples: - default: *270 + default: *271 '204': description: Response when there are no restrictions x-github: @@ -103082,7 +103099,7 @@ paths: required: true content: application/json: - schema: *546 + schema: *547 examples: default: value: @@ -103093,7 +103110,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -103174,7 +103191,7 @@ paths: - closed - all default: open - - *275 + - *276 - name: sort description: What to sort results by. in: query @@ -103187,7 +103204,7 @@ paths: - comments default: created - *84 - - *140 + - *141 - *17 - *19 responses: @@ -103197,9 +103214,9 @@ paths: application/json: schema: type: array - items: *150 + items: *151 examples: - default: *276 + default: *277 headers: Link: *39 '404': *6 @@ -103232,7 +103249,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Key description: Key type: object @@ -103329,9 +103346,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -103364,15 +103381,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: - - *575 + - *576 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 '404': *6 '304': *37 '403': *29 @@ -103395,7 +103412,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: - - *575 + - *576 responses: '204': description: Response @@ -103428,7 +103445,7 @@ paths: application/json: schema: type: array - items: &714 + items: &715 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -103485,7 +103502,7 @@ paths: - id - type - login - plan: *154 + plan: *155 required: - billing_cycle - next_billing_date @@ -103496,7 +103513,7 @@ paths: - account - plan examples: - default: &715 + default: &716 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -103558,9 +103575,9 @@ paths: application/json: schema: type: array - items: *714 + items: *715 examples: - default: *715 + default: *716 headers: Link: *39 '304': *37 @@ -103600,7 +103617,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -103702,13 +103719,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: - - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -103766,7 +103783,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: - - *173 + - *174 requestBody: required: true content: @@ -103791,7 +103808,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -103859,7 +103876,7 @@ paths: application/json: schema: type: array - items: *283 + items: *284 examples: default: value: @@ -104112,7 +104129,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -104292,7 +104309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *284 + - *285 - name: exclude in: query required: false @@ -104305,7 +104322,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *284 examples: default: value: @@ -104499,7 +104516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *284 + - *285 responses: '302': description: Response @@ -104525,7 +104542,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *284 + - *285 responses: '204': description: Response @@ -104554,8 +104571,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *284 - - *716 + - *285 + - *717 responses: '204': description: Response @@ -104579,7 +104596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *284 + - *285 - *17 - *19 responses: @@ -104589,9 +104606,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 '404': *6 @@ -104628,7 +104645,7 @@ paths: type: array items: *58 examples: - default: *717 + default: *718 headers: Link: *39 '304': *37 @@ -104670,7 +104687,7 @@ paths: - docker - nuget - container - - *718 + - *719 - *19 - *17 responses: @@ -104680,10 +104697,10 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *719 - '400': *720 + default: *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -104703,16 +104720,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: - - *292 - *293 + - *294 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: &733 + default: &734 value: id: 40201 name: octo-name @@ -104825,8 +104842,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: - - *292 - *293 + - *294 responses: '204': description: Response @@ -104856,8 +104873,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: - - *292 - *293 + - *294 - name: token description: package token schema: @@ -104889,8 +104906,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: - - *292 - *293 + - *294 - *19 - *17 - name: state @@ -104910,7 +104927,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -104959,15 +104976,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: - - *292 - *293 - - *295 + - *294 + - *296 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -105003,9 +105020,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: - - *292 - *293 - - *295 + - *294 + - *296 responses: '204': description: Response @@ -105035,9 +105052,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: - - *292 - *293 - - *295 + - *294 + - *296 responses: '204': description: Response @@ -105093,7 +105110,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *306 examples: default: value: @@ -105162,9 +105179,9 @@ paths: application/json: schema: type: array - items: *707 + items: *708 examples: - default: *721 + default: *722 headers: Link: *39 '304': *37 @@ -105277,7 +105294,7 @@ paths: type: array items: *63 examples: - default: &728 + default: &729 summary: Default response value: - id: 1296269 @@ -105579,9 +105596,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *374 + default: *375 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -105619,9 +105636,9 @@ paths: application/json: schema: type: array - items: *548 + items: *549 examples: - default: *722 + default: *723 headers: Link: *39 '304': *37 @@ -105644,7 +105661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *273 + - *274 responses: '204': description: Response @@ -105667,7 +105684,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *273 + - *274 responses: '204': description: Response @@ -105700,7 +105717,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Social account description: Social media account type: object @@ -105715,7 +105732,7 @@ paths: - provider - url examples: - default: &724 + default: &725 value: - provider: twitter url: https://twitter.com/github @@ -105777,9 +105794,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 '422': *15 '304': *37 '404': *6 @@ -105866,7 +105883,7 @@ paths: application/json: schema: type: array - items: &725 + items: &726 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -105886,7 +105903,7 @@ paths: - title - created_at examples: - default: &734 + default: &735 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105952,9 +105969,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: &726 + default: &727 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -105985,7 +106002,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: - - &727 + - &728 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -105997,9 +106014,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '304': *37 '403': *29 @@ -106022,7 +106039,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: - - *727 + - *728 responses: '204': description: Response @@ -106051,7 +106068,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: - - &735 + - &736 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 @@ -106076,11 +106093,11 @@ paths: type: array items: *63 examples: - default-response: *728 + default-response: *729 application/vnd.github.v3.star+json: schema: type: array - items: &736 + items: &737 title: Starred Repository description: Starred Repository type: object @@ -106236,8 +106253,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: - - *359 - *360 + - *361 responses: '204': description: Response if this repository is starred by you @@ -106265,8 +106282,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -106290,8 +106307,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: - - *359 - *360 + - *361 responses: '204': description: Response @@ -106324,9 +106341,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 '304': *37 @@ -106363,7 +106380,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -106441,7 +106458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *156 + - *157 responses: '200': description: Response @@ -106449,10 +106466,10 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: &730 + default-response: &731 summary: Default response value: login: octocat @@ -106487,7 +106504,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &731 + response-with-git-hub-plan-information: &732 summary: Response with GitHub plan information value: login: octocat @@ -106547,7 +106564,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *729 + - *730 - *17 responses: '200': @@ -106558,7 +106575,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: example: ; rel="next" @@ -106588,7 +106605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *215 + - *216 responses: '200': description: Response @@ -106596,11 +106613,11 @@ paths: application/json: schema: oneOf: + - *701 - *700 - - *699 examples: - default-response: *730 - response-with-git-hub-plan-information: *731 + default-response: *731 + response-with-git-hub-plan-information: *732 '404': *6 x-github: githubCloudOnly: false @@ -106626,7 +106643,7 @@ paths: - *17 - *82 - *83 - - *215 + - *216 - name: subject_digest description: Subject Digest in: path @@ -106728,7 +106745,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -106754,7 +106771,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: - - *215 + - *216 responses: '200': description: Response @@ -106762,9 +106779,9 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *719 + default: *720 '403': *29 '401': *25 x-github: @@ -106787,7 +106804,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -106797,7 +106814,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -106868,8 +106885,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: - - *215 - - *173 + - *216 + - *174 - *17 - *19 responses: @@ -106879,7 +106896,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -106958,7 +106975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -106968,7 +106985,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -107035,7 +107052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107047,7 +107064,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -107066,7 +107083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107078,7 +107095,7 @@ paths: type: array items: *4 examples: - default: *277 + default: *278 headers: Link: *39 x-github: @@ -107097,7 +107114,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: - - *215 + - *216 - name: target_user in: path required: true @@ -107124,8 +107141,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *215 - - *140 + - *216 + - *141 - *17 - *19 responses: @@ -107135,9 +107152,9 @@ paths: application/json: schema: type: array - items: *141 + items: *142 examples: - default: *142 + default: *143 headers: Link: *39 '422': *15 @@ -107158,7 +107175,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: - - *215 + - *216 - *17 - *19 responses: @@ -107168,9 +107185,9 @@ paths: application/json: schema: type: array - items: *708 + items: *709 examples: - default: *732 + default: *733 headers: Link: *39 x-github: @@ -107194,7 +107211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *215 + - *216 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -107266,7 +107283,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: - - *215 + - *216 responses: '200': description: Response @@ -107274,7 +107291,7 @@ paths: application/json: schema: *22 examples: - default: *545 + default: *546 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107292,7 +107309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107340,7 +107357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -107352,7 +107369,7 @@ paths: type: array items: *58 examples: - default: *717 + default: *718 headers: Link: *39 x-github: @@ -107391,8 +107408,8 @@ paths: - docker - nuget - container - - *718 - - *215 + - *719 + - *216 - *19 - *17 responses: @@ -107402,12 +107419,12 @@ paths: application/json: schema: type: array - items: *290 + items: *291 examples: - default: *719 + default: *720 '403': *29 '401': *25 - '400': *720 + '400': *721 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107427,17 +107444,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *292 - *293 - - *215 + - *294 + - *216 responses: '200': description: Response content: application/json: - schema: *290 + schema: *291 examples: - default: *733 + default: *734 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107458,9 +107475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *292 - *293 - - *215 + - *294 + - *216 responses: '204': description: Response @@ -107492,9 +107509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *292 - *293 - - *215 + - *294 + - *216 - name: token description: package token schema: @@ -107526,9 +107543,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: - - *292 - *293 - - *215 + - *294 + - *216 responses: '200': description: Response @@ -107536,7 +107553,7 @@ paths: application/json: schema: type: array - items: *294 + items: *295 examples: default: value: @@ -107594,16 +107611,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: - - *292 - *293 - - *295 - - *215 + - *294 + - *296 + - *216 responses: '200': description: Response content: application/json: - schema: *294 + schema: *295 examples: default: value: @@ -107638,10 +107655,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *292 - *293 - - *215 - - *295 + - *294 + - *216 + - *296 responses: '204': description: Response @@ -107673,10 +107690,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *292 - *293 - - *215 - - *295 + - *294 + - *216 + - *296 responses: '204': description: Response @@ -107699,7 +107716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *215 + - *216 - name: state description: Indicates the state of the projects to return. in: query @@ -107720,7 +107737,7 @@ paths: application/json: schema: type: array - items: *305 + items: *306 examples: default: value: @@ -107779,7 +107796,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: - - *215 + - *216 - *17 - *19 responses: @@ -107789,7 +107806,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -107868,7 +107885,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: - - *215 + - *216 - *17 - *19 responses: @@ -107878,7 +107895,7 @@ paths: application/json: schema: type: array - items: *162 + items: *163 examples: default: value: @@ -107955,7 +107972,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *215 + - *216 - name: type description: Limit results to repositories of the specified type. in: query @@ -107998,9 +108015,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -108024,15 +108041,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: - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *328 + schema: *329 examples: - default: *329 + default: *330 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108054,15 +108071,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: - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *332 + schema: *333 examples: - default: *333 + default: *334 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108084,15 +108101,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: - - *215 + - *216 responses: '200': description: Response content: application/json: - schema: *334 + schema: *335 examples: - default: *335 + default: *336 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108110,7 +108127,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: - - *215 + - *216 - *17 - *19 responses: @@ -108120,9 +108137,9 @@ paths: application/json: schema: type: array - items: *723 + items: *724 examples: - default: *724 + default: *725 headers: Link: *39 x-github: @@ -108142,7 +108159,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: - - *215 + - *216 - *17 - *19 responses: @@ -108152,9 +108169,9 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: - default: *734 + default: *735 headers: Link: *39 x-github: @@ -108178,8 +108195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *215 - - *735 + - *216 + - *736 - *84 - *17 - *19 @@ -108191,11 +108208,11 @@ paths: schema: anyOf: - type: array - items: *736 + items: *737 - type: array items: *63 examples: - default-response: *728 + default-response: *729 headers: Link: *39 x-github: @@ -108214,7 +108231,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *215 + - *216 - *17 - *19 responses: @@ -108224,9 +108241,9 @@ paths: application/json: schema: type: array - items: *193 + items: *194 examples: - default: *296 + default: *297 headers: Link: *39 x-github: @@ -108354,7 +108371,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &737 + enterprise: &738 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -108412,7 +108429,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &738 + installation: &739 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -108431,7 +108448,7 @@ x-webhooks: required: - id - node_id - organization: &739 + organization: &740 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -108491,13 +108508,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &740 + repository: &741 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &777 + properties: &778 id: description: Unique identifier of the repository example: 42 @@ -108517,8 +108534,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *151 - required: *152 + properties: *152 + required: *153 nullable: true organization: title: Simple User @@ -109180,7 +109197,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &778 + required: &779 - archive_url - assignees_url - blobs_url @@ -109331,10 +109348,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -109410,11 +109427,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: &741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: &742 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) @@ -109637,11 +109654,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -109824,11 +109841,11 @@ x-webhooks: - everyone required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - rule: *741 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + rule: *742 sender: *4 required: - action @@ -109901,7 +109918,7 @@ x-webhooks: required: true content: application/json: - schema: &744 + schema: &745 title: Exemption request cancellation event type: object properties: @@ -109909,11 +109926,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: &742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: &743 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -110063,7 +110080,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &743 + items: &744 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -110173,7 +110190,7 @@ x-webhooks: required: true content: application/json: - schema: &745 + schema: &746 title: Exemption request completed event type: object properties: @@ -110181,11 +110198,11 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -110257,7 +110274,7 @@ x-webhooks: required: true content: application/json: - schema: &746 + schema: &747 title: Exemption request created event type: object properties: @@ -110265,11 +110282,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 sender: *4 required: - action @@ -110341,7 +110358,7 @@ x-webhooks: required: true content: application/json: - schema: &747 + schema: &748 title: Exemption response dismissed event type: object properties: @@ -110349,12 +110366,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -110428,7 +110445,7 @@ x-webhooks: required: true content: application/json: - schema: &748 + schema: &749 title: Exemption response submitted event type: object properties: @@ -110436,12 +110453,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - exemption_request: *742 - exemption_response: *743 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + exemption_request: *743 + exemption_response: *744 sender: *4 required: - action @@ -110514,7 +110531,7 @@ x-webhooks: required: true content: application/json: - schema: *744 + schema: *745 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110581,7 +110598,7 @@ x-webhooks: required: true content: application/json: - schema: *745 + schema: *746 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110648,7 +110665,7 @@ x-webhooks: required: true content: application/json: - schema: *746 + schema: *747 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110715,7 +110732,7 @@ x-webhooks: required: true content: application/json: - schema: *747 + schema: *748 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110783,7 +110800,7 @@ x-webhooks: required: true content: application/json: - schema: *748 + schema: *749 responses: '200': description: Return a 200 status to indicate that the data was received @@ -110861,7 +110878,7 @@ x-webhooks: type: string enum: - completed - check_run: &750 + check_run: &751 title: CheckRun description: A check performed on the code of a given code change type: object @@ -110875,8 +110892,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 check_suite: description: A suite of checks performed on the code of a given code change @@ -110924,8 +110941,8 @@ x-webhooks: type: string pull_requests: type: array - items: *434 - repository: *193 + items: *435 + repository: *194 status: example: completed type: string @@ -110962,7 +110979,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *749 + deployment: *750 details_url: example: https://example.com type: string @@ -111012,7 +111029,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *434 + items: *435 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -111047,9 +111064,9 @@ x-webhooks: - output - app - pull_requests - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -111442,10 +111459,10 @@ x-webhooks: type: string enum: - created - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -111841,10 +111858,10 @@ x-webhooks: type: string enum: - requested_action - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 requested_action: description: The action requested by the user. type: object @@ -112249,10 +112266,10 @@ x-webhooks: type: string enum: - rerequested - check_run: *750 - installation: *738 - organization: *739 - repository: *740 + check_run: *751 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - check_run @@ -113229,10 +113246,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -113902,10 +113919,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -114569,10 +114586,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -114735,7 +114752,7 @@ x-webhooks: required: - login - id - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -114880,20 +114897,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &751 + commit_oid: &752 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: *737 - installation: *738 - organization: *739 - ref: &752 + enterprise: *738 + installation: *739 + organization: *740 + ref: &753 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: *740 + repository: *741 sender: *4 required: - action @@ -115055,7 +115072,7 @@ x-webhooks: required: - login - id - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115216,12 +115233,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -115316,7 +115333,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -115482,12 +115499,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -115650,7 +115667,7 @@ x-webhooks: required: - login - id - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -115816,12 +115833,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -115918,7 +115935,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116086,16 +116103,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 ref: 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 nullable: true - repository: *740 + repository: *741 sender: *4 required: - action @@ -116189,7 +116206,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *447 + dismissed_comment: *448 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -116329,12 +116346,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *751 - enterprise: *737 - installation: *738 - organization: *739 - ref: *752 - repository: *740 + commit_oid: *752 + enterprise: *738 + installation: *739 + organization: *740 + ref: *753 + repository: *741 sender: *4 required: - action @@ -116591,10 +116608,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -116674,18 +116691,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *739 - pusher_type: &753 + organization: *740 + pusher_type: &754 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &754 + ref: &755 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -116695,7 +116712,7 @@ x-webhooks: enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -116777,10 +116794,10 @@ x-webhooks: type: string enum: - created - definition: *111 - enterprise: *737 - installation: *738 - organization: *739 + definition: *112 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -116865,9 +116882,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -116944,10 +116961,10 @@ x-webhooks: type: string enum: - updated - definition: *111 - enterprise: *737 - installation: *738 - organization: *739 + definition: *112 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -117024,19 +117041,19 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - repository: *740 - organization: *739 + enterprise: *738 + installation: *739 + repository: *741 + organization: *740 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *307 + items: *308 old_property_values: type: array description: The old custom property values for the repository. - items: *307 + items: *308 required: - action - repository @@ -117112,18 +117129,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - pusher_type: *753 - ref: *754 + enterprise: *738 + installation: *739 + organization: *740 + pusher_type: *754 + ref: *755 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *740 + repository: *741 sender: *4 required: - ref @@ -117207,11 +117224,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117295,11 +117312,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117383,11 +117400,11 @@ x-webhooks: type: string enum: - created - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117469,11 +117486,11 @@ x-webhooks: type: string enum: - dismissed - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117555,11 +117572,11 @@ x-webhooks: type: string enum: - fixed - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117642,11 +117659,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117728,11 +117745,11 @@ x-webhooks: type: string enum: - reopened - alert: *504 - installation: *738 - organization: *739 - enterprise: *737 - repository: *740 + alert: *505 + installation: *739 + organization: *740 + enterprise: *738 + repository: *741 sender: *4 required: - action @@ -117809,9 +117826,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - key: &755 + enterprise: *738 + installation: *739 + key: &756 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -117847,8 +117864,8 @@ x-webhooks: - verified - created_at - read_only - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -117925,11 +117942,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - key: *755 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + key: *756 + organization: *740 + repository: *741 sender: *4 required: - action @@ -118490,12 +118507,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: &759 + workflow: &760 title: Workflow type: object nullable: true @@ -119221,13 +119238,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *510 + deployment: *511 pull_requests: type: array - items: *595 - repository: *740 - organization: *739 - installation: *738 + items: *596 + repository: *741 + organization: *740 + installation: *739 sender: *4 responses: '200': @@ -119298,7 +119315,7 @@ x-webhooks: type: string enum: - approved - approver: &756 + approver: &757 type: object properties: avatar_url: @@ -119341,11 +119358,11 @@ x-webhooks: type: string comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: &757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: &758 type: array items: type: object @@ -119424,7 +119441,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &758 + workflow_job_run: &759 type: object properties: conclusion: @@ -120155,18 +120172,18 @@ x-webhooks: type: string enum: - rejected - approver: *756 + approver: *757 comment: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - reviewers: *757 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + reviewers: *758 sender: *4 since: type: string - workflow_job_run: *758 + workflow_job_run: *759 workflow_job_runs: type: array items: @@ -120870,13 +120887,13 @@ x-webhooks: type: string enum: - requested - enterprise: *737 + enterprise: *738 environment: type: string - installation: *738 - organization: *739 - repository: *740 - requestor: &764 + installation: *739 + organization: *740 + repository: *741 + requestor: &765 title: User type: object nullable: true @@ -122775,12 +122792,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Deployment Workflow Run type: object @@ -123460,7 +123477,7 @@ x-webhooks: type: string enum: - answered - answer: &762 + answer: &763 type: object properties: author_association: @@ -123617,7 +123634,7 @@ x-webhooks: - created_at - updated_at - body - discussion: &760 + discussion: &761 title: Discussion description: A Discussion in a repository. type: object @@ -123903,7 +123920,7 @@ x-webhooks: - id labels: type: array - items: *557 + items: *558 required: - repository_url - category @@ -123925,10 +123942,10 @@ x-webhooks: - author_association - active_lock_reason - body - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124055,11 +124072,11 @@ x-webhooks: - from required: - category - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124142,11 +124159,11 @@ x-webhooks: type: string enum: - closed - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124228,7 +124245,7 @@ x-webhooks: type: string enum: - created - comment: &761 + comment: &762 type: object properties: author_association: @@ -124385,11 +124402,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124472,12 +124489,12 @@ x-webhooks: type: string enum: - deleted - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124572,12 +124589,12 @@ x-webhooks: - from required: - body - comment: *761 - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + comment: *762 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124661,11 +124678,11 @@ x-webhooks: type: string enum: - created - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124747,11 +124764,11 @@ x-webhooks: type: string enum: - deleted - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124851,11 +124868,11 @@ x-webhooks: type: string required: - from - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -124937,10 +124954,10 @@ x-webhooks: type: string enum: - labeled - discussion: *760 - enterprise: *737 - installation: *738 - label: &763 + discussion: *761 + enterprise: *738 + installation: *739 + label: &764 title: Label type: object properties: @@ -124972,8 +124989,8 @@ x-webhooks: - color - default - description - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125056,11 +125073,11 @@ x-webhooks: type: string enum: - locked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125142,11 +125159,11 @@ x-webhooks: type: string enum: - pinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125228,11 +125245,11 @@ x-webhooks: type: string enum: - reopened - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125317,16 +125334,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *760 - new_repository: *740 + new_discussion: *761 + new_repository: *741 required: - new_discussion - new_repository - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125409,10 +125426,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *760 - old_answer: *762 - organization: *739 - repository: *740 + discussion: *761 + old_answer: *763 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125494,12 +125511,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *760 - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125582,11 +125599,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125668,11 +125685,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *760 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + discussion: *761 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -125745,7 +125762,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *737 + enterprise: *738 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -126405,9 +126422,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - forkee @@ -126553,9 +126570,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pages: description: The pages that were updated. type: array @@ -126592,7 +126609,7 @@ x-webhooks: - action - sha - html_url - repository: *740 + repository: *741 sender: *4 required: - pages @@ -126668,10 +126685,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: &765 + organization: *740 + repositories: &766 description: An array of repository objects that the installation can access. type: array @@ -126697,8 +126714,8 @@ x-webhooks: - name - full_name - private - repository: *740 - requester: *764 + repository: *741 + requester: *765 sender: *4 required: - action @@ -126773,11 +126790,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -126853,11 +126870,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -126933,10 +126950,10 @@ x-webhooks: type: string enum: - added - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories_added: &766 + organization: *740 + repositories_added: &767 description: An array of repository objects, which were added to the installation. type: array @@ -126982,15 +126999,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *740 - repository_selection: &767 + repository: *741 + repository_selection: &768 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *764 + requester: *765 sender: *4 required: - action @@ -127069,10 +127086,10 @@ x-webhooks: type: string enum: - removed - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories_added: *766 + organization: *740 + repositories_added: *767 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -127099,9 +127116,9 @@ x-webhooks: - name - full_name - private - repository: *740 - repository_selection: *767 - requester: *764 + repository: *741 + repository_selection: *768 + requester: *765 sender: *4 required: - action @@ -127180,11 +127197,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -127363,10 +127380,10 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 target_type: type: string @@ -127445,11 +127462,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *737 + enterprise: *738 installation: *22 - organization: *739 - repositories: *765 - repository: *740 + organization: *740 + repositories: *766 + repository: *741 requester: nullable: true sender: *4 @@ -127573,8 +127590,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *135 - required: *136 + properties: *136 + required: *137 reactions: title: Reactions type: object @@ -127701,8 +127718,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -128857,8 +128874,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -128938,7 +128955,7 @@ x-webhooks: type: string enum: - deleted - comment: &768 + comment: &769 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -129103,8 +129120,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -130257,8 +130274,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -130338,7 +130355,7 @@ x-webhooks: type: string enum: - edited - changes: &796 + changes: &797 description: The changes to the comment. type: object properties: @@ -130350,9 +130367,9 @@ x-webhooks: type: string required: - from - comment: *768 - enterprise: *737 - installation: *738 + comment: *769 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -131506,8 +131523,8 @@ x-webhooks: - state - locked - assignee - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -131589,10 +131606,10 @@ x-webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - issue: &771 + assignee: *765 + enterprise: *738 + installation: *739 + issue: &772 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -132510,8 +132527,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -132591,8 +132608,8 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -133650,8 +133667,8 @@ x-webhooks: required: - state - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -133730,8 +133747,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -134642,8 +134659,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -134722,8 +134739,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -135637,7 +135654,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &769 + milestone: &770 title: Milestone description: A collection of related issues and pull requests. type: object @@ -135775,8 +135792,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -135875,8 +135892,8 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -136794,9 +136811,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -136876,8 +136893,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -137794,9 +137811,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *763 - organization: *739 - repository: *740 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -137876,8 +137893,8 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -138795,8 +138812,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -138875,8 +138892,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -139788,9 +139805,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *769 - organization: *739 - repository: *740 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -141251,8 +141268,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -142169,8 +142186,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -142250,9 +142267,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *737 - installation: *738 - issue: &770 + enterprise: *738 + installation: *739 + issue: &771 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -143163,8 +143180,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -143243,8 +143260,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144161,8 +144178,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145624,11 +145641,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145709,7 +145726,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &799 + assignee: &800 title: User type: object nullable: true @@ -145779,11 +145796,11 @@ x-webhooks: required: - login - id - enterprise: *737 - installation: *738 - issue: *771 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145862,12 +145879,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - issue: *771 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *772 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -145947,8 +145964,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146864,8 +146881,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -146945,11 +146962,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *737 - installation: *738 - issue: *770 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + issue: *771 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147028,11 +147045,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147110,11 +147127,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147224,11 +147241,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - label: *763 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + label: *764 + organization: *740 + repository: *741 sender: *4 required: - action @@ -147310,9 +147327,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: &772 + enterprise: *738 + installation: *739 + marketplace_purchase: &773 title: Marketplace Purchase type: object required: @@ -147395,8 +147412,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: &773 + organization: *740 + previous_marketplace_purchase: &774 title: Marketplace Purchase type: object properties: @@ -147476,7 +147493,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -147556,10 +147573,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147642,7 +147659,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -147724,10 +147741,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -147809,7 +147826,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *740 + repository: *741 sender: *4 required: - action @@ -147890,8 +147907,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 marketplace_purchase: title: Marketplace Purchase type: object @@ -147973,9 +147990,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -148055,12 +148072,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *737 - installation: *738 - marketplace_purchase: *772 - organization: *739 - previous_marketplace_purchase: *773 - repository: *740 + enterprise: *738 + installation: *739 + marketplace_purchase: *773 + organization: *740 + previous_marketplace_purchase: *774 + repository: *741 sender: *4 required: - action @@ -148162,11 +148179,11 @@ x-webhooks: type: string required: - to - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148266,11 +148283,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148349,11 +148366,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148431,11 +148448,11 @@ x-webhooks: type: string enum: - added - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148511,7 +148528,7 @@ x-webhooks: required: - login - id - team: &774 + team: &775 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -148701,11 +148718,11 @@ x-webhooks: type: string enum: - removed - enterprise: *737 - installation: *738 - member: *764 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + member: *765 + organization: *740 + repository: *741 scope: description: The scope of the membership. Currently, can only be `team`. @@ -148782,7 +148799,7 @@ x-webhooks: required: - login - id - team: *774 + team: *775 required: - action - scope @@ -148864,8 +148881,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *738 - merge_group: &776 + installation: *739 + merge_group: &777 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -148884,15 +148901,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *775 + head_commit: *776 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -148978,10 +148995,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *738 - merge_group: *776 - organization: *739 - repository: *740 + installation: *739 + merge_group: *777 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149054,7 +149071,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 + enterprise: *738 hook: description: 'The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -149162,16 +149179,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *738 - organization: *739 + installation: *739 + organization: *740 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -149252,11 +149269,11 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149335,9 +149352,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - milestone: &779 + enterprise: *738 + installation: *739 + milestone: &780 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149474,8 +149491,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149554,11 +149571,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149668,11 +149685,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - milestone: *769 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *770 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149752,11 +149769,11 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - milestone: *779 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + milestone: *780 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149835,11 +149852,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -149918,11 +149935,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *764 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + blocked_user: *765 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150001,9 +150018,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - membership: &780 + enterprise: *738 + installation: *739 + membership: &781 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -150095,8 +150112,8 @@ x-webhooks: - role - organization_url - user - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150174,11 +150191,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *737 - installation: *738 - membership: *780 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *781 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150257,8 +150274,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -150374,10 +150391,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 - user: *764 + user: *765 required: - action - invitation @@ -150455,11 +150472,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *737 - installation: *738 - membership: *780 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *781 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150546,11 +150563,11 @@ x-webhooks: properties: from: type: string - enterprise: *737 - installation: *738 - membership: *780 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + membership: *781 + organization: *740 + repository: *741 sender: *4 required: - action @@ -150626,9 +150643,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -151127,7 +151144,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &781 + items: &782 title: Ruby Gems metadata type: object properties: @@ -151222,7 +151239,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -151298,9 +151315,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 package: description: Information about the package. type: object @@ -151653,7 +151670,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *781 + items: *782 source_url: type: string format: uri @@ -151723,7 +151740,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -151900,12 +151917,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *737 + enterprise: *738 id: type: integer - installation: *738 - organization: *739 - repository: *740 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - id @@ -151985,7 +152002,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &782 + personal_access_token_request: &783 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -152131,10 +152148,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *737 - organization: *739 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152213,11 +152230,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *782 - enterprise: *737 - organization: *739 + personal_access_token_request: *783 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152295,11 +152312,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *782 - enterprise: *737 - organization: *739 + personal_access_token_request: *783 + enterprise: *738 + organization: *740 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152376,11 +152393,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *782 - organization: *739 - enterprise: *737 + personal_access_token_request: *783 + organization: *740 + enterprise: *738 sender: *4 - installation: *738 + installation: *739 required: - action - personal_access_token_request @@ -152484,7 +152501,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *783 + last_response: *784 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -152516,8 +152533,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 zen: description: Random string of GitHub zen. @@ -152762,10 +152779,10 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: &784 + enterprise: *738 + installation: *739 + organization: *740 + project_card: &785 title: Project Card type: object properties: @@ -152884,7 +152901,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -152965,11 +152982,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_card: *784 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *785 + repository: *741 sender: *4 required: - action @@ -153049,9 +153066,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: title: Project Card type: object @@ -153179,8 +153196,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -153274,11 +153291,11 @@ x-webhooks: - from required: - note - enterprise: *737 - installation: *738 - organization: *739 - project_card: *784 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_card: *785 + repository: *741 sender: *4 required: - action @@ -153372,9 +153389,9 @@ x-webhooks: - from required: - column_id - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 project_card: allOf: - title: Project Card @@ -153564,7 +153581,7 @@ x-webhooks: type: string required: - after_id - repository: *740 + repository: *741 sender: *4 required: - action @@ -153644,10 +153661,10 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - organization: *739 - project: &786 + enterprise: *738 + installation: *739 + organization: *740 + project: &787 title: Project type: object properties: @@ -153771,7 +153788,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -153851,10 +153868,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project_column: &785 + enterprise: *738 + installation: *739 + organization: *740 + project_column: &786 title: Project Column type: object properties: @@ -153893,7 +153910,7 @@ x-webhooks: - name - created_at - updated_at - repository: *740 + repository: *741 sender: *4 required: - action @@ -153972,18 +153989,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project_column: *785 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *786 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -154073,11 +154090,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project_column: *785 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *786 + repository: *741 sender: *4 required: - action @@ -154157,11 +154174,11 @@ x-webhooks: type: string enum: - moved - enterprise: *737 - installation: *738 - organization: *739 - project_column: *785 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project_column: *786 + repository: *741 sender: *4 required: - action @@ -154241,11 +154258,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - project: *786 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 + repository: *741 sender: *4 required: - action @@ -154325,18 +154342,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - project: *786 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *777 - required: *778 + properties: *778 + required: *779 nullable: true sender: *4 required: @@ -154438,11 +154455,11 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - project: *786 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 + repository: *741 sender: *4 required: - action @@ -154521,11 +154538,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - organization: *739 - project: *786 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + project: *787 + repository: *741 sender: *4 required: - action @@ -154606,9 +154623,9 @@ x-webhooks: type: string enum: - closed - installation: *738 - organization: *739 - projects_v2: &787 + installation: *739 + organization: *740 + projects_v2: &788 title: Projects v2 Project description: A projects v2 project type: object @@ -154751,9 +154768,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -154834,9 +154851,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -154953,9 +154970,9 @@ x-webhooks: type: string to: type: string - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -155038,7 +155055,7 @@ x-webhooks: type: string enum: - archived - changes: &791 + changes: &792 type: object properties: archived_at: @@ -155052,9 +155069,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *738 - organization: *739 - projects_v2_item: &788 + installation: *739 + organization: *740 + projects_v2_item: &789 title: Projects v2 Item description: An item belonging to a project type: object @@ -155188,9 +155205,9 @@ x-webhooks: nullable: true to: type: string - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155272,9 +155289,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155355,9 +155372,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155463,7 +155480,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &789 + - &790 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -155481,7 +155498,7 @@ x-webhooks: required: - id - name - - &790 + - &791 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -155504,8 +155521,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *789 - *790 + - *791 required: - field_value - type: object @@ -155521,9 +155538,9 @@ x-webhooks: nullable: true required: - body - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155618,9 +155635,9 @@ x-webhooks: to: type: string nullable: true - installation: *738 - organization: *739 - projects_v2_item: *788 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155703,10 +155720,10 @@ x-webhooks: type: string enum: - restored - changes: *791 - installation: *738 - organization: *739 - projects_v2_item: *788 + changes: *792 + installation: *739 + organization: *740 + projects_v2_item: *789 sender: *4 required: - action @@ -155788,9 +155805,9 @@ x-webhooks: type: string enum: - reopened - installation: *738 - organization: *739 - projects_v2: *787 + installation: *739 + organization: *740 + projects_v2: *788 sender: *4 required: - action @@ -155871,9 +155888,9 @@ x-webhooks: type: string enum: - created - installation: *738 - organization: *739 - projects_v2_status_update: &792 + installation: *739 + organization: *740 + projects_v2_status_update: &793 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -156000,9 +156017,9 @@ x-webhooks: type: string enum: - deleted - installation: *738 - organization: *739 - projects_v2_status_update: *792 + installation: *739 + organization: *740 + projects_v2_status_update: *793 sender: *4 required: - action @@ -156138,9 +156155,9 @@ x-webhooks: type: string format: date nullable: true - installation: *738 - organization: *739 - projects_v2_status_update: *792 + installation: *739 + organization: *740 + projects_v2_status_update: *793 sender: *4 required: - action @@ -156211,10 +156228,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - repository @@ -156291,13 +156308,13 @@ x-webhooks: type: string enum: - assigned - assignee: *764 - enterprise: *737 - installation: *738 - number: &793 + assignee: *765 + enterprise: *738 + installation: *739 + number: &794 description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -158580,7 +158597,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -158662,11 +158679,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -160944,7 +160961,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -161026,11 +161043,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -163308,7 +163325,7 @@ x-webhooks: - draft reason: type: string - repository: *740 + repository: *741 sender: *4 required: - action @@ -163390,13 +163407,13 @@ x-webhooks: type: string enum: - closed - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: &794 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: &795 allOf: - - *595 + - *596 - type: object properties: allow_auto_merge: @@ -163458,7 +163475,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *740 + repository: *741 sender: *4 required: - action @@ -163539,12 +163556,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -163624,11 +163641,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *737 - milestone: *578 - number: *793 - organization: *739 - pull_request: &795 + enterprise: *738 + milestone: *579 + number: *794 + organization: *740 + pull_request: &796 title: Pull Request type: object properties: @@ -165891,7 +165908,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -165970,11 +165987,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -168256,7 +168273,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *740 + repository: *741 sender: *4 required: - action @@ -168380,12 +168397,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -168465,11 +168482,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -170736,7 +170753,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -170816,11 +170833,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *737 - installation: *738 - label: *763 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -173102,7 +173119,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -173183,10 +173200,10 @@ x-webhooks: type: string enum: - locked - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -175466,7 +175483,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -175546,12 +175563,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *737 - milestone: *578 - number: *793 - organization: *739 - pull_request: *795 - repository: *740 + enterprise: *738 + milestone: *579 + number: *794 + organization: *740 + pull_request: *796 + repository: *741 sender: *4 required: - action @@ -175630,12 +175647,12 @@ x-webhooks: type: string enum: - opened - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -175716,12 +175733,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -175801,12 +175818,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *737 - installation: *738 - number: *793 - organization: *739 - pull_request: *794 - repository: *740 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 + pull_request: *795 + repository: *741 sender: *4 required: - action @@ -176172,9 +176189,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -178344,7 +178361,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -178424,7 +178441,7 @@ x-webhooks: type: string enum: - deleted - comment: &797 + comment: &798 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. @@ -178709,9 +178726,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -180869,7 +180886,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -180949,11 +180966,11 @@ x-webhooks: type: string enum: - edited - changes: *796 - comment: *797 - enterprise: *737 - installation: *738 - organization: *739 + changes: *797 + comment: *798 + enterprise: *738 + installation: *739 + organization: *740 pull_request: type: object properties: @@ -183114,7 +183131,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *740 + repository: *741 sender: *4 required: - action @@ -183195,9 +183212,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -185370,7 +185387,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 review: description: The review that was affected. type: object @@ -185613,9 +185630,9 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -187669,8 +187686,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: &798 + repository: *741 + review: &799 description: The review that was affected. type: object properties: @@ -187899,12 +187916,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -190187,7 +190204,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: object @@ -190271,12 +190288,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -192566,7 +192583,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -192758,12 +192775,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -195048,7 +195065,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_reviewer: title: User type: object @@ -195133,12 +195150,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *737 - installation: *738 + enterprise: *738 + installation: *739 number: description: The pull request number. type: integer - organization: *739 + organization: *740 pull_request: title: Pull Request type: object @@ -197414,7 +197431,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 requested_team: title: Team description: Groups of organization members that gives permissions @@ -197595,9 +197612,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -199772,8 +199789,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 - review: *798 + repository: *741 + review: *799 sender: *4 required: - action @@ -199853,9 +199870,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -201925,7 +201942,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -202308,9 +202325,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 pull_request: title: Simple Pull Request type: object @@ -204366,7 +204383,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *740 + repository: *741 sender: *4 thread: type: object @@ -204752,10 +204769,10 @@ x-webhooks: type: string before: type: string - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -207026,7 +207043,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -207108,11 +207125,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *799 - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + assignee: *800 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -209395,7 +209412,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -209474,11 +209491,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *737 - installation: *738 - label: *763 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + label: *764 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -211751,7 +211768,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -211832,10 +211849,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *737 - installation: *738 - number: *793 - organization: *739 + enterprise: *738 + installation: *739 + number: *794 + organization: *740 pull_request: title: Pull Request type: object @@ -214100,7 +214117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *740 + repository: *741 sender: *4 required: - action @@ -214300,7 +214317,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *737 + enterprise: *738 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -214392,8 +214409,8 @@ x-webhooks: - url - author - committer - installation: *738 - organization: *739 + installation: *739 + organization: *740 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -214968,9 +214985,9 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -215416,7 +215433,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *781 + items: *782 summary: type: string tag_name: @@ -215470,7 +215487,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -215548,9 +215565,9 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 registry_package: type: object properties: @@ -215858,7 +215875,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *781 + items: *782 summary: type: string tag_name: @@ -215907,7 +215924,7 @@ x-webhooks: - owner - package_version - registry - repository: *740 + repository: *741 sender: *4 required: - action @@ -215984,10 +216001,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - release: &800 + enterprise: *738 + installation: *739 + organization: *740 + release: &801 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -216292,7 +216309,7 @@ x-webhooks: - tarball_url - zipball_url - body - repository: *740 + repository: *741 sender: *4 required: - action @@ -216369,11 +216386,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - release: *800 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *801 + repository: *741 sender: *4 required: - action @@ -216481,11 +216498,11 @@ x-webhooks: type: boolean required: - to - enterprise: *737 - installation: *738 - organization: *739 - release: *800 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *801 + repository: *741 sender: *4 required: - action @@ -216563,9 +216580,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -216874,7 +216891,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -216950,10 +216967,10 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - release: &801 + enterprise: *738 + installation: *739 + organization: *740 + release: &802 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -217259,7 +217276,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *740 + repository: *741 sender: *4 required: - action @@ -217335,11 +217352,11 @@ x-webhooks: type: string enum: - released - enterprise: *737 - installation: *738 - organization: *739 - release: *800 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *801 + repository: *741 sender: *4 required: - action @@ -217415,11 +217432,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *737 - installation: *738 - organization: *739 - release: *801 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + release: *802 + repository: *741 sender: *4 required: - action @@ -217495,11 +217512,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *648 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *649 sender: *4 required: - action @@ -217575,11 +217592,11 @@ x-webhooks: type: string enum: - reported - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_advisory: *648 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_advisory: *649 sender: *4 required: - action @@ -217655,10 +217672,10 @@ x-webhooks: type: string enum: - archived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -217735,10 +217752,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -217816,10 +217833,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -217903,10 +217920,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218018,10 +218035,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218093,10 +218110,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 status: type: string @@ -218177,10 +218194,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218257,10 +218274,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218354,10 +218371,10 @@ x-webhooks: - name required: - repository - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218437,11 +218454,11 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_ruleset: *125 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_ruleset: *126 sender: *4 required: - action @@ -218519,11 +218536,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_ruleset: *125 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_ruleset: *126 sender: *4 required: - action @@ -218601,11 +218618,11 @@ x-webhooks: type: string enum: - edited - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - repository_ruleset: *125 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + repository_ruleset: *126 changes: type: object properties: @@ -218624,16 +218641,16 @@ x-webhooks: properties: added: type: array - items: *118 + items: *119 deleted: type: array - items: *118 + items: *119 updated: type: array items: type: object properties: - condition: *118 + condition: *119 changes: type: object properties: @@ -218666,16 +218683,16 @@ x-webhooks: properties: added: type: array - items: *124 + items: *125 deleted: type: array - items: *124 + items: *125 updated: type: array items: type: object properties: - rule: *124 + rule: *125 changes: type: object properties: @@ -218909,10 +218926,10 @@ x-webhooks: - from required: - owner - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -218990,10 +219007,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219071,7 +219088,7 @@ x-webhooks: type: string enum: - create - alert: &802 + alert: &803 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -219192,10 +219209,10 @@ x-webhooks: type: string enum: - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219401,10 +219418,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219482,11 +219499,11 @@ x-webhooks: type: string enum: - reopen - alert: *802 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *803 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219685,10 +219702,10 @@ x-webhooks: enum: - fixed - open - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219766,11 +219783,11 @@ x-webhooks: type: string enum: - created - alert: &803 + alert: &804 type: object properties: number: *98 - created_at: *104 + created_at: *105 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -219778,8 +219795,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *102 - html_url: *103 + url: *103 + html_url: *104 locations_url: type: string format: uri @@ -219877,10 +219894,10 @@ x-webhooks: description: Whether the detected secret was found in multiple repositories in the same organization or business. nullable: true - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -219961,11 +219978,11 @@ x-webhooks: type: string enum: - created - alert: *803 - installation: *738 - location: *804 - organization: *739 - repository: *740 + alert: *804 + installation: *739 + location: *805 + organization: *740 + repository: *741 sender: *4 required: - location @@ -220203,11 +220220,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220285,11 +220302,11 @@ x-webhooks: type: string enum: - reopened - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220367,11 +220384,11 @@ x-webhooks: type: string enum: - resolved - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220449,11 +220466,11 @@ x-webhooks: type: string enum: - validated - alert: *803 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + alert: *804 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -220579,10 +220596,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *740 - enterprise: *737 - installation: *738 - organization: *739 + repository: *741 + enterprise: *738 + installation: *739 + organization: *740 sender: *4 required: - action @@ -220660,11 +220677,11 @@ x-webhooks: type: string enum: - published - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: &805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: &806 description: The details of the security advisory, including summary, description, and severity. type: object @@ -220847,11 +220864,11 @@ x-webhooks: type: string enum: - updated - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 - security_advisory: *805 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 + security_advisory: *806 sender: *4 required: - action @@ -220924,10 +220941,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -221111,11 +221128,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *310 - enterprise: *737 - installation: *738 - organization: *739 - repository: *372 + security_and_analysis: *311 + enterprise: *738 + installation: *739 + organization: *740 + repository: *373 sender: *4 required: - changes @@ -221193,12 +221210,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: &806 + sponsorship: &807 type: object properties: created_at: @@ -221499,12 +221516,12 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - sponsorship @@ -221592,12 +221609,12 @@ x-webhooks: type: string required: - from - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - changes @@ -221674,17 +221691,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &807 + effective_date: &808 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: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - sponsorship @@ -221758,7 +221775,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &808 + changes: &809 type: object properties: tier: @@ -221802,13 +221819,13 @@ x-webhooks: - from required: - tier - effective_date: *807 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + effective_date: *808 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - changes @@ -221885,13 +221902,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *808 - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + changes: *809 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - sponsorship: *806 + sponsorship: *807 required: - action - changes @@ -221965,10 +221982,10 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -222051,10 +222068,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -222473,15 +222490,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *737 + enterprise: *738 id: description: The unique identifier of the status. type: integer - installation: *738 + installation: *739 name: type: string - organization: *739 - repository: *740 + organization: *740 + repository: *741 sender: *4 sha: description: The Commit SHA. @@ -222590,15 +222607,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 + parent_issue: *151 parent_issue_repo: *63 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 - installation: *738 - organization: *739 - repository: *740 + sub_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222682,15 +222699,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 + parent_issue: *151 parent_issue_repo: *63 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 - installation: *738 - organization: *739 - repository: *740 + sub_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222774,15 +222791,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 + sub_issue: *151 sub_issue_repo: *63 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 - installation: *738 - organization: *739 - repository: *740 + parent_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222866,15 +222883,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *150 + sub_issue: *151 sub_issue_repo: *63 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *150 - installation: *738 - organization: *739 - repository: *740 + parent_issue: *151 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -222951,12 +222968,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - team: &809 + team: &810 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -223146,9 +223163,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -223606,7 +223623,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -223682,9 +223699,9 @@ x-webhooks: type: string enum: - created - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -224142,7 +224159,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -224219,9 +224236,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -224679,7 +224696,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -224823,9 +224840,9 @@ x-webhooks: - from required: - permissions - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -225283,7 +225300,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - changes @@ -225361,9 +225378,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *737 - installation: *738 - organization: *739 + enterprise: *738 + installation: *739 + organization: *740 repository: title: Repository description: A git repository @@ -225821,7 +225838,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *809 + team: *810 required: - action - team @@ -225897,10 +225914,10 @@ x-webhooks: type: string enum: - started - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 required: - action @@ -225973,16 +225990,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *737 + enterprise: *738 inputs: type: object nullable: true additionalProperties: true - installation: *738 - organization: *739 + installation: *739 + organization: *740 ref: type: string - repository: *740 + repository: *741 sender: *4 workflow: type: string @@ -226064,10 +226081,10 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -226304,7 +226321,7 @@ x-webhooks: type: string required: - conclusion - deployment: *510 + deployment: *511 required: - action - repository @@ -226383,10 +226400,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: allOf: @@ -226646,7 +226663,7 @@ x-webhooks: required: - status - steps - deployment: *510 + deployment: *511 required: - action - repository @@ -226725,10 +226742,10 @@ x-webhooks: type: string enum: - queued - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -226863,7 +226880,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *510 + deployment: *511 required: - action - repository @@ -226942,10 +226959,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 workflow_job: type: object @@ -227081,7 +227098,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *510 + deployment: *511 required: - action - repository @@ -227161,12 +227178,12 @@ x-webhooks: type: string enum: - completed - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -228165,12 +228182,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object @@ -229154,12 +229171,12 @@ x-webhooks: type: string enum: - requested - enterprise: *737 - installation: *738 - organization: *739 - repository: *740 + enterprise: *738 + installation: *739 + organization: *740 + repository: *741 sender: *4 - workflow: *759 + workflow: *760 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index cac19c333..966c01618 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -28438,7 +28438,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": [ { @@ -28491,7 +28491,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28504,7 +28504,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": [ { @@ -28579,7 +28579,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28594,7 +28594,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": [ { @@ -28629,7 +28629,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28642,7 +28642,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": [ { @@ -28716,7 +28716,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28729,7 +28729,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": [ { @@ -28747,7 +28747,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28762,7 +28762,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": [ { @@ -28797,7 +28797,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -104067,6 +104067,24 @@ } } }, + "security-advisory-epss": { + "type": "object", + "nullable": true, + "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.", @@ -104379,6 +104397,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "nullable": true, @@ -104401,18 +104422,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -110652,6 +110661,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.", @@ -284123,6 +284135,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -299059,6 +299077,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -299323,6 +299347,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index f88492a90..a4da6c878 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -20637,7 +20637,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" @@ -20668,7 +20668,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 @@ -20681,7 +20681,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: @@ -20733,7 +20733,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -20747,7 +20747,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" @@ -20767,7 +20767,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 @@ -20780,7 +20780,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" @@ -20830,7 +20830,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 @@ -20843,7 +20843,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" @@ -20853,7 +20853,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -20867,7 +20867,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" @@ -20887,7 +20887,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -75152,6 +75152,21 @@ components: required: - vector_string - score + security-advisory-epss: + type: object + nullable: true + 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. @@ -75410,6 +75425,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array nullable: true @@ -75426,14 +75443,6 @@ components: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -80538,6 +80547,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. @@ -212448,6 +212459,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 @@ -225283,6 +225297,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 @@ -225469,6 +225486,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/ghec/ghec.json b/descriptions/ghec/ghec.json index cac19c333..966c01618 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -28438,7 +28438,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": [ { @@ -28491,7 +28491,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28504,7 +28504,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": [ { @@ -28579,7 +28579,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28594,7 +28594,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": [ { @@ -28629,7 +28629,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28642,7 +28642,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": [ { @@ -28716,7 +28716,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } }, @@ -28729,7 +28729,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": [ { @@ -28747,7 +28747,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -28762,7 +28762,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": [ { @@ -28797,7 +28797,7 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": true, - "category": "settings", + "category": "orgs", "subcategory": "network-configurations" } } @@ -104067,6 +104067,24 @@ } } }, + "security-advisory-epss": { + "type": "object", + "nullable": true, + "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.", @@ -104379,6 +104397,9 @@ "cvss_severities": { "$ref": "#/components/schemas/cvss-severities" }, + "epss": { + "$ref": "#/components/schemas/security-advisory-epss" + }, "cwes": { "type": "array", "nullable": true, @@ -104401,18 +104422,6 @@ ] } }, - "epss": { - "type": "object", - "nullable": true, - "properties": { - "percentage": { - "type": "number" - }, - "percentile": { - "type": "number" - } - } - }, "credits": { "type": "array", "description": "The users who contributed to the advisory.", @@ -110652,6 +110661,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.", @@ -284123,6 +284135,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -299059,6 +299077,12 @@ "score": 8.7 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-200", @@ -299323,6 +299347,12 @@ "score": 8.5 } }, + "epss": [ + { + "percentage": 0.00045, + "percentile": "0.16001e0" + } + ], "cwes": [ { "cwe_id": "CWE-532", diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index f88492a90..a4da6c878 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -20637,7 +20637,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" @@ -20668,7 +20668,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 @@ -20681,7 +20681,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: @@ -20733,7 +20733,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-configurations/{network_configuration_id}": get: @@ -20747,7 +20747,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" @@ -20767,7 +20767,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 @@ -20780,7 +20780,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" @@ -20830,7 +20830,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 @@ -20843,7 +20843,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" @@ -20853,7 +20853,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/settings/network-settings/{network_settings_id}": get: @@ -20867,7 +20867,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" @@ -20887,7 +20887,7 @@ paths: x-github: githubCloudOnly: false enabledForGitHubApps: true - category: settings + category: orgs subcategory: network-configurations "/orgs/{org}/team-sync/groups": get: @@ -75152,6 +75152,21 @@ components: required: - vector_string - score + security-advisory-epss: + type: object + nullable: true + 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. @@ -75410,6 +75425,8 @@ components: - score cvss_severities: "$ref": "#/components/schemas/cvss-severities" + epss: + "$ref": "#/components/schemas/security-advisory-epss" cwes: type: array nullable: true @@ -75426,14 +75443,6 @@ components: required: - cwe_id - name - epss: - type: object - nullable: true - properties: - percentage: - type: number - percentile: - type: number credits: type: array description: The users who contributed to the advisory. @@ -80538,6 +80547,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. @@ -212448,6 +212459,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 @@ -225283,6 +225297,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 @@ -225469,6 +225486,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/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json index 4101b5a05..c3bb1bc7f 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.json @@ -219831,8 +219831,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": { @@ -219848,12 +219847,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/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml index 7e22f9004..67a6fe4c4 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.2022-11-28.deref.yaml @@ -52265,7 +52265,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 @@ -52278,11 +52277,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': *39 '403': *40 '404': *36 diff --git a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json index 4101b5a05..c3bb1bc7f 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.json @@ -219831,8 +219831,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": { @@ -219848,12 +219847,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/ghes-3.10/dereferenced/ghes-3.10.deref.yaml b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml index 7e22f9004..67a6fe4c4 100644 --- a/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml +++ b/descriptions/ghes-3.10/dereferenced/ghes-3.10.deref.yaml @@ -52265,7 +52265,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 @@ -52278,11 +52277,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': *39 '403': *40 '404': *36 diff --git a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json index 0f45b8f8a..418ab3935 100644 --- a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json +++ b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.json @@ -260628,8 +260628,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": { @@ -260645,12 +260644,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/ghes-3.10/ghes-3.10.2022-11-28.yaml b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml index fcdcd5aae..7ebb563d1 100644 --- a/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml +++ b/descriptions/ghes-3.10/ghes-3.10.2022-11-28.yaml @@ -195827,7 +195827,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 @@ -195840,11 +195839,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/ghes-3.10/ghes-3.10.json b/descriptions/ghes-3.10/ghes-3.10.json index 0f45b8f8a..418ab3935 100644 --- a/descriptions/ghes-3.10/ghes-3.10.json +++ b/descriptions/ghes-3.10/ghes-3.10.json @@ -260628,8 +260628,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": { @@ -260645,12 +260644,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/ghes-3.10/ghes-3.10.yaml b/descriptions/ghes-3.10/ghes-3.10.yaml index fcdcd5aae..7ebb563d1 100644 --- a/descriptions/ghes-3.10/ghes-3.10.yaml +++ b/descriptions/ghes-3.10/ghes-3.10.yaml @@ -195827,7 +195827,6 @@ components: - url: https://bugzilla.redhat.com/show_bug.cgi?id=1916813 {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}