diff options
Diffstat (limited to 'descriptions/api.github.com')
8 files changed, 10410 insertions, 9772 deletions
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: <https://api.github.com/resource?page=2>; rel="next", <https://api.github.com/resource?page=5>; 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/<number>/merge`, `refs/pull/<number>/head`, `refs/heads/<branch name>` or simply `<branch name>`. - 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/<branch name>`. 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/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/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/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/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: '"<p>comment body</p>"' @@ -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: <https://api.github.com/users?since=135>; 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: <https://api.github.com/resource?page=2>; rel="next", <https://api.github.com/resource?page=5>; 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/<number>/merge`, `refs/pull/<number>/head`, `refs/heads/<branch name>` or simply `<branch name>`. - 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/<branch name>`. 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/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/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/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/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: '"<p>comment body</p>"' @@ -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: <https://api.github.com/users?since=135>; 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 |